Skip to content

Commit 006e015

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | ------ | ------ | | npm | @stylistic/eslint-plugin-ts | 2.9.0 | 2.9.0 | | npm | @types/eslint | 9.6.1 | 9.6.1 | | npm | @typescript-eslint/eslint-plugin | 8.9.0 | 8.9.0 | | npm | @typescript-eslint/parser | 8.9.0 | 8.9.0 | | npm | eslint | 9.12.0 | 9.12.0 | | npm | eslint-plugin-jsdoc | 50.4.1 | 50.4.1 | | npm | eslint-plugin-react | 7.37.5 | 7.37.5 | | npm | eslint-plugin-react-hooks | 7.0.0 | 7.0.0 | | npm | typescript | 5.6.3 | 5.6.3 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent a973739 commit 006e015

File tree

3 files changed

+56
-614
lines changed

3 files changed

+56
-614
lines changed

.github/workflows/publish-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id-token: write
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717
with:
1818
ref: master
1919
persist-credentials: false
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Setup .npmrc file for NPM registry
3838
if: steps.version_check.outputs.changed == 'true'
39-
uses: actions/setup-node@v4
39+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
4040
with:
4141
node-version-file: .nvmrc
4242
registry-url: "https://registry.npmjs.org"

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@
2929
"CHANGELOG.md"
3030
],
3131
"devDependencies": {
32-
"@stylistic/eslint-plugin-ts": "^2.9.0",
33-
"@types/eslint": "^9.0.0",
34-
"@typescript-eslint/eslint-plugin": "^8.9.0",
35-
"@typescript-eslint/parser": "^8.9.0",
36-
"eslint": "^9.0.0",
32+
"@stylistic/eslint-plugin-ts": "2.9.0",
33+
"@types/eslint": "9.6.1",
34+
"@typescript-eslint/eslint-plugin": "8.9.0",
35+
"@typescript-eslint/parser": "8.9.0",
36+
"eslint": "9.12.0",
3737
"eslint-config-prettier": "9.1.0",
38-
"eslint-plugin-jsdoc": "^50.4.1",
39-
"eslint-plugin-react": "^7.37.5",
40-
"eslint-plugin-react-hooks": "^7.0.0",
41-
"typescript": "^5.5.0"
38+
"eslint-plugin-jsdoc": "50.4.1",
39+
"eslint-plugin-react": "7.37.5",
40+
"eslint-plugin-react-hooks": "7.0.0",
41+
"typescript": "5.6.3"
4242
},
4343
"peerDependencies": {
4444
"@stylistic/eslint-plugin-ts": ">=2.9.0",

0 commit comments

Comments
 (0)