8000 chore(deps): update all dependencies (#580) · mdx-js/eslint-mdx@27da917 · GitHub
[go: up one dir, main page]

Skip to content

Commit 27da917

Browse files
chore(deps): update all dependencies (#580)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: JounQin <admin@1stg.me>
1 parent d9dad32 commit 27da917

File tree

20 files changed

+2887
-2758
lines changed

20 files changed

+2887
-2758
lines changed

.changeset/legal-pears-fail.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"eslint-plugin-mdx": minor
3+
"eslint-mdx": minor
4+
---
5+
6+
refactor: target `ES2022` and drop unnecessary `tslib` dependency

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ${{ matrix.os }}
3030
steps:
3131
- name: Checkout Repo
32-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
32+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333

3434
- name: Setup Node.js ${{ matrix.node }}
3535
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
@@ -44,7 +44,7 @@ jobs:
4444
if: ${{ matrix.eslint < 9 }}
4545
run: |
4646
yarn add -D eslint@${{ matrix.eslint }} @types/eslint@9
47-
yarn set resolution eslint-plugin-unicorn@npm:^58.0.0 npm:^56
47+
yarn set resolution eslint-plugin-unicorn-x@npm:eslint-plugin-unicorn@^59.0.1 npm:eslint-plugin-unicorn@^56
4848
4949
- name: Build, Lint and Test
5050
run: |
@@ -55,6 +55,6 @@ jobs:
5555
PARSER_NO_WATCH: true
5656

5757
- name: Codecov
58-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
58+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
5959
with:
6060
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ jobs:
2727

2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
30+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3131

3232
- name: Initialize CodeQL
33-
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
33+
uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
3434
with:
353 8000 5
languages: ${{ matrix.language }}
3636
queries: +security-and-quality
3737

3838
- name: Autobuild
39-
uses: github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
39+
uses: github/codeql-action/autobuild@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
4040

4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
42+
uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
4343
with:
4444
category: '/language:${{ matrix.language }}'

.github/workflows/pkg-size.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020

2121
- name: Setup Node.js LTS
2222
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
@@ -28,6 +28,6 @@ jobs:
2828
SKIP_YARN_COREPACK_CHECK: 1
2929

3030
- name: Package Size Report
31-
uses: pkg-size/action@a637fb0897b6f14f18e776d8c3dbccb34a1ad27b # v1
31+
uses: pkg-size/action@a637fb0897b6f14f18e776d8c3dbccb34a1ad27b # v1.1.1
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout Repo
23-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424
with:
2525
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2626
fetch-depth: 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Detailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.m
273273

274274
[MIT][] © [JounQin][]@[1stG.me][]
275275

276-
[1stg.me]: https://www.1stg.me
276+
[1stg.me]: https://www.1stG.me
277277
[changesets]: https://github.com/changesets/changesets
278278
[eslint]: https://eslint.org
279279
[jounqin]: https://github.com/JounQin

eslint.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ export default config([
5151
},
5252
{
5353
...mdx.flatCodeBlocks,
54+
languageOptions: {
55+
parserOptions: {
56+
projectService: false,
57+
},
58+
},
5459
rules: {
5560
...mdx.flatCodeBlocks.rules,
5661
'no-magic-numbers': 'off',

package.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"workspaces": [
1111
"packages/*"
1212
],
13-
"packageManager": "yarn@4.9.1",
13+
"packageManager": "yarn@4.9.2",
1414
"scripts": {
1515
"build": "concurrently -r 'yarn:build:*'",
1616
"build:r": "r -f cjs",
@@ -28,31 +28,31 @@
2828
"version": "changeset version && yarn --no-immutable"
2929
},
3030
"devDependencies": {
31-
"@1stg/common-config": "^13.0.1",
31+
"@1stg/common-config": "^14.1.0",
3232
"@changesets/changelog-github": "^0.5.1",
33-
"@changesets/cli": "^2.29.2",
34-
"@commitlint/cli": "^19.8.0",
35-
"@oxc-node/core": "^0.0.24",
36-
"@pkgr/rollup": "^6.0.3",
37-
"@swc/core": "^1.11.21",
38-
"@swc/jest": "^0.2.37",
33+
"@changesets/cli": "^2.29.4",
34+
"@commitlint/cli": "^19.8.1",
35+
"@oxc-node/core": "^0.0.28",
36+
"@pkgr/rollup": "^7.0.0",
37+
"@swc/core": "^1.12.0",
38+
"@swc/jest": "^0.2.38",
3939
"@types/jest": "^29.5.14",
40-
"@types/node": "^22.14.1",
41-
"@types/react": "^19.1.2",
40+
"@types/node": "^22.15.31",
41+
"@types/react": "^19.1.8",
4242
"@types/unist": "^3.0.3",
4343
"@unts/patch-package": "^8.1.1",
4444
"concurrently": "^9.1.2",
45-
"eslint": "^9.25.1",
46-
"eslint-plugin-jest": "^28.11.0",
45+
"eslint": "^9.28.0",
46+
"eslint-plugin-jest": "^28.13.3",
4747
"eslint-plugin-react": "^7.37.5",
48-
"globals": "^16.0.0",
49-
"jest": "^30.0.0-alpha.7",
48+
"globals": "^16.2.0",
49+
"jest": "^30.0.0",
5050
"nano-staged": "^0.8.0",
51-
"path-serializer": "^0.4.0",
51+
"path-serializer": "^0.5.0",
5252
"prettier": "^3.5.3",
5353
"react": "^19.1.0",
5454
"rimraf": "^6.0.1",
55-
"simple-git-hooks": "^2.12.1",
55+
"simple-git-hooks": "^2.13.0",
5656
"ts-node": "^10.9.2",
5757
"type-coverage": "^2.29.7",
5858
"typescript": "^5.8.3",
@@ -61,6 +61,7 @@
6161
"resolutions": {
6262
"eslint-mdx": "link:packages/eslint-mdx",
6363
"eslint-plugin-mdx": "link:packages/eslint-plugin-mdx",
64+
"eslint-plugin-unicorn-x": "npm:eslint-plugin-unicorn@^59.0.1",
6465
"prettier": "^3.5.3",
6566
"synckit": "^0.11.2"
6667
},

0 commit comments

Comments
 (0)
0