Build(deps-dev): Bump the development-dependencies group across 1 directory with 31 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 2
(9 days ago)
(2 days ago)
(2 days ago)
dependencies
Bumps the development-dependencies group with 31 updates in the / directory:
Package | From | To |
---|---|---|
@babel/cli | 7.26.4 |
7.28.3 |
@babel/core | 7.26.9 |
7.28.4 |
@babel/preset-env | 7.26.9 |
7.28.3 |
@docsearch/js | 3.9.0 |
4.1.0 |
@rollup/plugin-commonjs | 28.0.2 |
28.0.6 |
@rollup/plugin-node-resolve | 16.0.0 |
16.0.1 |
autoprefixer | 10.4.20 |
10.4.21 |
bundlewatch | 0.4.0 |
0.4.1 |
cross-env | 7.0.3 |
10.0.0 |
eslint | 8.57.1 |
9.36.0 |
eslint-config-xo | 0.45.0 |
0.49.0 |
eslint-plugin-html | 8.1.2 |
8.1.3 |
eslint-plugin-import | 2.31.0 |
2.32.0 |
eslint-plugin-unicorn | 55.0.0 |
61.0.2 |
find-unused-sass-variables | 6.0.0 |
6.1.0 |
hugo-bin | 0.142.0 |
0.147.0 |
jasmine | 5.6.0 |
5.10.0 |
karma-browserstack-launcher | 1.4.0 |
1.6.0 |
karma-rollup-preprocessor | 7.0.7 |
7.0.8 |
lockfile-lint | 4.14.0 |
4.14.1 |
nodemon | 3.1.9 |
3.1.10 |
npm-run-all2 | 7.0.2 |
8.0.4 |
postcss | 8.5.3 |
8.5.6 |
postcss-cli | 11.0.0 |
11.0.1 |
rollup | 4.34.9 |
4.52.2 |
sass | 1.78.0 |
1.93.1 |
sass-true | 8.1.0 |
9.0.0 |
shelljs | 0.8.5 |
0.10.0 |
stylelint | 16.15.0 |
16.24.0 |
stylelint-config-twbs-bootstrap | 15.1.0 |
16.1.0 |
terser | 5.39.0 |
5.44.0 |
Updates @babel/cli
from 7.26.4 to 7.28.3
Release notes
Sourced from @babel/cli
's releases.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-static-block
,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo
):bug: Bug Fix
babel-parser
:nail_care: Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo
):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
Committers: 5
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Jam Balaya (
@JamBalaya56562
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- easrng (
@easrng
)v7.28.2 (2025-07-24)
Thanks
@souhailaS
for your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)Committers: 4
- Babel Bot (
@babel-bot
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- SOUHAILA SERBOUT (
@souhailaS
)@liuxingbaoyu
v7.28.1 (2025-07-12)
... (truncated)
Changelog
Sourced from @babel/cli
's changelog.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-static-block
,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo
):bug: Bug Fix
babel-parser
:nail_care: Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo
):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
v7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
- #17426 fix:
regenerator
correctly handlesthrow
outside oftry
(@liuxingbaoyu
):memo: Documentation
:leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-types
v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu
)babel-types
... (truncated)
Commits
ef155f5
v7.28.398d18aa
Misc: Cleanup Babel 8 tasks (#17429)ccc5fae
v7.28.02372572
Update source maps packages (#17420)a8080cd
v7.27.2d42174e
Enable Node compile cache for@babel/cli
(#17285)eebd3a0
v7.27.1317e332
Enforce node protocol import (#17207)fdc0fb5
[Babel 8] Bump nodejs requirements to^20.19.0 || >= 22.12.0
(#17204)5c350ea
v7.27.0- Additional commits viewable in compare view
Updates @babel/core
from 7.26.9 to 7.28.4
Release notes
Sourced from @babel/core
's releases.
v7.28.4 (2025-09-05)
Thanks
@gwillen
and@mrginglymus
for your first PRs!:house: Internal
babel-core
,babel-helper-check-duplicate-nodes
,babel-traverse
,babel-types
babel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator
(@liuxingbaoyu
)babel-core
- #17474 Switch to
@jridgewell/remapping
(@mrginglymus
)Committers: 5
- Babel Bot (
@babel-bot
)- Bill Collins (
@mrginglymus
)- Glenn Willen (
@gwillen
)- Huáng Jùnliàng (
@JLHwung
)@liuxingbaoyu
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-static-block
,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo
):bug: Bug Fix
babel-parser
:nail_care: Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo
):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
Committers: 5
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Jam Balaya (
@JamBalaya56562
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- easrng (
@easrng
)
... (truncated)
Changelog
Sourced from @babel/core
's changelog.
v7.28.4 (2025-09-05)
:house: Internal
babel-core
,babel-helper-check-duplicate-nodes
,babel-traverse
,babel-types
babel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator
(@liuxingbaoyu
)babel-core
- #17474 Switch to
@jridgewell/remapping
(@mrginglymus
)v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-static-block
,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo
):bug: Bug Fix
babel-parser
:nail_care: Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo
):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
v7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
- #17426 fix:
regenerator
correctly handlesthrow
outside oftry
(@liuxingbaoyu
):memo: Documentation
... (truncated)
Commits
35055e3
v7.28.4b41f8cd
Update Jest to v30.1.1 (#17493)18d88b8
Improve@babel/core
typings (#17471)453b068
Switch to@jridgewell/remapping
(#17474)ef155f5
v7.28.398d18aa
Misc: Cleanup Babel 8 tasks (#17429)64ec61e
export PartialConfig and NormalizedOptions (#17470)fb57f26
chore: update browser compat libs (#17469)ccc5fae
v7.28.02372572
Update source maps packages (#17420)- Additional commits viewable in compare view
Updates @babel/preset-env
from 7.26.9 to 7.28.3
Release notes
Sourced from @babel/preset-env
's releases.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-static-block
,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo
):bug: Bug Fix
babel-parser
:nail_care: Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo
):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
Committers: 5
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Jam Balaya (
@JamBalaya56562
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- easrng (
@easrng
)v7.28.2 (2025-07-24)
Thanks
@souhailaS
for your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)Committers: 4
- Babel Bot (
@babel-bot
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- SOUHAILA SERBOUT (
@souhailaS
)@liuxingbaoyu
v7.28.1 (2025-07-12)
... (truncated)
Changelog
Sourced from @babel/preset-env
's changelog.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-static-block
,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo
):bug: Bug Fix
babel-parser
:nail_care: Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo
):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
v7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
- #17426 fix:
regenerator
correctly handlesthrow
outside oftry
(@liuxingbaoyu
):memo: Documentation
:leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-types
v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu
)babel-types
... (truncated)
Commits
ef155f5
v7.28.398d18aa
Misc: Cleanup Babel 8 tasks (#17429)fb57f26
chore: update browser compat libs (#17469)f4a9616
[static blocks] Do not inject new static fields after static code (#17443)f743094
fix:regeneratorDefine
compatibility with es5 strict mode (#17441)ccc5fae
v7.28.0743ecd4
Add explicit resource management to preset-env (#17355)cd0de90
Updatebabel-polyfill
packages (#17403)fdbf1b3
fix:finally
causes unexpected return value (#17366)7ba1afa
Update babel 8 preset env fixtures (#17356)- Additional commits viewable in compare view
Updates @docsearch/js
from 3.9.0 to 4.1.0
Release notes
Sourced from @docsearch/js
's releases.
v4.1.0
4.1.0 (2025-09-22)
Bug Fixes
Features
v4.0.1
4.0.1 (2025-09-16)
Bug Fixes
- deps: Adds zod to dependency list (#2759) (4011294)
- modal: Fixes issue with index typings on DocSearchModal (#2760) (55934d8)
v4.0.0
4.0.0 (2025-09-15)
Bug Fixes
- docs: update docs & readme (441cef0)
Features
v4.0.0-beta.8
4.0.0-beta.8 (2025-08-28)
Bug Fixes
- docsearch-js: provide unmounting function (#2602) (ba1573f)
- docsearch: use correct index name for Ask AI localStorage keys (#2733) (e2fe65e)
- document open in new tab (#2737) (d26e13d)
- ensure content items are saved to recent searches (#2738) (e8ba175)
- modal layout issues with footer positioning (#2734) (4d042d6)
... (truncated)
Changelog
Sourced from @docsearch/js
's changelog.
4.1.0 (2025-09-22)
Bug Fixes
Features
4.0.1 (2025-09-16)
Bug Fixes
- deps: Adds zod to dependency list (#2759) (4011294)
- modal: Fixes issue with index typings on DocSearchModal (#2760) (55934d8)
4.0.0 (2025-09-15)
Bug Fixes
Features
4.0.0-beta.8 (2025-08-28)
Bug Fixes
... (truncated)
Commits
2ff6353
chore: release v4.1.0 (#2770)e76e07e
chore: release v4.0.1 (#2762)7f97f5c
chore: release v4.0.0 (#2757)6921e72
chore: Promote DocSearch v4 from Beta to Stable (#2752)47be73d
chore: release v4.0.0-beta.8 (#2739)ba1573f
fix(docsearch-js): provide unmounting function (#2602)bdb5d90
chore: release v4.0.0-beta.7 (#2717)d5c9c52
feat: a11y and ux tweaks (#2712)dfe6cd5
chore: release v4.0.0-beta.6 (#2707)9b29687
chore: release v4.0.0-beta.5 (#2685)- Additional commits viewable in compare view
Updates @rollup/plugin-commonjs
from 28.0.2 to 28.0.6
Changelog
Sourced from @rollup/plugin-commonjs
's changelog.
v28.0.6
2025-06-17
Bugfixes
- fix: fix crash with invalidated proxy modules (#1876)
v28.0.5
2025-06-14
Bugfixes
- fix: crawl dynamicRequireRoot outside cwd (#1859)
v28.0.4
2025-06-14
Bugfixes
- fix: try/catch instanceof in getAugmentedNamespace (#1868)
v28.0.3
2025-03-06
Bugfixes
- fix: fix error when bundle contains require() of module with falsy
__esModule
export (#1850)
Commits
a433ac9
chore(release): commonjs v28.0.67b9d40d
fix(commonjs): fix crash with invalidated proxy modules (#1876)cb1b08d
chore(release): commonjs v28.0.5ff4c928
fix(commonjs): crawl dynamicRequireRoot outside cwd (#1859)bb54901
chore(release): commonjs v28.0.4ad141c1
fix(commonjs): try/catch instanceof in getAugmentedNamespace (#1868)8b5fb98
chore(release): commonjs v28.0.3f873993
fix(commonjs): fix error when bundle contains require() of module with falsy ...- See full diff in compare view
Updates @rollup/plugin-node-resolve
from 16.0.0 to 16.0.1
Changelog
Sourced from @rollup/plugin-node-resolve
's changelog.
v16.0.1
2025-03-11
Bugfixes
- fix: add
ignoreSideEffectsForRoot
to exported interface (#1841)
Commits
e1a5ef9
chore(release): node-resolve v16.0.1d455fff
fix(node-resolve): addignoreSideEffectsForRoot
to exported interface (#1841)d64f8d6
chore(release): node-resolve v16.0.0ebd0969
feat(node-resolve)!: set development or production condition (#1823)f89ca92
chore(release): node-resolve v15.3.14cfc1c3
refactor(pluginutils,node-resolve): replacetest
withincludes
(#1787)a8e326d
chore(release): node-resolve v15.3.0032055b
feat(node-resolve): allow preferBuiltins to be a function (#1694)6d4bb6b
chore(release): node-resolve v15.2.4190aa21
chore(node-resolve): remove is-builtin-module (#1735)- Additional commits viewable in compare view
Updates autoprefixer
from 10.4.20 to 10.4.21
Release notes
Sourced from autoprefixer's releases.
10.4.21
- Fixed old
-moz-
prefix for:placeholder-shown
(by@Marukome0743
).
Changelog
Sourced from autoprefixer's changelog.
10.4.21
- Fixed old
-moz-
prefix for:placeholder-shown
(by@Marukome0743
).
Commits
Updates bundlewatch
from 0.4.0 to 0.4.1
Release notes
Sourced from bundlewatch's releases.
v0.4.1
What's Changed
- build(deps): bump micromatch from 4.0.4 to 4.0.8 in the npm_and_yarn group by
@dependabot
in bundlewatch/bundlewatch#482- build(deps): bump axios from 0.28.0 to 0.30.0 in the npm_and_yarn group across 1 directory by
@dependabot
in bundlewatch/bundlewatch#487Full Changelog: https://github.com/bundlewatch/bundlewatch/compare/v0.4.0...v0.4.1
Commits
939f596
build(deps): bump axios in the npm_and_yarn group across 1 directory (#487)43c48bb
build(deps): bump micromatch in the npm_and_yarn group (#482)- See full diff in compare view
Updates cross-env
from 7.0.3 to 10.0.0
Release notes
Sourced from cross-env's releases.
v10.0.0
10.0.0 (2025-07-25)
TL;DR: You should probably not have to change anything if:
- You're using a modern maintained version of Node.js (v20+ is tested)
- You're only using the CLI (most of you are as that's the intended purpose)
In this release (which should have been v8 except I had some issues with automated releases 🙈), I've updated all the things and modernized the package. This happened in #261
Was this needed? Not really, but I just thought it'd be fun to modernize this package.
Here's the highlights of what was done.
- Replace Jest with Vitest for testing
- Convert all source files from .js to .ts with proper TypeScript types
- Use zshy for ESM-only builds (removes CJS support)
- Adopt
@epic-web/config
for TypeScript, ESLint, and Prettier- Update to Node.js >=20 requirement
- Remove kcd-scripts dependency
- Add comprehensive e2e tests with GitHub Actions matrix testing
- Update GitHub workflow with caching and cross-platform testing
- Modernize documentation and remove outdated sections
- Update all dependencies to latest versions
- Add proper TypeScript declarations and exports
The tool maintains its original functionality while being completely modernized with the latest tooling and best practices
BREAKING CHANGES
- This is a major rewrite that changes the module format from CommonJS to ESM-only. The package now requires Node.js >=20 and only exports ESM modules (not relevant in most cases).
Commits
8635e80
fix(release): manually release a major version3a58f22
chore: fix npmrc registryb70bfff
chore(ci): add names to steps and workflowscc5759d
fix(release): manually release a major version080a859
chore: remove publish script31e5bc7
chore(ci): restore built files81e9c34
chore(ci): add back semantic-release3e380cb
fix: link to license0642472
fix: handle edge case and update README for clarity3ff5b3d
feat: modernize cross-env with TypeScript, Vitest, and ESM-only build (#261)- Additional commits viewable in compare view
Updates eslint
from 8.57.1 to 9.36.0
Release notes
Sourced from eslint's releases.
v9.36.0
Features
Bug Fixes
75b74d8
fix: add missing rule option types (#20127) (ntnyq)1c0d850
fix: updateeslint-all.js
to useObject.freeze
forrules
object (#20116) (루밀LuMir)7d61b7f
fix: add missing scope types toScope.type
(#20110) (Pixel998)7a670c3
fix: correct rule option typings inrules.d.ts
(#20084) (Pixel998)Documentation
b73ab12
docs: update examples to usedefineConfig
(#20131) (sethamus)31d9392
docs: fix typos (#20118) (Pixel998)c7f861b
docs: Update README (GitHub Actions Bot)6b0c08b
docs: Update README (GitHub Actions Bot)91f97c5
docs: Update README (GitHub Actions Bot)Chores
12411e8
chore: upgrade@eslint/js
@9
.36.0 (#20139) (Milos Djermanovic)488cba6
chore: package.json update for@eslint/js
release (Jenkins)Pull Request Statistics
Commits:
0Files Changed:
0Additions:
+0Deletions:
-0
Package Dependencies
@rollup/plugin-node-resolve
npm
16.0.0 → 16.0.1
Patch
stylelint-config-twbs-bootstrap
npm
15.1.0 → 16.1.0
Major
karma-browserstack-launcher
npm
1.4.0 → 1.6.0
Minor
Technical Details
ID: | 8841324 |
UUID: | 3444375424 |
Node ID: | PR_kwDOOGcMgs6qBjr_ |
Host: | GitHub |
Repository: | Pullman2191/pullman2191.github.io |