chore(deps)(deps): bump the tree-sitter group with 7 updates#30
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps)(deps): bump the tree-sitter group with 7 updates#30dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the tree-sitter group with 7 updates: | Package | From | To | | --- | --- | --- | | [tree-sitter-python](https://github.com/tree-sitter/tree-sitter-python) | `0.23.6` | `0.25.0` | | [tree-sitter-javascript](https://github.com/tree-sitter/tree-sitter-javascript) | `0.23.1` | `0.25.0` | | [tree-sitter-rust](https://github.com/tree-sitter/tree-sitter-rust) | `0.23.3` | `0.24.0` | | [tree-sitter-go](https://github.com/tree-sitter/tree-sitter-go) | `0.23.4` | `0.25.0` | | [tree-sitter-php](https://github.com/tree-sitter/tree-sitter-php) | `0.23.11` | `0.24.2` | | [tree-sitter-lua](https://github.com/tree-sitter-grammars/tree-sitter-lua) | `0.2.0` | `0.4.1` | | [tree-sitter-scala](https://github.com/tree-sitter/tree-sitter-scala) | `0.23.4` | `0.24.0` | Updates `tree-sitter-python` from 0.23.6 to 0.25.0 - [Release notes](https://github.com/tree-sitter/tree-sitter-python/releases) - [Commits](tree-sitter/tree-sitter-python@v0.23.6...v0.25.0) Updates `tree-sitter-javascript` from 0.23.1 to 0.25.0 - [Release notes](https://github.com/tree-sitter/tree-sitter-javascript/releases) - [Commits](tree-sitter/tree-sitter-javascript@v0.23.1...v0.25.0) Updates `tree-sitter-rust` from 0.23.3 to 0.24.0 - [Release notes](https://github.com/tree-sitter/tree-sitter-rust/releases) - [Commits](tree-sitter/tree-sitter-rust@v0.23.3...v0.24.0) Updates `tree-sitter-go` from 0.23.4 to 0.25.0 - [Release notes](https://github.com/tree-sitter/tree-sitter-go/releases) - [Commits](tree-sitter/tree-sitter-go@v0.23.4...v0.25.0) Updates `tree-sitter-php` from 0.23.11 to 0.24.2 - [Release notes](https://github.com/tree-sitter/tree-sitter-php/releases) - [Commits](tree-sitter/tree-sitter-php@v0.23.11...v0.24.2) Updates `tree-sitter-lua` from 0.2.0 to 0.4.1 - [Release notes](https://github.com/tree-sitter-grammars/tree-sitter-lua/releases) - [Commits](tree-sitter-grammars/tree-sitter-lua@v0.2.0...v0.4.1) Updates `tree-sitter-scala` from 0.23.4 to 0.24.0 - [Release notes](https://github.com/tree-sitter/tree-sitter-scala/releases) - [Commits](tree-sitter/tree-sitter-scala@v0.23.4...v0.24.0) --- updated-dependencies: - dependency-name: tree-sitter-python dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tree-sitter - dependency-name: tree-sitter-javascript dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tree-sitter - dependency-name: tree-sitter-rust dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tree-sitter - dependency-name: tree-sitter-go dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tree-sitter - dependency-name: tree-sitter-php dependency-version: 0.24.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tree-sitter - dependency-name: tree-sitter-lua dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tree-sitter - dependency-name: tree-sitter-scala dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tree-sitter ... Signed-off-by: dependabot[bot] <support@github.com>
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 tree-sitter group with 7 updates:
0.23.60.25.00.23.10.25.00.23.30.24.00.23.40.25.00.23.110.24.20.2.00.4.10.23.40.24.0Updates
tree-sitter-pythonfrom 0.23.6 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-javascriptfrom 0.23.1 to 0.25.0Release notes
Sourced from tree-sitter-javascript's releases.
Commits
44c892e0.25.05f100b0docs: clarify targeted ECMAScript version2409583chore: generate39798e2feat: addawaitto reserved identifiersc220d3efeat: add reserved words7ef8551fix: allowofas identifiers in for loopsebdb4f1feat: addusingdeclaration166a565ci: use macos-latestbe1e969build: update bindingsb131ccbci: bump actions/checkout from 4 to 5Updates
tree-sitter-rustfrom 0.23.3 to 0.24.0Release notes
Sourced from tree-sitter-rust's releases.
Commits
18b05150.24.0a1f37e8Regenerate w/ latest ABIUpdates
tree-sitter-gofrom 0.23.4 to 0.25.0Release notes
Sourced from tree-sitter-go's releases.
Commits
15476780.25.03f912e9chore: generate179ca03feat: expose statement liste25214efix: allow the terminator to be omitted for the last elementedea6bffix: give index expressions a dynamic precedence of 1e1076e5feat: support generic type aliases00a299eci: update test failures, use macos-1593c2bb6build: update bindings1496eb7feat: use the new reserved rules apic350fa5ci: bump actions/checkout from 4 to 5Updates
tree-sitter-phpfrom 0.23.11 to 0.24.2Release notes
Sourced from tree-sitter-php's releases.
Commits
5b5627ffix: publishing, 0.24.21269143fix(bindings): c header file locationa36de39build(deps): bump actions/checkout from 4 to 5d0eb14b0.24.1b621f08chore: regenerate parser182f0340.24.071c7b04test: add test for async visibility on static propertiesbe882bachore: generate43fbdd5feat!: add php_end_tag to grammar and queriesbcef9bffix: enums can have class constantsUpdates
tree-sitter-luafrom 0.2.0 to 0.4.1Release notes
Sourced from tree-sitter-lua's releases.
Commits
816840crelease v0.4.197db867ci: bump actions/checkout from 4 to 6 in the actions groupf549839ci: fix dependabot config03516cbci: fix publish workflow037d315ci: add query validation job57ba500chore: format queries withts_query_lsf35527eci: add dependabot for GH actions2b5b90ffeat: update parser with 0.269a0cae5feat: update bindingsd760230feat(grammar): add field name for operators in expressions (#59)Updates
tree-sitter-scalafrom 0.23.4 to 0.24.0Release notes
Sourced from tree-sitter-scala's releases.
Commits
2d55e74Merge pull request #472 from eed3si9n/wip/tree-sitter-0.244f3c2fbUpdate version to 0.24.0c7d99f8Merge pull request #471 from tree-sitter/generationd4ed326chore: generate and sync from e978ef2a5789d6f61874ef81f98e8ccf58f6548be978ef2Merge pull request #470 from eed3si9n/wip/nested-package595ac31Opt out of Swift testing51c11bcOpt out of parser diff36aa13bfix: Fix nested packagesa2e91c8Merge pull request #468 from tree-sitter/dependabot/npm_and_yarn/tar-fs-2.1.3478055ebuild(deps-dev): bump tar-fs from 2.1.2 to 2.1.3Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions