Skip to content

fix(deps): update all dependencies #1197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

- name: Setup Node.js LTS
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
Expand All @@ -37,6 +37,6 @@ jobs:
run: yarn format

- name: Apply autofix.ci
uses: autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944 # v1
uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 # v1
with:
fail-fast: false
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout Repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
Expand All @@ -41,6 +41,6 @@ jobs:
run: yarn start validate

- name: Check test coverage
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/pkg-pr-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout Repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

- name: Setup Node.js LTS
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.15.1
22.18.0
724 changes: 359 additions & 365 deletions .yarn/releases/yarn-4.9.1.cjs → .yarn/releases/yarn-4.9.3.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 @@ -7,4 +7,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.3.cjs
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"funding": "https://opencollective.com/prettier-eslint",
"license": "MIT",
"packageManager": "yarn@4.9.1",
"packageManager": "yarn@4.9.3",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
Expand Down Expand Up @@ -60,13 +60,13 @@
"lodash.merge": "^4.6.2",
"loglevel-colored-level-prefix": "^1.0.0",
"prettier": "^3.5.3",
"pretty-format": "^29.7.0",
"pretty-format": "^30.0.0",
"require-relative": "^0.8.7",
"tslib": "^2.8.1",
"vue-eslint-parser": "^10.1.3"
},
"devDependencies": {
"@1stg/eslint-config": "^9.0.6",
"@1stg/eslint-config": "^10.0.0",
"@1stg/prettier-config": "^5.2.0",
"@1stg/tsconfig": "^3.0.3",
"@changesets/changelog-github": "^0.5.1",
Expand All @@ -77,16 +77,16 @@
"@total-typescript/ts-reset": "^0.6.1",
"@types/common-tags": "^1.8.4",
"@types/dlv": "^1.1.5",
"@types/jest": "^29.5.14",
"@types/jest": "^30.0.0",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^22.15.17",
"@types/require-relative": "^0.8.2",
"@unts/patch-package": "^8.1.1",
"all-contributors-cli": "^6.26.1",
"clean-pkg-json": "^1.3.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-jest": "^29.0.0",
"eslint-plugin-node-dependencies": "^1.0.1",
"jest": "^29.7.0",
"jest": "^30.0.0",
"nps": "^5.10.0",
"nps-utils": "^1.7.0",
"prettier-eslint": "portal:.",
Expand Down
Loading
Loading