Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
yarn lint:es --fix

- name: Apply autofix.ci
uses: autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944 # v1
uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 # v1
with:
fail-fast: false
552 changes: 273 additions & 279 deletions .yarn/releases/yarn-4.9.1.cjs → .yarn/releases/yarn-4.9.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ plugins:
path: .yarn/plugins/plugin-prepare-lifecycle.cjs
spec: 'https://github.com/un-es/yarn-plugin-prepare-lifecycle/releases/download/v0.0.1/index.js'

yarnPath: .yarn/releases/yarn-4.9.1.cjs
yarnPath: .yarn/releases/yarn-4.9.2.cjs
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "JounQin <admin@1stg.me> (https://www.1stG.me)",
"funding": "https://opencollective.com/synckit",
"license": "MIT",
"packageManager": "yarn@4.9.1",
"packageManager": "yarn@4.9.2",
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
Expand Down Expand Up @@ -68,11 +68,11 @@
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.4",
"@commitlint/cli": "^19.8.1",
"@oxc-node/core": "^0.0.27",
"@oxc-node/core": "^0.0.29",
"@swc-node/register": "^1.10.10",
"@swc/core": "^1.11.29",
"@swc/helpers": "^0.5.17",
"@types/jest": "^29.5.14",
"@types/jest": "^30.0.0",
"@types/node": "^22.15.26",
"@unts/patch-package": "^8.1.1",
"clean-pkg-json": "^1.3.0",
Expand All @@ -81,9 +81,9 @@
"esbuild-register": "^3.6.0",
"esbuild-runner": "^2.2.2",
"eslint": "^9.27.0",
"eslint-plugin-jest": "^28.12.0",
"jest": "^29.7.0",
"make-synchronized": "^0.7.2",
"eslint-plugin-jest": "^29.0.0",
"jest": "^30.0.0",
"make-synchronized": "^0.8.0",
"nano-staged": "^0.8.0",
"node-gyp": "^11.2.0",
"prettier": "^3.5.3",
Expand Down
Loading
Loading