build(deps-dev): bump the development-dependencies group across 1 directory with 6 updates - #2853
Merged
github-actions[bot] merged 1 commit intoSep 3, 2026
Conversation
…ectory with 6 updates Bumps the development-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.5.10` | `2.5.11` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.2.0` | `26.4.0` | | [tsx](https://github.com/privatenumber/tsx) | `4.23.12` | `4.23.13` | | [terser](https://github.com/terser/terser) | `5.50.0` | `5.51.2` | | [webpack](https://github.com/webpack/webpack) | `5.109.2` | `5.110.2` | | [webpack-cli](https://github.com/webpack/webpack-cli) | `7.2.2` | `7.2.3` | Updates `@biomejs/biome` from 2.5.10 to 2.5.11 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.11/packages/@biomejs/biome) Updates `@types/node` from 26.2.0 to 26.4.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `tsx` from 4.23.12 to 4.23.13 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.23.12...v4.23.13) Updates `terser` from 5.50.0 to 5.51.2 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](terser/terser@v5.50.0...v5.51.2) Updates `webpack` from 5.109.2 to 5.110.2 - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.109.2...v5.110.2) Updates `webpack-cli` from 7.2.2 to 7.2.3 - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@7.2.2...webpack-cli@7.2.3) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.5.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@types/node" dependency-version: 26.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: terser dependency-version: 5.51.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: tsx dependency-version: 4.23.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: webpack dependency-version: 5.110.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: webpack-cli dependency-version: 7.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/development-dependencies-036aeb22eb
branch
from
September 3, 2026 10:01
a415ed1 to
8b2edaa
Compare
github-actions
Bot
deleted the
dependabot/npm_and_yarn/development-dependencies-036aeb22eb
branch
September 3, 2026 10:07
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 development-dependencies group with 6 updates in the / directory:
2.5.102.5.1126.2.026.4.04.23.124.23.135.50.05.51.25.109.25.110.27.2.27.2.3Updates
@biomejs/biomefrom 2.5.10 to 2.5.11Release notes
Sourced from @biomejs/biome's releases.
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
... (truncated)
Commits
4d9c1d5ci: release (#11457)18883b7fix(html): ignore punctuation in Vue attribute casing (#11462)5c353e6feat: adds the noAstroSetHtmlDirective rule for .astro (#11322)3e5367ffeat(lint): rule noUndeclaredCustomProperties (#11191)Updates
@types/nodefrom 26.2.0 to 26.4.0Commits
Updates
tsxfrom 4.23.12 to 4.23.13Release notes
Sourced from tsx's releases.
Commits
28e1f12fix(cache): bound shared transform cache memory (#835)Updates
terserfrom 5.50.0 to 5.51.2Changelog
Sourced from terser's changelog.
Commits
317f4495.51.2de65694update changelog053a8f3roll back previous fix for ambiguously scoped default argsc2bd4715.51.1791888fupdate changelog49168cdfix transforms inside dynamicimport()arguments. Closes #1723b6298195.51.0e215a08update changelog18db852pin (deoptimize) functions that use argnames scope in an ambiguous way. Close...9fc8a85fix nullish coalescing operator being considered booleanUpdates
webpackfrom 5.109.2 to 5.110.2Release notes
Sourced from webpack's releases.
... (truncated)
Changelog
Sourced from webpack's changelog.
... (truncated)
Commits
75eec50chore(release): new release (#21850)0b28311fix: move the source map with a removed BOM (#21861)c5fb111fix(css): skip the loading runtime when every css chunk is initial (#21862)17fa705docs: update examples (#21860)e7ad244fix: do not emit a JS chunk for an output.html generated page (#21859)b74192ffix(loaders): strip a BOM from a string result in the loader chain (#21857)852e759fix: report an unused named import that names a missing export (#21856)2a6a4fadocs: drop the built-in-superseded loaders and plugins from the README (#21855)1f3264efix: ESM correctness in circular re-exports, imported bindings and defer orde...e9a34aefix(analyzable): bake urls past cycles, mixed-served wasm and partial style m...Updates
webpack-clifrom 7.2.2 to 7.2.3Release notes
Sourced from webpack-cli's releases.
Changelog
Sourced from webpack-cli's changelog.
Commits
7d40e4echore(release): new release (#4839)1f6593aci: use the input names changesets/action v2 expects (#4838)99cfc4fbuild(deps): update dependencies (#4837)11be634feat(create-webpack-app): stop asking about HTML and CSS (#4836)a2418aafeat(create-webpack-app): use webpack's native CSS and HTML support in init t...3664b9dchore: update webpack-dev-server to v6 and test against v5 and v6 (#4834)ce1a219ci: node 26 (#4763)0cfc077chore(deps): bump changesets/action in the dependencies group (#4831)ef262ebchore(deps): bump changesets/action in the dependencies group (#4830)d90f5abchore: add gitignore to ignore autogenerated build & fix codecov option (#4828)