chore(deps): bump the dependencies group across 1 directory with 6 updates#10390
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): bump the dependencies group across 1 directory with 6 updates#10390dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
…dates Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) | `1` | `1.0.101` | | [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) | `3` | `3.0.1` | | [actions/setup-node](https://github.com/actions/setup-node) | `6` | `6.3.0` | | [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) | `2` | `2.1.3` | | [actions/github-script](https://github.com/actions/github-script) | `8` | `9` | | [ruby/setup-ruby](https://github.com/ruby/setup-ruby) | `1` | `1.302.0` | Updates `anthropics/claude-code-action` from 1 to 1.0.101 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](anthropics/claude-code-action@v1...v1.0.101) Updates `slackapi/slack-github-action` from 3 to 3.0.1 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](slackapi/slack-github-action@v3...v3.0.1) Updates `actions/setup-node` from 6 to 6.3.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v6...v6.3.0) Updates `aws-actions/amazon-ecr-login` from 2 to 2.1.3 - [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases) - [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md) - [Commits](aws-actions/amazon-ecr-login@v2...v2.1.3) Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) Updates `ruby/setup-ruby` from 1 to 1.302.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@v1...v1.302.0) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.101 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: slackapi/slack-github-action dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: actions/setup-node dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: aws-actions/amazon-ecr-login dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: ruby/setup-ruby dependency-version: 1.302.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... 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 dependencies group with 6 updates in the / directory:
11.0.10133.0.166.3.022.1.38911.302.0Updates
anthropics/claude-code-actionfrom 1 to 1.0.101Release notes
Sourced from anthropics/claude-code-action's releases.
... (truncated)
Commits
0f1fe5efix: forward MCP_TIMEOUT, MCP_TOOL_TIMEOUT, MAX_MCP_OUTPUT_TOKENS to action s...6e2bd52fix: pin bun runtime config and improve log hygiene (#1174)3534c32chore: fix prettier formatting in parse-sdk-options.test.ts (#1176)6685b26chore: fix prettier formatting (#1171)5150ea9fix: snapshot PR's .claude/ to .claude-pr/ before security restore (#1172)eb8baa4fix: strip shell comment lines before parsing claude_args (#1055)f328a5cfix: prevent hang in restoreConfigFromBase on repos with .gitmodules (#1166)b15d475fix: allow # in branch names for PR checkout and base restore (#1167)Updates
slackapi/slack-github-actionfrom 3 to 3.0.1Release notes
Sourced from slackapi/slack-github-action's releases.
Commits
af78098Release3ffcfc3build: ignore dist when linting and formating (#550)bb7fadedocs: move pull request requirements instructions into a comment (#551)79c7509ci: run tests without permission checks for origin pull requests (#553)3e1da4dbuild(deps): bump axios from 1.13.4 to 1.13.5 (#558)951edf9build: update@actionsdependencies to versions with esm support (#547)3345d5aci(deps): auto-approve / auto-merge dependencies from dependabot (#548)62b67a3build(deps-dev): bump@types/nodefrom 20.19.28 to 20.19.30 (#546)a26fa87build(deps-dev): bump@biomejs/biomefrom 2.3.11 to 2.3.13 (#545)243c5a2build(deps): bump axios from 1.13.2 to 1.13.4 (#543)Updates
actions/setup-nodefrom 6 to 6.3.0Release notes
Sourced from actions/setup-node's releases.
... (truncated)
Commits
49933eaBump@action/cachefrom 4.0.2 to 4.0.3 (#1262)e3ce749feat: support private mirrors (#1240)Updates
aws-actions/amazon-ecr-loginfrom 2 to 2.1.3Release notes
Sourced from aws-actions/amazon-ecr-login's releases.
Changelog
Sourced from aws-actions/amazon-ecr-login's changelog.
... (truncated)
Commits
f95db56chore: Update dist (#970)4ec1584chore(deps): bump@aws-sdk/client-ecr-publicfrom 3.1011.0 to 3.1016.0 (#963)65ec2a1chore(deps-dev): bump picomatch from 2.3.1 to 2.3.2 (#967)183a144chore(release): 2.1.12d70dcbchore: Update dist (#961)44bd8f3chore(deps): bump fast-xml-parser and@aws-sdk/xml-builder(#959)324c5e8chore: Update dist (#957)ecbbdc7fix: prefer explicit env var credentials over Pod Identity (#953)Updates
actions/github-scriptfrom 8 to 9Release notes
Sourced from actions/github-script's releases.
Commits
3a2844bMerge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare re...ca10bbdfix: use@octokit/core/types import for v7 compatibility86e48e2merge: incorporate main branch changesc108472chore: rebuild dist for v9 upgrade and getOctokit factoryafff112Merge pull request #712 from actions/salmanmkc/deployment-false + fix user-ag...ff8117eci: fix user-agent test to handle orchestration ID81c6b78ci: use deployment: false to suppress deployment noise from integration tests3953cafdocs: update README examples from@v8to@v9, add getOctokit docs and v9 brea...c17d55bci: add getOctokit integration test joba047196test: add getOctokit integration tests via callAsyncFunctionUpdates
ruby/setup-rubyfrom 1 to 1.302.0Release notes
Sourced from ruby/setup-ruby's releases.
... (truncated)
Commits
0f5cc21Use actions/checkout@v6 in README too2a50164Bump actions/checkout from 4 to 614a4f5dlooks -> isDependabot 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 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