chore(deps): bump the all-npm group across 1 directory with 8 updates - #255
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the all-npm group across 1 directory with 8 updates#255dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the all-npm group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@github/copilot-sdk](https://github.com/github/copilot-sdk) | `0.3.0` | `1.0.1` | | [tsx](https://github.com/privatenumber/tsx) | `4.22.3` | `4.22.4` | | [@playwright/test](https://github.com/microsoft/playwright) | `1.60.0` | `1.61.0` | | [eslint](https://github.com/eslint/eslint) | `10.4.0` | `10.5.0` | | [eslint-plugin-security](https://github.com/eslint-community/eslint-plugin-security) | `4.0.0` | `4.0.1` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `17.0.5` | `17.0.7` | | [prettier](https://github.com/prettier/prettier) | `3.8.3` | `3.8.4` | | [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `12.10.0` | `12.10.1` | Updates `@github/copilot-sdk` from 0.3.0 to 1.0.1 - [Release notes](https://github.com/github/copilot-sdk/releases) - [Changelog](https://github.com/github/copilot-sdk/blob/main/CHANGELOG.md) - [Commits](github/copilot-sdk@v0.3.0...v1.0.1) Updates `tsx` from 4.22.3 to 4.22.4 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.22.3...v4.22.4) Updates `@playwright/test` from 1.60.0 to 1.61.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.60.0...v1.61.0) Updates `eslint` from 10.4.0 to 10.5.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.4.0...v10.5.0) Updates `eslint-plugin-security` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/eslint-community/eslint-plugin-security/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-security/blob/main/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-security@eslint-plugin-security-v4.0.0...eslint-plugin-security-v4.0.1) Updates `lint-staged` from 17.0.5 to 17.0.7 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v17.0.5...v17.0.7) Updates `prettier` from 3.8.3 to 3.8.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.3...3.8.4) Updates `better-sqlite3` from 12.10.0 to 12.10.1 - [Release notes](https://github.com/WiseLibs/better-sqlite3/releases) - [Commits](WiseLibs/better-sqlite3@v12.10.0...v12.10.1) --- updated-dependencies: - dependency-name: "@github/copilot-sdk" dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-npm - dependency-name: tsx dependency-version: 4.22.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-npm - dependency-name: "@playwright/test" dependency-version: 1.61.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-npm - dependency-name: eslint dependency-version: 10.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-npm - dependency-name: eslint-plugin-security dependency-version: 4.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-npm - dependency-name: lint-staged dependency-version: 17.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-npm - dependency-name: prettier dependency-version: 3.8.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-npm - dependency-name: better-sqlite3 dependency-version: 12.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-npm ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
dorlugasigal
pushed a commit
that referenced
this pull request
Jun 15, 2026
dorlugasigal
pushed a commit
that referenced
this pull request
Jun 22, 2026
dorlugasigal
added a commit
that referenced
this pull request
Jun 25, 2026
## Combined dependency updates Supersedes and combines #256 (GitHub Actions), #255 (npm), and #251 (Docker base image) into a single coherent PR, plus a security fix for the docs site. ### Changes - **CI actions** (`all-actions` group): 5 action updates across workflows. - **npm** (`all-npm` group): root deps incl. `@github/copilot-sdk` ^0.3.0 → ^1.0.1. - **Docker**: `node:26-slim` digest bump. - **Site security fix**: `astro` ^6.1.9 → ^6.4.8 and `vite` override `>=7.3.6 <8`, clearing the Trivy filesystem HIGH findings (CVE-2026-50146, CVE-2026-54299, CVE-2026-53571). ```mermaid flowchart LR A[#256 actions] --> C[#254 combined] B[#255 npm] --> C D[#251 docker] --> C E[astro/vite fix] --> C C --> M[(main)] style C fill:#2563eb,color:#fff style M fill:#16a34a,color:#fff ``` Trivy filesystem scan now reports **0** CRITICAL/HIGH vulnerabilities. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Owner
|
Superseded by #254, which combined these updates (actions + npm + Docker) plus an astro/vite security fix and merged to main. Closing as resolved. |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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 all-npm group with 8 updates in the / directory:
0.3.01.0.14.22.34.22.41.60.01.61.010.4.010.5.04.0.04.0.117.0.517.0.73.8.33.8.412.10.012.10.1Updates
@github/copilot-sdkfrom 0.3.0 to 1.0.1Release notes
Sourced from @github/copilot-sdk's releases.
... (truncated)
Commits
f2e8469# Java codegen: clean output directory before generating to prevent orphan ac...53ffb24Update@github/copilotto 1.0.61 (#1612)3cbeae5Add E2E coverage for newly added RPC methods across all SDKs (#1610)9e9cfbeAdd@CopilotExperimentalcompile-time gate for experimental APIs (#1601)391bcd4Handle session.canvas.closed by removing from open_canvases snapshot (#1604)ba94f95Update@github/copilotto 1.0.60 (#1597)7d6bc92Fix flaky SessionFs workspace metadata E2E test (#1599)7de72a6Update grep replay snapshot for absolute paths (#1598)f54e3acFix Go and Rust code generators (#1596)9c4d637Stop compiling Java in dependency update workflow (#1594)Updates
tsxfrom 4.22.3 to 4.22.4Release notes
Sourced from tsx's releases.
Commits
1ce8463fix: resolve CommonJS directory requires inside dependencies (#803)Updates
@playwright/testfrom 1.60.0 to 1.61.0Release notes
Sourced from @playwright/test's releases.
... (truncated)
Commits
1cc5a90cherry-pick(#41295): chore: PLAYWRIGHT_TRACING_NO_WEBSOCKET_FRAMES and PLAYWR...a6772bdcherry-pick(#41280): Revert "fix(trace-viewer): add keyboard navigation to `N...8133dcfcherry-pick(#41283): docs: add Ubuntu 26.04 and Node.js 26.x to system requir...812432echore: mark v1.61.0 (#41277)ac05145fix(fetch): report serverAddr and securityDetails for reused sockets (#41267)056efc9fix(trace-viewer): add keyboard navigation toNetworkFilterscomponent (#41...41f7b9achore: fixes uncovered by the .NET 1.61 roll (#41266)ba50778fix(mcp): assign caps as array for legacy --vision flag (#41253)b8ee5aedocs: release notes for v1.61 (#41261)49c1f69fix(trace viewer): load trace from a local file (#41263)Updates
eslintfrom 10.4.0 to 10.5.0Release notes
Sourced from eslint's releases.
... (truncated)
Commits
de3b67210.5.0362a518Build: changelog update for 10.5.05ca8c52feat: correct stack tracking in max-nested-callbacks (#20973)b565783feat: report no-with violations at the with keyword (#20971)2ce032ffeat: report max-lines-per-function violations at function head (#20966)732cb3efeat: report max-nested-callbacks violations at function head (#20967)f9c138afeat: report max-depth violations on keywords (#20943)8ae1b5bdocs: Update READMEca7eb90docs: update Node.js prerequisites to include ICU support (#20962)b18bf58chore: update ecosystem plugins (#20959)Updates
eslint-plugin-securityfrom 4.0.0 to 4.0.1Release notes
Sourced from eslint-plugin-security's releases.
Changelog
Sourced from eslint-plugin-security's changelog.
Commits
cb8645cchore: release 4.0.1 🚀 (#204)74c97bbfix: treat import.meta.dirname and import.meta.filename as static (#200)0b45f82chore(deps-dev): bump shell-quote from 1.7.4 to 1.8.4 (#202)954149achore(deps-dev): bump handlebars from 4.7.7 to 4.7.9 (#198)d5012b6chore(deps-dev): bump picomatch from 2.3.1 to 2.3.2 (#197)b53d8b4chore(deps-dev): bump flatted from 3.3.1 to 3.4.2 (#196)7876750chore(deps): bump minimatch (#194)Updates
lint-stagedfrom 17.0.5 to 17.0.7Release notes
Sourced from lint-staged's releases.
Changelog
Sourced from lint-staged's changelog.
Commits
cd11fecMerge pull request #1807 from lint-staged/changeset-release/main15a8ee0chore(changeset): release797bbd9Merge pull request #1808 from lint-staged/add-stashing-faq504e307docs: add FAQ entry on how stashing workseff5cd1Merge pull request #1806 from lint-staged/update-tinyexece692e58build(deps): updatetinyexec@^1.2.4a2dd4eaMerge pull request #1805 from lint-staged/update-github-templatesc928519docs: update GitHub templates094ba56Merge pull request #1798 from lint-staged/changeset-release/main88e19fechore(changeset): releaseUpdates
prettierfrom 3.8.3 to 3.8.4Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
Commits
1c6ba55Release 3.8.44a673dcFix blank lines between list items and nested sub-lists being removed in Mark...074aaedReplacemainbranch in changelog link with tags (#19054)c22a003Bump Prettier dependency to 3.8.307bad1fClean changelog_unreleasedUpdates
better-sqlite3from 12.10.0 to 12.10.1Release notes
Sourced from better-sqlite3's releases.
Commits
da6152c12.10.15bb63a2Fix V8 external API usage for Electron 42 (#1475)ca60e36Bump the github-actions group across 1 directory with 4 updates (#1451)f93f490Update SQLite to version 3.53.2 (#1483)Dependabot 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