Skip to content

Commit bf50a4d

Browse files
renovate[bot]JounQinautofix-ci[bot]
authored
chore(deps): update all dependencies (#299)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: JounQin <[email protected]> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 9769f3c commit bf50a4d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+840
-1008
lines changed

.changeset/long-steaks-retire.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-import-x": patch
3+
---
4+
5+
chore(deps): bump `@typescript-eslint/utils` to v8.30

.eslintrc.cjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ const noEslintrc = +version.split('.')[0] > 8
66

77
const testCompiled = process.env.TEST_COMPILED === '1'
88

9-
/**
10-
* @type {import('eslint').Linter.Config}
11-
*/
9+
/** @type {import('eslint').Linter.Config} */
1210
module.exports = {
1311
root: true,
1412
reportUnusedDisableDirectives: true,

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020

2121
- name: Setup Node.js LTS
22-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
22+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2323
with:
2424
node-version: lts/*
2525
cache: yarn

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3939

4040
- name: Setup Node.js ${{ matrix.node }}
41-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
41+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4242
with:
4343
node-version: ${{ matrix.node }}
4444
cache: yarn
@@ -61,6 +61,6 @@ jobs:
6161
PARSER_NO_WATCH: true
6262

6363
- name: Codecov
64-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
64+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
6565
with:
6666
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/pkg-pr-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818

1919
- name: Setup Node.js LTS
20-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
20+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2121
with:
2222
node-version: lts/*
2323
cache: yarn

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727

2828
- name: Setup Node.js LTS
29-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
29+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3030
with:
3131
node-version: lts/*
3232
cache: yarn
File renamed without changes.

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

Lines changed: 169 additions & 169 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.0.cjs
10+
yarnPath: .yarn/releases/yarn-4.9.1.cjs

babel.config.cjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
/**
2-
* @type {import('@babel/core').TransformOptions}
3-
*/
1+
/** @type {import('@babel/core').TransformOptions} */
42
module.exports = {
53
presets: [
64
[

0 commit comments

Comments
 (0)