Commit e77b314
authored
build(deps-dev): bump the dev-deps-breaking group across 1 directory with 20 updates
Bumps the dev-deps-breaking group with 20 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.5.0` | `20.1.0` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `19.5.0` | `20.0.0` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `25.0.8` | `28.0.9` |
| [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `15.3.0` | `16.0.3` |
| [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) | `11.1.6` | `12.3.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.19.55` | `24.9.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.18.0` | `8.46.2` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.18.0` | `8.46.2` |
| [cross-env](https://github.com/kentcdodds/cross-env) | `7.0.3` | `10.1.0` |
| [cypress](https://github.com/cypress-io/cypress) | `13.15.0` | `15.5.0` |
| [eslint](https://github.com/eslint/eslint) | `8.57.1` | `9.38.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.1.0` | `10.1.8` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.2.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.13` | `30.0.0` |
| [rollup-plugin-visualizer](https://github.com/btd/rollup-plugin-visualizer) | `5.12.0` | `6.0.5` |
| [semantic-release](https://github.com/semantic-release/semantic-release) | `23.1.1` | `25.0.1` |
| [supertest](https://github.com/ladjs/supertest) | `6.3.4` | `7.1.4` |
| [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) | `3.17.1` | `4.9.0` |
| [typedoc-plugin-merge-modules](https://github.com/krisztianb/typedoc-plugin-merge-modules) | `5.1.0` | `7.0.0` |
| [typedoc-theme-hierarchy](https://github.com/DiFuks/typedoc-theme-hierarchy) | `4.1.2` | `6.0.0` |
Updates `@commitlint/cli` from 19.5.0 to 20.1.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.1.0/@commitlint/cli)
Updates `@commitlint/config-conventional` from 19.5.0 to 20.0.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.0.0/@commitlint/config-conventional)
Updates `@rollup/plugin-commonjs` from 25.0.8 to 28.0.9
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.9/packages/commonjs)
Updates `@rollup/plugin-node-resolve` from 15.3.0 to 16.0.3
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v16.0.3/packages/node-resolve)
Updates `@rollup/plugin-typescript` from 11.1.6 to 12.3.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v12.3.0/packages/typescript)
Updates `@types/node` from 18.19.55 to 24.9.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `@typescript-eslint/eslint-plugin` from 7.18.0 to 8.46.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.2/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 7.18.0 to 8.46.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.2/packages/parser)
Updates `cross-env` from 7.0.3 to 10.1.0
- [Release notes](https://github.com/kentcdodds/cross-env/releases)
- [Changelog](https://github.com/kentcdodds/cross-env/blob/main/CHANGELOG.md)
- [Commits](kentcdodds/cross-env@v7.0.3...v10.1.0)
Updates `cypress` from 13.15.0 to 15.5.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.15.0...v15.5.0)
Updates `eslint` from 8.57.1 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.57.1...v9.38.0)
Updates `eslint-config-prettier` from 9.1.0 to 10.1.8
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.1.0...v10.1.8)
Updates `jest` from 29.7.0 to 30.2.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest)
Updates `@types/jest` from 29.5.13 to 30.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
Updates `rollup-plugin-visualizer` from 5.12.0 to 6.0.5
- [Changelog](https://github.com/btd/rollup-plugin-visualizer/blob/master/CHANGELOG.md)
- [Commits](btd/rollup-plugin-visualizer@v5.12.0...v6.0.5)
Updates `semantic-release` from 23.1.1 to 25.0.1
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v23.1.1...v25.0.1)
Updates `supertest` from 6.3.4 to 7.1.4
- [Release notes](https://github.com/ladjs/supertest/releases)
- [Commits](forwardemail/supertest@v6.3.4...v7.1.4)
Updates `typedoc-plugin-markdown` from 3.17.1 to 4.9.0
- [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases)
- [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md)
- [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.9.0/packages/typedoc-plugin-markdown)
Updates `typedoc-plugin-merge-modules` from 5.1.0 to 7.0.0
- [Release notes](https://github.com/krisztianb/typedoc-plugin-merge-modules/releases)
- [Changelog](https://github.com/krisztianb/typedoc-plugin-merge-modules/blob/master/CHANGELOG.md)
- [Commits](krisztianb/typedoc-plugin-merge-modules@v5.1.0...v7.0.0)
Updates `typedoc-theme-hierarchy` from 4.1.2 to 6.0.0
- [Release notes](https://github.com/DiFuks/typedoc-theme-hierarchy/releases)
- [Commits](DiFuks/typedoc-theme-hierarchy@4.1.2...v6.0.0)
---
updated-dependencies:
- dependency-name: "@commitlint/cli"
dependency-version: 20.1.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-deps-breaking
- dependency-name: "@commitlint/config-conventional"
dependency-version: 20.0.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-deps-breaking
- dependency-name: "@rollup/plugin-commonjs"
dependency-version: 28.0.9
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-deps-breaking
- dependency-name: "@rollup/plugin-node-resolve"
dependency-version: 16.0.3
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-deps-breaking
- dependency-name: "@rollup/plugin-typescript"
dependency-version: 12.3.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-deps-breaking
- dependency-name: "@types/node"
dependency-version: 24.9.1
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-deps-breaking
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-version: 8.46.2
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-deps-breaking
- dependency-name: "@typescript-eslint/parser"
dependency-version: 8.46.2
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-deps-breaking
- dependency-name: cross-env
dependency-version: 10.1.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-deps-breaking
- dependency-name: cypress
dependency-version: 15.5.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-deps-breaking
- dependency-name: eslint
dependency-version: 9.38.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-deps-breaking
- dependency-name: eslint-config-prettier
dependency-version: 10.1.8
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-deps-breaking
- dependency-name: jest
dependency-version: 30.2.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-deps-breaking
- dependency-name: "@types/jest"
dependency-version: 30.0.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-deps-breaking
- dependency-name: rollup-plugin-visualizer
dependency-version: 6.0.5
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-deps-breaking
- dependency-name: semantic-release
dependency-version: 25.0.1
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-deps-breaking
- dependency-name: supertest
dependency-version: 7.1.4
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-deps-breaking
- dependency-name: typedoc-plugin-markdown
dependency-version: 4.9.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-deps-breaking
- dependency-name: typedoc-plugin-merge-modules
dependency-version: 7.0.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-deps-breaking
- dependency-name: typedoc-theme-hierarchy
dependency-version: 6.0.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-deps-breaking
...
Signed-off-by: dependabot[bot] <support@github.com>1 parent 69a5c3a commit e77b314
3 files changed
+12206
-7880
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments