Skip to content

Commit c014158

Browse files
fix(deps): update all dependencies
1 parent 6797d5d commit c014158

File tree

6 files changed

+1466
-1162
lines changed

6 files changed

+1466
-1162
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

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.15.1
1+
22.16.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"funding": "https://opencollective.com/prettier-eslint",
1414
"license": "MIT",
15-
"packageManager": "yarn@4.9.1",
15+
"packageManager": "yarn@4.9.2",
1616
"engines": {
1717
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1818
},
@@ -60,13 +60,13 @@
6060
"lodash.merge": "^4.6.2",
6161
"loglevel-colored-level-prefix": "^1.0.0",
6262
"prettier": "^3.5.3",
63-
"pretty-format": "^29.7.0",
63+
"pretty-format": "^30.0.0",
6464
"require-relative": "^0.8.7",
6565
"tslib": "^2.8.1",
6666
"vue-eslint-parser": "^10.1.3"
6767
},
6868
"devDependencies": {
69-
"@1stg/eslint-config": "^9.0.6",
69+
"@1stg/eslint-config": "^10.0.0",
7070
"@1stg/prettier-config": "^5.2.0",
7171
"@1stg/tsconfig": "^3.0.3",
7272
"@changesets/changelog-github": "^0.5.1",
@@ -86,7 +86,7 @@
8686
"clean-pkg-json": "^1.3.0",
8787
"eslint-plugin-jest": "^28.11.0",
8888
"eslint-plugin-node-dependencies": "^1.0.1",
89-
"jest": "^29.7.0",
89+
"jest": "^30.0.0",
9090
"nps": "^5.10.0",
9191
"nps-utils": "^1.7.0",
9292
"prettier-eslint": "portal:.",

0 commit comments

Comments
 (0)