Skip to content

Commit 36f0b1f

Browse files
fix(deps): update all dependencies
1 parent 9fb86bc commit 36f0b1f

File tree

7 files changed

+1779
-1300
lines changed

7 files changed

+1779
-1300
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
run: yarn format
3838

3939
- name: Apply autofix.ci
40-
uses: autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944 # v1
40+
uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 # v1
4141
with:
4242
fail-fast: false

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
run: yarn start validate
4141

4242
- name: Check test coverage
43-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
43+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
4444
with:
4545
token: ${{ secrets.CODECOV_TOKEN }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.15.0
1+
22.17.0

.yarn/releases/yarn-4.9.1.cjs renamed to .yarn/releases/yarn-4.9.2.cjs

Lines changed: 273 additions & 279 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ plugins:
77
path: .yarn/plugins/plugin-prepare-lifecycle.cjs
88
spec: 'https://github.com/un-es/yarn-plugin-prepare-lifecycle/releases/download/v0.0.1/index.js'
99

10-
yarnPath: .yarn/releases/yarn-4.9.1.cjs
10+
yarnPath: .yarn/releases/yarn-4.9.2.cjs

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"funding": "https://opencollective.com/prettier-eslint-cli",
1414
"license": "MIT",
15-
"packageManager": "[email protected].1",
15+
"packageManager": "[email protected].2",
1616
"engines": {
1717
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1818
},
@@ -56,34 +56,34 @@
5656
"common-tags": "^1.8.2",
5757
"core-js": "^3.42.0",
5858
"eslint": "^9.26.0",
59-
"find-up": "^5.0.0",
60-
"glob": "^10.4.5",
59+
"find-up": "^7.0.0",
60+
"glob": "^11.0.0",
6161
"ignore": "^7.0.4",
6262
"lodash.memoize": "^4.1.2",
6363
"loglevel-colored-level-prefix": "^1.0.0",
6464
"rxjs": "^7.8.2",
65-
"yargs": "^17.7.2"
65+
"yargs": "^18.0.0"
6666
},
6767
"devDependencies": {
68-
"@1stg/eslint-config": "^9.0.6",
68+
"@1stg/eslint-config": "^10.0.0",
6969
"@1stg/prettier-config": "^5.2.0",
7070
"@babel/cli": "^7.27.2",
7171
"@babel/core": "^7.27.1",
7272
"@babel/node": "^7.27.1",
7373
"@babel/preset-env": "^7.27.2",
7474
"@changesets/changelog-github": "^0.5.1",
7575
"@changesets/cli": "^2.29.4",
76-
"@types/jest": "^29.5.14",
76+
"@types/jest": "^30.0.0",
7777
"@unts/patch-package": "^8.1.1",
7878
"all-contributors-cli": "^6.26.1",
7979
"clean-pkg-json": "^1.3.0",
80-
"eslint-plugin-jest": "^28.11.0",
80+
"eslint-plugin-jest": "^29.0.0",
8181
"eslint-plugin-node-dependencies": "^1.0.1",
82-
"jest": "^29.7.0",
82+
"jest": "^30.0.0",
8383
"nano-staged": "^0.8.0",
8484
"nps": "^5.10.0",
8585
"nps-utils": "^1.7.0",
86-
"pify": "^5.0.0",
86+
"pify": "^6.0.0",
8787
"prettier": "^3.5.3",
8888
"rimraf": "^6.0.1",
8989
"simple-git-hooks": "^2.13.0",

0 commit comments

Comments
 (0)