build(deps-dev): bump the dev-deps group with 9 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(1 day ago)
(1 day ago)
dependencies javascript
Updates the requirements on @babel/core, @babel/preset-env, concurrently, conventional-changelog-conventionalcommits, eslint, globals, rollup, semantic-release and stylelint to permit the latest version.
Updates @babel/core
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
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
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
)
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 concurrently
to 9.2.1
Release notes
Sourced from concurrently's releases.
v9.2.1
What's Changed
- chore: update eslint-plugin-simple-import-sort from v10 to v12 by
@noritaka1166
in open-cli-tools/concurrently#551- chore: update eslint-config-prettier from v9 to v10 by
@noritaka1166
in open-cli-tools/concurrently#552- Remove lodash by
@gustavohenke
in open-cli-tools/concurrently#555- chore: update coveralls-next from v4 to v5 by
@noritaka1166
in open-cli-tools/concurrently#557- Replace jest with vitest by
@gustavohenke
in open-cli-tools/concurrently#554- Upgrade to pnpm v10 by
@paescuj
in open-cli-tools/concurrently#558- chore: remove unused eslint-plugin-jest by
@noritaka1166
in open-cli-tools/concurrently#559- Minor dependency updates by
@paescuj
in open-cli-tools/concurrently#560- Migrate to ESLint v9 by
@paescuj
in open-cli-tools/concurrently#561- Update shell-quote to 1.8.3 by
@paescuj
in open-cli-tools/concurrently#562- Full coverage by
@paescuj
in open-cli-tools/concurrently#563- Update GH actions/workflows, enable NPM provenance by
@paescuj
in open-cli-tools/concurrently#564Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v9.2.0...v9.2.1
Commits
414cd01
9.2.10dfedb0
Update GH actions/workflows, enable npm provenance (#564)ee81511
Remove obsolete tsdk config09d3d7b
Full coverage (#563)8cfc6a6
Update shell-quote to 1.8.3 (#562)4c403f8
Migrate to ESLint v9 (#561)8bfcaf7
Minor dependency updates (#560)389fec4
Enable watch mode & coverage for unit tests by default7993ce6
chore: remove unused eslint-plugin-jest (#559)58300f4
Remove obsolete .npmrc file- Additional commits viewable in compare view
Updates conventional-changelog-conventionalcommits
from 8.0.0 to 9.1.0
Release notes
Sourced from conventional-changelog-conventionalcommits's releases.
conventional-changelog-conventionalcommits: v9.1.0
Features
conventional-changelog-conventionalcommits: v9.0.0
⚠ BREAKING CHANGES
- bang notes handling is removed, it already being handled in conventional-commits-parser
Features
Changelog
Sourced from conventional-changelog-conventionalcommits's changelog.
9.1.0 (2025-07-10)
Features
9.0.0 (2025-05-19)
⚠ BREAKING CHANGES
- bang notes handling is removed, it already being handled in conventional-commits-parser
Features
Commits
b3bec6c
chore(release): monorepo release (#1392)81da809
feat(conventional-changelog-conventionalcommits): scope option can be an arra...93c34e4
ci: eslint v9 (#1389)c4ee907
chore(release): monorepo releasec7dc90c
chore: format changelog filese2973e2
feat(conventional-changelog-conventionalcommits): scope, scopeOnly and bumpSt...1b4245e
docs(conventional-changelog-conventionalcommits): fix readme links (#1360)5150f47
feat(conventional-changelog-conventionalcommits): bang notes handling is remo...821661b
style: unified eslint config (#1353)42556a1
feat(conventional-changelog,standard-changelog): new builder API and cli flag...- See full diff in compare view
Maintainer changes
This version was pushed to npm by dangreen, a new releaser for conventional-changelog-conventionalcommits since your current version.
Updates eslint
to 9.35.0
Release notes
Sourced from eslint's releases.
v9.35.0
Features
42761fa
feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)102f444
feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)e51ffff
feat: addpreserve-caught-error
rule (#19913) (Amnish Singh Arora)Bug Fixes
10e7ae2
fix: update uncloneable options error message (#20059) (soda-sorcery)bfa4601
fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)dfd11de
fix: addbefore
andafter
to test case types (#20049) (Francesco Trotta)dabbe95
fix: correct types forno-restricted-imports
rule (#20034) (Milos Djermanovic)ea789c7
fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)Documentation
d265515
docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)a355a0e
docs: invert comparison logic for example inno-var
doc page (#20064) (OTonGitHub)5082fc2
docs: Update README (GitHub Actions Bot)99cfd7e
docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)6ad8973
docs: update--no-ignore
and--ignore-pattern
documentation (#20036) (Francesco Trotta)8033b19
docs: add documentation for--no-config-lookup
(#20033) (Francesco Trotta)Chores
da87f2f
chore: upgrade@eslint/js
@9
.35.0 (#20077) (Milos Djermanovic)af2a087
chore: package.json update for@eslint/js
release (Jenkins)7055764
test: removetests/lib/eslint/eslint.config.js
(#20065) (Milos Djermanovic)84ffb96
chore: update@eslint-community/eslint-utils
(#20069) (Francesco Trotta)d5ef939
refactor: remove deprecatedcontext.parserOptions
usage across rules (#20060) (sethamus)1b3881d
chore: remove redundant word (#20058) (pxwanglu)
Changelog
Sourced from eslint's changelog.
v9.35.0 - September 5, 2025
da87f2f
chore: upgrade@eslint/js
@9
.35.0 (#20077) (Milos Djermanovic)af2a087
chore: package.json update for@eslint/js
release (Jenkins)d265515
docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)7055764
test: removetests/lib/eslint/eslint.config.js
(#20065) (Milos Djermanovic)10e7ae2
fix: update uncloneable options error message (#20059) (soda-sorcery)42761fa
feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)102f444
feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)84ffb96
chore: update@eslint-community/eslint-utils
(#20069) (Francesco Trotta)a355a0e
docs: invert comparison logic for example inno-var
doc page (#20064) (OTonGitHub)e51ffff
feat: addpreserve-caught-error
rule (#19913) (Amnish Singh Arora)5082fc2
docs: Update README (GitHub Actions Bot)d5ef939
refactor: remove deprecatedcontext.parserOptions
usage across rules (#20060) (sethamus)1b3881d
chore: remove redundant word (#20058) (pxwanglu)99cfd7e
docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)bfa4601
fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)dfd11de
fix: addbefore
andafter
to test case types (#20049) (Francesco Trotta)6ad8973
docs: update--no-ignore
and--ignore-pattern
documentation (#20036) (Francesco Trotta)dabbe95
fix: correct types forno-restricted-imports
rule (#20034) (Milos Djermanovic)8033b19
docs: add documentation for--no-config-lookup
(#20033) (Francesco Trotta)ea789c7
fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)v9.34.0 - August 22, 2025
f19ad94
chore: upgrade to@eslint/js@9.34.0
(#20030) (Francesco Trotta)b48fa20
chore: package.json update for@eslint/js
release (Jenkins)4bce8a2
chore: package.json update for eslint-config-eslint release (Jenkins)0c9999c
refactor: prefer default options ingrouped-accessor-pairs
(#20028) (루밀LuMir)0b4a590
docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)9b89903
fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)6c07420
fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)676f4ac
fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)327c672
docs: Update README (GitHub Actions Bot)d503f19
ci: fixstale.yml
(#20010) (루밀LuMir)0bb777a
feat: multithread linting (#19794) (Francesco Trotta)bf26229
docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)43a5f9e
feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)e2dc67d
ci: centralizestale.yml
(#19994) (루밀LuMir)7093cb8
ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])2309327
docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)2b87e21
docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))c36570c
docs: Update README (GitHub Actions Bot)v9.33.0 - August 8, 2025
4258046
chore: update dependency@eslint/js
to v9.33.0 (#19998) (renovate[bot])ad28371
chore: package.json update for@eslint/js
release (Jenkins)06a22f1
test: resolve flakiness in --mcp flag test (#19993) (Pixel998)732433c
fix: allow any type formeta.docs.recommended
in custom rules (#19995) (Francesco Trotta)
... (truncated)
Commits
8401101
9.35.0b80f025
Build: changelog update for 9.35.0da87f2f
chore: upgrade@eslint/js
@9
.35.0 (#20077)af2a087
chore: package.json update for@eslint/js
released265515
docs: improve phrasing - "if" → "even if" from getting-started section (#20074)7055764
test: removetests/lib/eslint/eslint.config.js
(#20065)10e7ae2
fix: update uncloneable options error message (#20059)42761fa
feat: implement suggestions for no-empty-function (#20057)102f444
feat: implement suggestions for no-empty-static-block (#20056)84ffb96
chore: update@eslint-community/eslint-utils
(#20069)- Additional commits viewable in compare view
Updates globals
to 16.3.0
Release notes
Sourced from globals's releases.
v16.3.0
- Update globals (#304) 8c029d9
https://github.com/sindresorhus/globals/compare/v16.2.0...v16.3.0
Commits
Updates rollup
to 4.50.0
Release notes
Sourced from rollup's releases.
v4.50.0
4.50.0
2025-08-31
Features
- Support openharmony-arm64 platform (#6081)
Bug Fixes
- Fix loading of extensionless imports in config files (#6084)
Pull Requests
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
Changelog
Sourced from rollup's changelog.
4.50.0
2025-08-31
Features
- Support openharmony-arm64 platform (#6081)
Bug Fixes
- Fix loading of extensionless imports in config files (#6084)
Pull Requests
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)4.49.0
2025-08-27
Features
- Allow config plugins to resolve imports first before deciding whether to treat them as external (#6038)
Pull Requests
- #6038: feat: Run external check in
cli/run/loadConfigFile.ts
as last in order to allow handling of e.g. workspace package imports in TS monorepos correctly (@stazz
,@TrickyPi
)- #6082: Improve build pipeline performance (
@lukastaegert
)4.48.1
2025-08-25
Bug Fixes
- Correctly ignore white-space in JSX strings around line-breaks (#6051)
Pull Requests
- #6051: fix: handle whitespace according to JSX common practice (
@cyyynthia
)- #6078: build: optimize pipeline take two (
@cyyynthia
)4.48.0
2025-08-23
Features
- If configured, also keep unparseable import attributes of external dynamic imports in the output(#6071)
... (truncated)
Commits
592e7d7
4.50.006df2d6
Split up changelog file38a5c6d
Add support for openharmony-arm64 platform (#6081)bd02778
Return null to defer to the default resolution behavior (#6084)b12c061
4.49.06b06476
feat: Run external check incli/run/loadConfigFile.ts
as last in order to a...59c16b9
Improve build pipeline performance (#6082)8b6b06b
4.48.18cf554a
build: optimize pipeline take two (#6078)c9e96c2
fix: handle whitespace according to JSX common practice (#6051)- Additional commits viewable in compare view
Updates semantic-release
to 24.2.7
Release notes
Sourced from semantic-release's releases.
v24.2.7
24.2.7 (2025-07-11)
Performance Improvements
Commits
85187e2
perf(get-tags.js): bulk get for tags notes (#3732)672f951
chore(deps): update dependency@types/node
to v22.16.3 (#3801)de54db9
chore(deps): update dependency@types/node
to v22.16.2 (#3799)c6da348
chore(deps): update dependency@types/node
to v22.16.1 (#3798)fae2a78
chore(deps): lock file maintenance (#3797)fb26b13
docs(plugins): addsemantic-release-openapi
community plugin (#3787)985f165
chore(deps): update dependency@types/node
to v22.16.0 (#3794)c8fea35
ci(action): update github/codeql-action action to v3.29.2 (#3793)fab4d88
chore(deps): lock file maintenance (#3792)93177d0
fix(deps): update@semantic-release/npm
to ^12.0.2 (#3791)- Additional commits viewable in compare view
Updates stylelint
to 16.23.1
Release notes
Sourced from stylelint's releases.
16.23.1
It fixes 7 bugs.
- Fixed:
no-invalid-position-declaration
false positives for embedded styles (#8701) (@sw1tch3roo
).- Fixed:
property-no-deprecated
erroneously autofixingclip
(#8699) (@immitsu
).- Fixed:
property-no-deprecated
false positives for-webkit-box-orient: vertical;
(#8699) (@immitsu
).- Fixed:
selector-pseudo-*-no-unknown
false positives for some meter pseudo classes/elements (#8708) (@Mouvedia
).- Fixed:
selector...
Description has been truncated
Pull Request Statistics
1
1
+9
-9
Package Dependencies
npm
8.0.0 → 9.1.0
Major
Technical Details
ID: | 7056915 |
UUID: | 2805203202 |
Node ID: | PR_kwDOPrCht86nNAEC |
Host: | GitHub |
Repository: | Elis420/elis420.github.io |
Merge State: | Unknown |