Skip to content

Commit 4a60de4

Browse files
committed
chore: trusted publishing attempt 3
1 parent b03b4aa commit 4a60de4

4 files changed

Lines changed: 10 additions & 9 deletions

File tree

.github/workflows/push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
timeout-minutes: 25
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v6
1212

1313
- name: install
1414
run: yarn install
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: windows-latest
2525
timeout-minutes: 25
2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v6
2828

2929
- name: copy files
3030
shell: pwsh
@@ -52,7 +52,7 @@ jobs:
5252
ts: [5.0.4, 5.1.3, 5.2.2, 5.3.3, 5.4.2, 5.5.3, 5.6.2, 5.7.2, 5.8.2, 5.9.2] # next excluded for now
5353
runs-on: ubuntu-latest
5454
steps:
55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v6
5656

5757
- name: install node
5858
uses: actions/setup-node@v6
@@ -79,7 +79,7 @@ jobs:
7979
ts: [5.0.4, 5.1.3, 5.2.2, 5.3.3, 5.4.2, 5.5.3, 5.6.2, 5.7.2, 5.8.2, 5.9.2] # next excluded for now
8080
runs-on: windows-latest
8181
steps:
82-
- uses: actions/checkout@v3
82+
- uses: actions/checkout@v6
8383

8484
- name: install node
8585
uses: actions/setup-node@v6
@@ -112,7 +112,7 @@ jobs:
112112
name: Lint
113113
runs-on: ubuntu-latest
114114
steps:
115-
- uses: actions/checkout@v3
115+
- uses: actions/checkout@v6
116116

117117
- name: install
118118
run: yarn install

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ name: release
77
# Permission to generate an OIDC token for trusted publishing to npm
88
permissions:
99
id-token: write
10+
contents: read
1011

1112
jobs:
1213
build_test_and_publish:
1314
runs-on: ubuntu-latest
1415
steps:
15-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v6
1617

1718
- name: install node
1819
uses: actions/setup-node@v6

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
22

3-
## 9.5.6
3+
## 9.5.7
44
* [fix: TS5011 errors with TypeScript 6.0: transpileModule called with rootDir: undefined](https://github.com/TypeStrong/ts-loader/pull/1679) [#1678] - thanks @julioz and @errorx666
55
* [feat: migrate to trusted publishing](https://github.com/TypeStrong/ts-loader/pull/1680) - thanks @johnnyreilly
66

7-
Skipping 9.5.5 due to a publishing issue
7+
Skipping 9.5.5-9.5.6 due to publishing issues
88

99
## 9.5.4
1010
* [chore: typescript 5.9 upgrade](https://github.com/TypeStrong/ts-loader/pull/1676) - thanks @johnnyreilly

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-loader",
3-
"version": "9.5.6",
3+
"version": "9.5.7",
44
"description": "TypeScript loader for webpack",
55
"main": "index.js",
66
"types": "dist",

0 commit comments

Comments
 (0)