chore(deps): bump the production-dependencies group across 1 directory with 8 updates#2
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
72743d1 to
6bb7297
Compare
Bumps the production-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.2.4` | | [commander](https://github.com/tj/commander.js) | `12.1.0` | `14.0.3` | | [tree-sitter](https://github.com/tree-sitter/node-tree-sitter) | `0.21.1` | `0.25.0` | | [tree-sitter-python](https://github.com/tree-sitter/tree-sitter-python) | `0.21.0` | `0.25.0` | | [tree-sitter-typescript](https://github.com/tree-sitter/tree-sitter-typescript) | `0.21.2` | `0.23.2` | | [execa](https://github.com/sindresorhus/execa) | `8.0.1` | `9.6.1` | | [glob](https://github.com/isaacs/node-glob) | `10.5.0` | `13.0.6` | | [diff](https://github.com/kpdecker/jsdiff) | `5.2.2` | `8.0.4` | Updates `react` from 18.3.1 to 19.2.4 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react) Updates `commander` from 12.1.0 to 14.0.3 - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](tj/commander.js@v12.1.0...v14.0.3) Updates `tree-sitter` from 0.21.1 to 0.25.0 - [Release notes](https://github.com/tree-sitter/node-tree-sitter/releases) - [Commits](tree-sitter/node-tree-sitter@v0.21.1...v0.25.0) Updates `tree-sitter-python` from 0.21.0 to 0.25.0 - [Release notes](https://github.com/tree-sitter/tree-sitter-python/releases) - [Commits](tree-sitter/tree-sitter-python@v0.21.0...v0.25.0) Updates `tree-sitter-typescript` from 0.21.2 to 0.23.2 - [Release notes](https://github.com/tree-sitter/tree-sitter-typescript/releases) - [Commits](tree-sitter/tree-sitter-typescript@v0.21.2...v0.23.2) Updates `execa` from 8.0.1 to 9.6.1 - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](sindresorhus/execa@v8.0.1...v9.6.1) Updates `glob` from 10.5.0 to 13.0.6 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.5.0...v13.0.6) Updates `diff` from 5.2.2 to 8.0.4 - [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md) - [Commits](kpdecker/jsdiff@v5.2.2...8.0.4) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: commander dependency-version: 14.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: tree-sitter dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: tree-sitter-python dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: tree-sitter-typescript dependency-version: 0.23.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: execa dependency-version: 9.6.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: glob dependency-version: 13.0.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: diff dependency-version: 8.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
6bb7297 to
e7fe3a8
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 production-dependencies group with 8 updates in the / directory:
18.3.119.2.412.1.014.0.30.21.10.25.00.21.00.25.00.21.20.23.28.0.19.6.110.5.013.0.65.2.28.0.4Updates
reactfrom 18.3.1 to 19.2.4Release notes
Sourced from react's releases.
... (truncated)
Changelog
Sourced from react's changelog.
... (truncated)
Commits
90ab3f8Version 19.2.4612e371Version 19.2.3b910fc1Version 19.2.2053df4eVersion 19.2.15667a41Bump next prerelease version numbers (#34639)8bb7241Bump useEffectEvent to Canary (#34610)e3c9656Ensure Performance Track are Clamped and Don't overlap (#34509)68f00c9Release Activity in Canary (#34374)0e10ee9[Reconciler] Set ProfileMode for Host Root Fiber by default in dev (#34432)3bf8ab4Add missing Activity export to development mode (#34439)Updates
commanderfrom 12.1.0 to 14.0.3Release notes
Sourced from commander's releases.
... (truncated)
Changelog
Sourced from commander's changelog.
... (truncated)
Commits
824736414.0.3e281fe3Update docs for 14.0.3 (#2474)7357ddaSeparate out a more detailed release policy document (#2462)b6e2e3aBump eslint from 9.39.1 to 9.39.2 (#2470)d6f63a7Bump ts-jest from 29.4.5 to 29.4.6 (#2467)2a9768aBump prettier from 3.6.2 to 3.7.4 (#2466)9211918docs(README): Tweak formatting, punctuation for clarity (#2465)4208a96Bump typescript-eslint from 8.46.2 to 8.48.0 (#2458)03308ceBump eslint-plugin-jest from 29.0.1 to 29.2.1 (#2457)4d2db1fBump globals from 16.4.0 to 16.5.0 (#2456)Updates
tree-sitterfrom 0.21.1 to 0.25.0Release notes
Sourced from tree-sitter's releases.
Commits
3343ab80.25.06d718f9Bump core lib to 0.25.58ff5c15chore: updateFUNDING.yml558bfd4chore: addFUNDING.yml483e1850.22.4733a096ci(publish): ensure filenames are uniquefe9facc0.22.38fdbb4cci(publish): correct gh release step424fb65docs(readme): fix docs badgee1c57810.22.2Updates
tree-sitter-pythonfrom 0.21.0 to 0.25.0Release notes
Sourced from tree-sitter-python's releases.
Commits
293fdc00.25.034a91a2chore: generate8ad8a51ci: update failing filesa0b84edtest: update tests1b1ca93fix: give a higher lexical precedence to the*inexcept*a4c106ffeat: allow multiple exception expressions without parenthesis29e3bc2refactor!: simplify exceptionsd8f9e69feat: add PEP 750 template string support7ff26dafeat: simplify try statement by accepting missing else/except/finally blocksafdba00build: update bindingsUpdates
tree-sitter-typescriptfrom 0.21.2 to 0.23.2Release notes
Sourced from tree-sitter-typescript's releases.
Commits
f975a620.23.261e2a770.23.17bfe051fix(rust): don't fetch files from node_modulesaa6c28ffix: remove glimmer tags9230875build: move tree-sitter-javascript todependencies14af167chore: regenerate31725c1build: update bindings89e0420feat(node): support single-file executables viabun build --compile73c4447chore: regenerate18bb23abuild: update bindingsUpdates
execafrom 8.0.1 to 9.6.1Release notes
Sourced from execa's releases.
... (truncated)
Commits
84e1f369.6.17891c39FixVerboseOptiontype not being properly exported (#1215)103095fMeta tweaks23ec6f0Fix CI tests related to.kill(0)(#1212)9a2cb79Meta tweakse7cafeb[docs] TTY control is lost only on the FD that uses mixed inherit. (#1209)5587ae1Fix CI tests (#1207)3e8fa32[docs] A process is not a TTY usually, just connected to one. (#1208)c468672[docs] Transforms: Summary: Fix example command and output. (#1206)a31fe559.6.0Updates
globfrom 10.5.0 to 13.0.6Changelog
Sourced from glob's changelog.
... (truncated)
Commits
e80cb3813.0.69cdbbffrevert tsgo, not ready for test coverage correctness yet89c99bause tsgo compilerb7275d5update deps, expand engines to include node 18942e360update workflows, pull taprc out of package.json4a0d53cupdate tap for mockImport bugfixef94ad2update tap180c2d4update docs37993c8remove stray console.error in test03ae4c213.0.5Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Updates
difffrom 5.2.2 to 8.0.4Changelog
Sourced from diff's changelog.
... (truncated)
Commits
dd2f9948.0.4 release (#678)3cc4384Update docs on releasing to reflect migration to yarn berry (#677)6fc2aa6yarn up '*' && yarn up -R '**' (#676)af7393ayarn up '*' && yarn up -R '**' (#670)4b5d180Fix another bug in diffWords's "intlSegmenter" mode (#667)10da50cyarn up '*' && yarn up -R '**' (#666)8dc164bMigrate from Yarn Classic to Yarn Berry (#662)750fbd6yarn upgrade --latest (#661)abe2bdeAdd release notes for undocumented releases (#658)13576bf8.0.3 release (#652)