-
Notifications
You must be signed in to change notification settings - Fork 99
Bump the minor group across 1 directory with 17 updates #9729
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
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/npm_and_yarn/minor-a50e91414f
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,212
−746
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the minor group with 15 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@codemirror/language](https://github.com/codemirror/language) | `6.11.3` | `6.12.1` | | [electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater) | `6.6.2` | `6.7.3` | | [html2canvas-pro](https://github.com/yorickshan/html2canvas-pro) | `1.5.13` | `1.6.4` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.11.0` | `7.12.0` | | [three](https://github.com/mrdoob/three.js) | `0.181.2` | `0.182.0` | | [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three) | `0.181.0` | `0.182.0` | | [xstate](https://github.com/statelyai/xstate) | `5.24.0` | `5.25.0` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.7` | `19.2.8` | | [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `26.0.12` | `26.4.0` | | [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) | `7.13.6` | `7.15.4` | | [happy-dom](https://github.com/capricorn86/happy-dom) | `20.0.11` | `20.1.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.48.1` | `8.52.0` | | [ws](https://github.com/websockets/ws) | `8.18.3` | `8.19.0` | | [rollup](https://github.com/rollup/rollup) | `4.53.3` | `4.55.1` | | [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) | `1.106.1` | `1.108.1` | Updates `@codemirror/language` from 6.11.3 to 6.12.1 - [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md) - [Commits](codemirror/language@6.11.3...6.12.1) Updates `electron-updater` from 6.6.2 to 6.7.3 - [Release notes](https://github.com/electron-userland/electron-builder/releases) - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-updater/CHANGELOG.md) - [Commits](https://github.com/electron-userland/electron-builder/commits/[email protected]/packages/electron-updater) Updates `html2canvas-pro` from 1.5.13 to 1.6.4 - [Release notes](https://github.com/yorickshan/html2canvas-pro/releases) - [Changelog](https://github.com/yorickshan/html2canvas-pro/blob/main/CHANGELOG.md) - [Commits](yorickshan/html2canvas-pro@v1.5.13...v1.6.4) Updates `react-router-dom` from 7.11.0 to 7.12.0 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom) Updates `three` from 0.181.2 to 0.182.0 - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) Updates `@types/three` from 0.181.0 to 0.182.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/three) Updates `xstate` from 5.24.0 to 5.25.0 - [Release notes](https://github.com/statelyai/xstate/releases) - [Commits](https://github.com/statelyai/xstate/compare/[email protected]@5.25.0) Updates `@types/react` from 19.2.7 to 19.2.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/three` from 0.181.0 to 0.182.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/three) Updates `electron-builder` from 26.0.12 to 26.4.0 - [Release notes](https://github.com/electron-userland/electron-builder/releases) - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md) - [Commits](https://github.com/electron-userland/electron-builder/commits/[email protected]/packages/electron-builder) Updates `eslint-plugin-testing-library` from 7.13.6 to 7.15.4 - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/release.config.js) - [Commits](testing-library/eslint-plugin-testing-library@v7.13.6...v7.15.4) Updates `happy-dom` from 20.0.11 to 20.1.0 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v20.0.11...v20.1.0) Updates `typescript-eslint` from 8.48.1 to 8.52.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.52.0/packages/typescript-eslint) Updates `ws` from 8.18.3 to 8.19.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.18.3...8.19.0) Updates `rollup` from 4.53.3 to 4.55.1 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.53.3...v4.55.1) Updates `@types/vscode` from 1.106.1 to 1.108.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode) Updates `@typescript-eslint/eslint-plugin` from 8.48.1 to 8.52.0 - [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.52.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.48.1 to 8.52.0 - [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.52.0/packages/parser) --- updated-dependencies: - dependency-name: "@codemirror/language" dependency-version: 6.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: electron-updater dependency-version: 6.7.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: html2canvas-pro dependency-version: 1.6.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: react-router-dom dependency-version: 7.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: three dependency-version: 0.182.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@types/three" dependency-version: 0.182.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: xstate dependency-version: 5.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@types/react" dependency-version: 19.2.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: "@types/three" dependency-version: 0.182.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: electron-builder dependency-version: 26.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: eslint-plugin-testing-library dependency-version: 7.15.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: happy-dom dependency-version: 20.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: typescript-eslint dependency-version: 8.52.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: ws dependency-version: 8.19.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: rollup dependency-version: 4.55.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@types/vscode" dependency-version: 1.108.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.52.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@typescript-eslint/parser" dependency-version: 8.52.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the minor group with 15 updates in the / directory:
6.11.36.12.16.6.26.7.31.5.131.6.47.11.07.12.00.181.20.182.00.181.00.182.05.24.05.25.019.2.719.2.826.0.1226.4.07.13.67.15.420.0.1120.1.08.48.18.52.08.18.38.19.04.53.34.55.11.106.11.108.1Updates
@codemirror/languagefrom 6.11.3 to 6.12.1Changelog
Sourced from
@codemirror/language's changelog.Commits
bcc504cMark version 6.12.1d131a0fUse EnterBracketed mode when finding inner languagef096668Revert "Support reconfiguration of an LRLanguage's language data"43dadcaMark version 6.12.0a8de2eaSupport reconfiguration of an LRLanguage's language data51cdc78Fix typo in a doc comment.Updates
electron-updaterfrom 6.6.2 to 6.7.3Release notes
Sourced from electron-updater's releases.
... (truncated)
Changelog
Sourced from electron-updater's changelog.
... (truncated)
Commits
5f9c143chore(deploy): Release v26.3.5 ([email protected]) (#9422)e043df5chore(deps): unpinning semver and updating it (#9349)27653afchore(deploy): Release v26.3.0 ([email protected]) (#9354)f0aaabfchore(deploy): Release v26.2.0 ([email protected]) (#9345)21623e1chore: cleaning up readme and removing super old boilerplate links (#9334)86e5586chore: update electron version of test fixtures to 35.7.5 (#9336)eb1eccechore(deploy): Release v26.1.0 (#9266)85cb4d0chore(deps): updating and pinning semver to 7.7.2 (#9301)6fd391dfeat(electron-publish): add gitlab publisher (#9209)02e59bachore(deploy): Release v26.0.20 ([email protected]) (#9220)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for electron-updater since your current version.
Updates
html2canvas-profrom 1.5.13 to 1.6.4Release notes
Sourced from html2canvas-pro's releases.
Changelog
Sourced from html2canvas-pro's changelog.
... (truncated)
Commits
eff70a5chore(release): 1.6.41129133Merge pull request #195 from yorickshan/3779dependabot/npm_and_yarn/body-pars...d2a41f7build(deps-dev): bump body-parser from 2.2.1 to 2.2.2d018e6aMerge pull request #190 from yorickshan/7db4dependabot/npm_and_yarn/rollup-4....04708bcMerge pull request #191 from yorickshan/ef61dependabot/npm_and_yarn/typescrip...e89f8f6Merge pull request #192 from yorickshan/1d82dependabot/npm_and_yarn/commitlin...51d2be6Merge pull request #193 from yorickshan/adc5dependabot/npm_and_yarn/commitlin...6f80098Merge pull request #194 from BigIskander/mainff68cd4build(deps-dev): bump@commitlint/config-conventionalf04fa46build(deps-dev): bump@commitlint/clifrom 19.3.0 to 20.3.0Updates
react-router-domfrom 7.11.0 to 7.12.0Release notes
Sourced from react-router-dom's releases.
Changelog
Sourced from react-router-dom's changelog.
Commits
26653a6chore: Update version for release (#14712)7ac2346chore: Update version for release (pre) (#14709)Updates
threefrom 0.181.2 to 0.182.0Commits
Updates
@types/threefrom 0.181.0 to 0.182.0Commits
Updates
xstatefrom 5.24.0 to 5.25.0Release notes
Sourced from xstate's releases.
Commits
2fd7ca6Use OIDC73733beVersion Packages (#5428)999b596Version Packages (#5421)e6f6ec4Trim downTConfigonly to what is needed byStateMachine(#5423)329297b[core] Add support for partial event descriptors inassertEvent(…)(#5422)71c8d0bFix slides link (#5424)2eb8274fix possible 'not iterable' bug (#5420)695db2cVersion Packages (#5418)068f2a7[@xstate/store] Snapshot undo/redo strategy (#5415)8ec428eRework some types slightly to remove workaround targetingsilentNeverType(...Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for xstate since your current version.
Updates
@types/reactfrom 19.2.7 to 19.2.8Commits
Updates
@types/threefrom 0.181.0 to 0.182.0Commits
Updates
electron-builderfrom 26.0.12 to 26.4.0Release notes
Sourced from electron-builder's releases.
... (truncated)
Changelog
Sourced from electron-builder's changelog.
... (truncated)
Commits
caf2cb2chore(deploy): Release v26.4.0 (#9447)85437a7chore(deploy): Release v26.3.6 (#9433)5f9c143chore(deploy): Release v26.3.5 ([email protected]) (#9422)fa863f8chore(deploy): Release v26.3.4 (#9410)8138e27chore(deploy): Release v26.3.3 (#9404)70da68achore(deploy): Release v26.3.2 (#9388)727a82cchore(deploy): Release v26.3.1 (#9372)45a1683fix: change root path forelectron/rebuild(#9376)27653afchore(deploy): Release v26.3.0 ([email protected]) (#9354)b741b72feat: supportcorepackpackageManagerand add related unit tests (#9309)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for electron-builder since your current version.
Updates
eslint-plugin-testing-libraryfrom 7.13.6 to 7.15.4Release notes
Sourced from eslint-plugin-testing-library's releases.
... (truncated)
Commits
b8ef377fix(deps): bumptypescript-eslintto v8.51.0 (#1171)b8ac9fbchore(deps): update pnpm to v10.26.2 (#1170)776a584chore(deps): update dependency tsdown to v0.18.3 (#1169)f32d63achore(deps): update dependency@vitest/eslint-pluginto v1.6.4 (#1168)83965f9chore(deps): update dependency@vitest/eslint-pluginto v1.6.3 (#1167)78f9614chore(deps): update dependency@vitest/eslint-pluginto v1.6.1 (#1166)211e02cchore(deps): update dependency tsdown to v0.18.2 (#1165)c23f025fix(deps): bumptypescript-eslintto v8.50.0 (#1164)d994f0cfix: import plugin meta version (#1163)6bb4603chore(deps): update dependency@vitest/eslint-pluginto v1.5.4 (#1162)Updates
happy-domfrom 20.0.11 to 20.1.0Release notes
Sourced from happy-dom's releases.
Commits
7caaa4achore: #1971 Fixes 2fa one time password for NPM publish (#1974)20d38d2chore: #1971 Fixes 2fa one time password for NPM publish (#1973)8525636chore: #1971 Fixes 2fa one time password for NPM publish (#1972)362f465feat: #1944 Adds support for rendering HTML strings to server-renderer (#1944)Updates
typescript-eslintfrom 8.48.1 to 8.52.0Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
Commits
9ddd571chore(release): publish 8.52.095c7c73chore: update deps to latest minor/patch (#11921)e4c57f5chore(release): publish 8.51.0d520b88chore(release): publish 8.50.1c62e858chore(release): publish 8.50.0