Skip to content

Commit ca82832

Browse files
Bump the dev-dependencies-minor group across 1 directory with 8 updates
Bumps the dev-dependencies-minor group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) | `7.5.8` | `7.7.0` | | [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) | `8.5.14` | `8.18.1` | | [node-abi](https://github.com/electron/node-abi) | `4.6.0` | `4.12.0` | | [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.6.2` | | [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports) | `4.1.0` | `4.2.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.39.1` | `8.40.0` | | [@mdx-js/typescript-plugin](https://github.com/mdx-js/mdx-analyzer/tree/HEAD/packages/typescript-plugin) | `0.0.8` | `0.1.2` | | [eslint-plugin-mdx](https://github.com/mdx-js/eslint-mdx) | `3.1.5` | `3.6.2` | Updates `@types/semver` from 7.5.8 to 7.7.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver) Updates `@types/ws` from 8.5.14 to 8.18.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws) Updates `node-abi` from 4.6.0 to 4.12.0 - [Release notes](https://github.com/electron/node-abi/releases) - [Changelog](https://github.com/electron/node-abi/blob/main/.releaserc.json) - [Commits](electron/node-abi@v4.6.0...v4.12.0) Updates `prettier` from 3.4.2 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.4.2...3.6.2) Updates `prettier-plugin-organize-imports` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases) - [Changelog](https://github.com/simonhaenisch/prettier-plugin-organize-imports/blob/master/changelog.md) - [Commits](simonhaenisch/prettier-plugin-organize-imports@v4.1.0...v4.2.0) Updates `typescript-eslint` from 8.39.1 to 8.40.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.40.0/packages/typescript-eslint) Updates `@mdx-js/typescript-plugin` from 0.0.8 to 0.1.2 - [Release notes](https://github.com/mdx-js/mdx-analyzer/releases) - [Changelog](https://github.com/mdx-js/mdx-analyzer/blob/main/packages/typescript-plugin/CHANGELOG.md) - [Commits](https://github.com/mdx-js/mdx-analyzer/commits/@mdx-js/typescript-plugin@0.1.2/packages/typescript-plugin) Updates `eslint-plugin-mdx` from 3.1.5 to 3.6.2 - [Release notes](https://github.com/mdx-js/eslint-mdx/releases) - [Changelog](https://github.com/mdx-js/eslint-mdx/blob/master/CHANGELOG.md) - [Commits](https://github.com/mdx-js/eslint-mdx/compare/eslint-plugin-mdx@3.1.5...eslint-plugin-mdx@3.6.2) --- updated-dependencies: - dependency-name: "@types/semver" dependency-version: 7.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies-minor - dependency-name: "@types/ws" dependency-version: 8.18.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies-minor - dependency-name: node-abi dependency-version: 4.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies-minor - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies-minor - dependency-name: prettier-plugin-organize-imports dependency-version: 4.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies-minor - dependency-name: typescript-eslint dependency-version: 8.40.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies-minor - dependency-name: "@mdx-js/typescript-plugin" dependency-version: 0.1.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies-minor - dependency-name: eslint-plugin-mdx dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 66164ac commit ca82832

3 files changed

Lines changed: 174 additions & 285 deletions

File tree

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,24 @@
4040
"@docusaurus/tsconfig": "3.7.0",
4141
"@docusaurus/types": "3.7.0",
4242
"@eslint/js": "^8.57.0",
43-
"@mdx-js/typescript-plugin": "^0.0.8",
43+
"@mdx-js/typescript-plugin": "^0.1.2",
4444
"@types/eslint": "^9.6.1",
4545
"@types/eslint-config-prettier": "^6.11.3",
4646
"@types/react": "^18.3.0",
4747
"@types/react-dom": "^18.3.0",
4848
"eslint": "^8.57.0",
4949
"eslint-config-prettier": "^10.1.8",
50-
"eslint-plugin-mdx": "^3.1.5",
51-
"prettier": "^3.4.2",
50+
"eslint-plugin-mdx": "^3.6.2",
51+
"prettier": "^3.6.2",
5252
"prettier-plugin-jsdoc": "^1.3.2",
53-
"prettier-plugin-organize-imports": "^4.1.0",
53+
"prettier-plugin-organize-imports": "^4.2.0",
5454
"remark-cli": "^12.0.1",
5555
"remark-frontmatter": "^5.0.0",
5656
"remark-mdx": "^3.1.0",
5757
"remark-preset-lint-consistent": "^6.0.1",
5858
"remark-preset-lint-recommended": "^7.0.1",
5959
"typescript": "^5.9.2",
60-
"typescript-eslint": "^8.39.1"
60+
"typescript-eslint": "^8.40.0"
6161
},
6262
"resolutions": {
6363
"path-to-regexp@npm:2.2.1": "^3",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@
6767
"electron-vite": "^4.0.0",
6868
"eslint": "^8.57.0",
6969
"eslint-config-prettier": "^10.1.8",
70-
"node-abi": "^4.6.0",
70+
"node-abi": "^4.12.0",
7171
"postcss": "^8.5.6",
72-
"prettier": "^3.4.2",
72+
"prettier": "^3.6.2",
7373
"prettier-plugin-jsdoc": "^1.3.3",
74-
"prettier-plugin-organize-imports": "^4.1.0",
74+
"prettier-plugin-organize-imports": "^4.2.0",
7575
"rollup-plugin-flow": "^1.1.1",
7676
"sass": "^1.90.0",
7777
"semver": "^7.7.2",
@@ -83,7 +83,7 @@
8383
"tslib": "^2.8.1",
8484
"tsx": "^4.20.4",
8585
"typescript": "^5.9.2",
86-
"typescript-eslint": "^8.39.1",
86+
"typescript-eslint": "^8.40.0",
8787
"vite": "^6.0.0",
8888
"vite-plugin-image-optimizer": "^2.0.2",
8989
"vite-plugin-static-copy": "^3.1.2",

0 commit comments

Comments
 (0)