build(deps-dev): bump the dev-deps group across 1 directory with 11 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(6 months ago)
(3 months ago)
dependencies javascript inactive
Updates the requirements on @babel/core, @babel/preset-env, @commitlint/cli, @commitlint/config-conventional, @rollup/plugin-node-resolve, @semantic-release/exec, concurrently, rollup, semantic-release, stylelint and stylelint-config-standard-scss to permit the latest version.
Updates @babel/core
to 7.26.9
Release notes
Sourced from @babel/core
's releases.
v7.26.9 (2025-02-14)
:bug: Bug Fix
babel-types
- #17103 fix: Definition for
TSPropertySignature.kind
(@liuxingbaoyu
)babel-generator
,babel-types
- #17062 Print TypeScript optional/definite in ClassPrivateProperty (
@jamiebuilds-signal
):house: Internal
babel-types
- #17130 Use
.ts
files with explicit reexports to solve name conflicts (@nicolo-ribaudo
)babel-core
- #17127 Do not depend on
@types/gensync
in Babel 7 (@nicolo-ribaudo
)Committers: 5
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Jamie Kyle (
@jamiebuilds-signal
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
Changelog
Sourced from @babel/core
's changelog.
v7.26.9 (2025-02-14)
:bug: Bug Fix
babel-types
- #17103 fix: Definition for
TSPropertySignature.kind
(@liuxingbaoyu
)babel-generator
,babel-types
- #17062 Print TypeScript optional/definite in ClassPrivateProperty (
@jamiebuilds-signal
):house: Internal
babel-types
- #17130 Use
.ts
files with explicit reexports to solve name conflicts (@nicolo-ribaudo
)babel-core
- #17127 Do not depend on
@types/gensync
in Babel 7 (@nicolo-ribaudo
)v7.26.7 (2025-01-24)
:bug: Bug Fix
babel-helpers
,babel-preset-env
,babel-runtime-corejs3
- #17086 Make "object without properties" helpers ES6-compatible (
@tquetano-netflix
)babel-plugin-transform-typeof-symbol
- #17085 fix: Correctly handle
typeof
in arrow functions (@liuxingbaoyu
)babel-parser
babel-core
- #17052 Do not try to parse .ts configs as JSON if natively supported (
@nicolo-ribaudo
)babel-plugin-transform-typescript
- #17050 fix: correctly resolve references to non-constant enum members (
@branchseer
)babel-plugin-transform-typescript
,babel-traverse
,babel-types
- #17025 fix: Remove type-only
import x = y.z
(@liuxingbaoyu
)v7.26.6 (2025-01-13)
:bug: Bug Fix
babel-plugin-transform-nullish-coalescing-operator
- #17061 fix: Chaining nullish coalescing operators output size regression (
@liuxingbaoyu
)v7.26.5 (2025-01-10)
:eyeglasses: Spec Compliance
babel-parser
- #17011 Allow the dynamic
import.defer()
form ofimport defer
(@babel-bot
):bug: Bug Fix
babel-plugin-transform-block-scoped-functions
- #17024 chore: Avoid calling
isInStrictMode
in Babel 7 (@liuxingbaoyu
)babel-plugin-transform-typescript
- #17026 fix: Correctly generate exported const enums in namespace (
@liuxingbaoyu
)babel-parser
- #17045 [estree] Unify method type parameters handling (
@JLHwung
)- #17013 fix: Correctly set position for
@(a.b)()
(@liuxingbaoyu
)- #16996 [estree] Adjust the start loc of class methods with type params (
@nicolo-ribaudo
)babel-generator
,babel-parser
,babel-plugin-transform-flow-strip-types
,babel-types
... (truncated)
Commits
64bca7b
v7.26.94cf5c9e
[babel 8] Use@babel/types
for parser's return type (#17117)fd3f0a8
Do not depend on@types/gensync
in Babel 7 (#17127)5315446
[babel 8] Remove babel 7-specific imports (#17111)0593941
v7.26.81bdb1a4
Move@types/gensync
to dependencies (#17105)2d95140
v7.26.7d9fa47d
Do not try to parse .ts configs as JSON if natively supported (#17052)cd24cc0
chore: Update TS 5.7 (#17053)d465131
fix: incorretbabel.config.cts
test fixtures (#17051)- Additional commits viewable in compare view
Updates @babel/preset-env
to 7.26.9
Release notes
Sourced from @babel/preset-env
's releases.
v7.26.9 (2025-02-14)
:bug: Bug Fix
babel-types
- #17103 fix: Definition for
TSPropertySignature.kind
(@liuxingbaoyu
)babel-generator
,babel-types
- #17062 Print TypeScript optional/definite in ClassPrivateProperty (
@jamiebuilds-signal
):house: Internal
babel-types
- #17130 Use
.ts
files with explicit reexports to solve name conflicts (@nicolo-ribaudo
)babel-core
- #17127 Do not depend on
@types/gensync
in Babel 7 (@nicolo-ribaudo
)Committers: 5
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Jamie Kyle (
@jamiebuilds-signal
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
Changelog
Sourced from @babel/preset-env
's changelog.
v7.26.9 (2025-02-14)
:bug: Bug Fix
babel-types
- #17103 fix: Definition for
TSPropertySignature.kind
(@liuxingbaoyu
)babel-generator
,babel-types
- #17062 Print TypeScript optional/definite in ClassPrivateProperty (
@jamiebuilds-signal
):house: Internal
babel-types
- #17130 Use
.ts
files with explicit reexports to solve name conflicts (@nicolo-ribaudo
)babel-core
- #17127 Do not depend on
@types/gensync
in Babel 7 (@nicolo-ribaudo
)v7.26.7 (2025-01-24)
:bug: Bug Fix
babel-helpers
,babel-preset-env
,babel-runtime-corejs3
- #17086 Make "object without properties" helpers ES6-compatible (
@tquetano-netflix
)babel-plugin-transform-typeof-symbol
- #17085 fix: Correctly handle
typeof
in arrow functions (@liuxingbaoyu
)babel-parser
babel-core
- #17052 Do not try to parse .ts configs as JSON if natively supported (
@nicolo-ribaudo
)babel-plugin-transform-typescript
- #17050 fix: correctly resolve references to non-constant enum members (
@branchseer
)babel-plugin-transform-typescript
,babel-traverse
,babel-types
- #17025 fix: Remove type-only
import x = y.z
(@liuxingbaoyu
)v7.26.6 (2025-01-13)
:bug: Bug Fix
babel-plugin-transform-nullish-coalescing-operator
- #17061 fix: Chaining nullish coalescing operators output size regression (
@liuxingbaoyu
)v7.26.5 (2025-01-10)
:eyeglasses: Spec Compliance
babel-parser
- #17011 Allow the dynamic
import.defer()
form ofimport defer
(@babel-bot
):bug: Bug Fix
babel-plugin-transform-block-scoped-functions
- #17024 chore: Avoid calling
isInStrictMode
in Babel 7 (@liuxingbaoyu
)babel-plugin-transform-typescript
- #17026 fix: Correctly generate exported const enums in namespace (
@liuxingbaoyu
)babel-parser
- #17045 [estree] Unify method type parameters handling (
@JLHwung
)- #17013 fix: Correctly set position for
@(a.b)()
(@liuxingbaoyu
)- #16996 [estree] Adjust the start loc of class methods with type params (
@nicolo-ribaudo
)babel-generator
,babel-parser
,babel-plugin-transform-flow-strip-types
,babel-types
... (truncated)
Commits
64bca7b
v7.26.95315446
[babel 8] Remove babel 7-specific imports (#17111)0593941
v7.26.81137c29
Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0 (#17097)2d95140
v7.26.70e6199b
Make "object without properties" helpers ES6-compatible (#17086)19224f9
[babel 8] Remove bugfixes option (#17078)cd24cc0
chore: Update TS 5.7 (#17053)70fbc86
fix: More accuratetransform-typeof-symbol
compat data (#17031)- See full diff in compare view
Updates @commitlint/cli
to 19.8.0
Release notes
Sourced from @commitlint/cli
's releases.
v19.8.0
19.8.0 (2025-03-07)
Bug Fixes
- fix(config-lerna-scopes): remove deprecated
@lerna/project
dependency by@janbiasi
in conventional-changelog/commitlint#4284- Revert "fix: improve security validation regex in is-ignored function… by
@escapedcat
in conventional-changelog/commitlint#4314Features
- feat(config-workspace-scopes): add config preset for npm and yarn workspaces by
@janbiasi
in conventional-changelog/commitlint#4269Chore, docs, etc.
- docs: improve GitLab CI pipeline job script by
@6arms1leg
in conventional-changelog/commitlint#4275- perf: use
node:
prefix to bypass require.cache call for builtins by@Fdawgs
in conventional-changelog/commitlint#4302- chore: add missing
'use strict'
directives by@Fdawgs
in conventional-changelog/commitlint#4301- build: add nx ignore to make lerna publish again by
@escapedcat
in conventional-changelog/commitlint#4313New Contributors
@6arms1leg
made their first contribution in conventional-changelog/commitlint#4275@janbiasi
made their first contribution in conventional-changelog/commitlint#4269Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.7.1...v19.8.0
Changelog
Sourced from @commitlint/cli
's changelog.
19.8.0 (2025-03-07)
Performance Improvements
19.7.1 (2025-02-02)
Note: Version bump only for package
@commitlint/cli
19.6.1 (2024-12-15)
Note: Version bump only for package
@commitlint/cli
19.6.0 (2024-11-19)
Note: Version bump only for package
@commitlint/cli
19.5.0 (2024-09-11)
Features
19.4.1 (2024-08-28)
Note: Version bump only for package
@commitlint/cli
... (truncated)
Commits
Updates @commitlint/config-conventional
to 19.8.0
Release notes
Sourced from @commitlint/config-conventional
's releases.
v19.8.0
19.8.0 (2025-03-07)
Bug Fixes
- fix(config-lerna-scopes): remove deprecated
@lerna/project
dependency by@janbiasi
in conventional-changelog/commitlint#4284- Revert "fix: improve security validation regex in is-ignored function… by
@escapedcat
in conventional-changelog/commitlint#4314Features
- feat(config-workspace-scopes): add config preset for npm and yarn workspaces by
@janbiasi
in conventional-changelog/commitlint#4269Chore, docs, etc.
- docs: improve GitLab CI pipeline job script by
@6arms1leg
in conventional-changelog/commitlint#4275- perf: use
node:
prefix to bypass require.cache call for builtins by@Fdawgs
in conventional-changelog/commitlint#4302- chore: add missing
'use strict'
directives by@Fdawgs
in conventional-changelog/commitlint#4301- build: add nx ignore to make lerna publish again by
@escapedcat
in conventional-changelog/commitlint#4313New Contributors
@6arms1leg
made their first contribution in conventional-changelog/commitlint#4275@janbiasi
made their first contribution in conventional-changelog/commitlint#4269Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.7.1...v19.8.0
Changelog
Sourced from @commitlint/config-conventional
's changelog.
19.8.0 (2025-03-07)
Performance Improvements
19.7.1 (2025-02-02)
Note: Version bump only for package
@commitlint/config-conventional
19.6.0 (2024-11-19)
Note: Version bump only for package
@commitlint/config-conventional
19.5.0 (2024-09-11)
Note: Version bump only for package
@commitlint/config-conventional
19.4.1 (2024-08-28)
Note: Version bump only for package
@commitlint/config-conventional
19.2.2 (2024-04-14)
Note: Version bump only for package
@commitlint/config-conventional
... (truncated)
Commits
e82f05a
v19.8.00cd8f41
perf: usenode:
prefix to bypass require.cache call for builtins (#4302)b0e851c
v19.7.1- See full diff in compare view
Updates @rollup/plugin-node-resolve
from 15.3.1 to 16.0.0
Changelog
Sourced from @rollup/plugin-node-resolve
's changelog.
v16.0.0
2024-12-15
Breaking Changes
- feat!: set development or production condition (#1823)
Commits
1459cf0
fix(node-resolve): do not ignore exceptions (#564)366380e
fix(node-resolve)!: resolve hash in path (#588)f87c442
chore(release): node-resolve v9.0.0e4d21ba
refactor(node-resolve): remove deep-freeze from dependencies (#529)621768b
feat(commonjs)!: return the namespace by default when requiring ESM (#507)e632469
chore(node-resolve): update dependencies84dfddb
chore(node-resolve): clean up changelog3fa649d
chore(release): node-resolve v8.4.0a582b59
chore(release): node-resolve v8.3.0a60cb76
chore(release): node-resolve v8.2.0- Additional commits viewable in compare view
Updates @semantic-release/exec
from 6.0.3 to 7.0.3
Release notes
Sourced from @semantic-release/exec
's releases.
v7.0.3
7.0.3 (2025-02-03)
Bug Fixes
- deps: update dependency execa to v9 (643e2eb)
v7.0.2
7.0.2 (2025-02-01)
Bug Fixes
v7.0.1
7.0.1 (2025-02-01)
Bug Fixes
v7.0.0
7.0.0 (2025-01-31)
Features
BREAKING CHANGES
the minimum required version of semantic-release to use
@semantic-release/exec
is now v24.1.0; the warn logger method/function is now available to use in plugin
@semantic-release/exec
is now a native ES Module. It has named exports for each plugin hook (verifyConditions, analyzeCommits, verifyRelease, generateNotes, prepare, publish, addChannel, success, fail)v7.0.0-beta.1
7.0.0-beta.1 (2024-11-18)
Features
... (truncated)
Commits
85c7a1a
Merge pull request #403 from semantic-release/renovate/execa-9.x65219ec
refactor(execa): account for breaking change in execa643e2eb
fix(deps): update dependency execa to v9050d157
chore(deps): update dependency sinon to v19 (#425)aa592eb
chore(deps): update dependency ava to v6 (#395)584ba99
ci(action): update actions/setup-node action to v4.2.0 (#424)3a7b57e
ci(action): update actions/checkout action to v4.2.2 (#400)179afb2
chore(deps): update dependency prettier to v3.4.2 (#422)513e86a
chore(deps): update dependency ava to v5.3.1 (#308)471f963
fix(deps): update dependency@semantic-release/error
to v4 (#353)- Additional commits viewable in compare view
Updates concurrently
to 9.1.2
Release notes
Sourced from concurrently's releases.
v9.1.2
What's Changed
- Add ability to have custom logger by
@mwood23
in open-cli-tools/concurrently#522New Contributors
@mwood23
made their first contribution in open-cli-tools/concurrently#522Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v9.1.1...v9.1.2
Commits
Updates rollup
to 4.35.0
Release notes
Sourced from rollup's releases.
v4.35.0
4.35.0
2025-03-08
Features
- Pass build errors to the closeBundle hook (#5867)
Pull Requests
- #5852: chore(deps): update dependency eslint-plugin-unicorn to v57 (
@renovate
[bot],@lukastaegert
)- #5862: fix(deps): update swc monorepo (major) (
@renovate
[bot],@lukastaegert
)- #5867: feat(5858): make closeBundle hook receive the last error (
@GauBen
)- #5872: chore(deps): update dependency builtin-modules to v5 (
@renovate
[bot])- #5873: chore(deps): update uraimo/run-on-arch-action action to v3 (
@renovate
[bot])- #5874: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])
Changelog
Sourced from rollup's changelog.
4.35.0
2025-03-08
Features
- Pass build errors to the closeBundle hook (#5867)
Pull Requests
- #5852: chore(deps): update dependency eslint-plugin-unicorn to v57 (
@renovate
[bot],@lukastaegert
)- #5862: fix(deps): update swc monorepo (major) (
@renovate
[bot],@lukastaegert
)- #5867: feat(5858): make closeBundle hook receive the last error (
@GauBen
)- #5872: chore(deps): update dependency builtin-modules to v5 (
@renovate
[bot])- #5873: chore(deps): update uraimo/run-on-arch-action action to v3 (
@renovate
[bot])- #5874: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])4.34.9
2025-03-01
Bug Fixes
Pull Requests
- #5850: Revert CustomPluginOptions to be an interface (
@sapphi-red
,@lukastaegert
)- #5851: Javascript to JavaScript (
@dasa
,@lukastaegert
)- #5853: chore(deps): update dependency pinia to v3 (
@renovate
[bot])- #5854: fix(deps): update swc monorepo (major) (
@renovate
[bot])- #5855: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot],@lukastaegert
)- #5860: chore(deps): update dependency
@shikijs/vitepress-twoslash
to v3 (@renovate
[bot])- #5861: chore(deps): update dependency globals to v16 (
@renovate
[bot])- #5863: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5864: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5866: Add jsx parameter to parseAsync in native.wasm.js (
@TrickyPi
)4.34.8
2025-02-17
Bug Fixes
- Do not make assumptions about the value of nested paths in logical expressions if the expression cannot be simplified (#5846)
Pull Requests
- #5846: return UnknownValue if the usedbranch is unkown and the path is not empty (
@TrickyPi
)
... (truncated)
Commits
70ef1cc
4.35.0d29a457
feat(5858): make closeBundle hook receive the last error (#5867)b346ce9
chore(deps): update dependency builtin-modules to v5 (#5872)f491680
chore(deps): update uraimo/run-on-arch-action action to v3 (#5873)865d8d5
fix(deps): lock file maintenance minor/patch updates (#5874)caa406e
chore(deps): update dependency eslint-plugin-unicorn to v57 (#5852)30c16e8
fix(deps): update swc monorepo (major) (#5862)0ab9b97
4.34.9be66eb9
Add jsx parameter to parseAsync in native.wasm.js (#5866)bf573b2
chore(deps): update dependency globals to v16 (#5861)- Additional commits viewable in compare view
Updates semantic-release
to 24.2.3
Commits
0e08b5c
fix(types): fixed typescript definition5e939a0
Use labels in issue templates (#3599)0a3049f
build(deps): bump@octokit/endpoint
from 10.1.2 to 10.1.3 (#3608)552f62e
build(deps): bump@octokit/request-error
from 6.1.6 to 6.1.7 (#3609)43c32b2
chore(deps): update dependency prettier to v3.5.1 (#3605)e2dd84c
chore(deps): update dependency publint to v0.3.5 (#3603)1724ee3
chore(deps): update dependency got to v14.4.6 (#3600)bb5736f
chore(deps): lock file maintenance (#3597)fbfaba6
chore(deps): update dependency prettier to v3.5.0 (#3596)2616d93
fix(get-git-auth-url.js): Added debug for success (#3595)- Additional commits viewable in compare view
Updates stylelint
to 16.15.0
Release notes
Sourced from stylelint's releases.
16.15.0
- Added:
syntax-string-no-invalid
rule (#8331) (@ryo-manba
).- Added:
languageOptions
configuration property (#8297) (@ryo-manba
).- Added: regex support to
ignoreAtRules
option ofat-rule-empty-line-before
(#8385) (@ryo-manba
).- Added:
alpha-value-notation
support for computingEditInfo
(#8369) (@pamelalozano16
).- Added:
color-hex-length
support for computingEditInfo
(#8415) (@ryo-manba
).- Added:
comment-empty-line-before
support for computingEditInfo
(#8416) (@ryo-manba
).- Added:
comment-whitespace-inside
support for computingEditInfo
(#8417) (@ryo-manba
).- Added:
custom-property-empty-line-before
support for computingEditInfo
(#8418) (@ryo-manba
).- Added:
declaration-block-no-duplicate-properties
support for computingEditInfo
(#8363) (@romainmenke
).- Fixed:
tap
formatter not escaping#
and\
in its test point descriptions (#8334) (@Mouvedia
).- Fixed:
tap
formatter outputting invalid YAML blocks for rules containing double quotes in their warnings' messages (#8334) (@Mouvedia
).- Fixed:
declaration-block-no-redundant-longhand-properties
false positives for properties with!important
(#8366) (@immitsu
).- Fixed:
EditInfo
missing semicolon intext
field (#8370) (@pamelalozano16
).- Fixed:
declaration-property-value-keyword-no-deprecated
false negatives fortext-decoration: blink
(#8351) (@Mouvedia
).- Fixed:
declaration-property-value-keyword-no-deprecated
false positives for styled components interpolated functions (#8392) (@Mouvedia
).- Fixed:
font-family-name-quotes
false positives due to vendor-prefixed font-size values (#8393) (@Mouvedia
).- Fixed:
font-family-no-missing-generic-family-keyword
false positives formath
,emoji
andfangsong
(#8395) (@ViachaslauIhnatsiuk
).- Fixed:
selector-type-no-unknown
false positives forselectmenu
andpopup
(#8376) (@Mouvedia
).
Changelog
Sourced from stylelint's changelog.
16.15.0 - 2025-02-28
It adds 1 new rule, a
languageOptions
configuration property for configuring some of the new rules added in16.13.0
, regex support to 1 option and support for computingEditInfo
to 6 rules. It fixes 9 bugs, including 2 with thetap
reporter.
- Added:
syntax-string-no-invalid
rule (#8331) (@ryo-manba
).- Added:
languageOptions
configuration property (#8297) (@ryo-manba
).- Added: regex support to
ignoreAtRules
option ofat-rule-empty-line-before
(#8385) (@ryo-manba
).- Added:
alpha-value-notation
support for computingEditInfo
(#8369) (@pamelalozano16
).- Added:
color-hex-length
support for computingEditInfo
(#8415) (@ryo-manba
).- Added:
comment-empty-line-before
support for computingEditInfo
(#8416) (@ryo-manba
).- Added:
comment-whitespace-inside
support for computingEditInfo
(#8417) (@ryo-manba
).- Added:
custom-property-empty-line-before
support for computingEditInfo
(#8418) (@ryo-manba
).- Added:
declaration-block-no-duplicate-properties
support for computingEditInfo
(#8363) (@romainmenke
).- Fixed:
tap
formatter not escaping#
and\
in its test point descriptions (#8334) (@Mouvedia
).- Fixed:
tap
formatter outputting invalid YAML blocks for rules containing double quotes in their warnings' messages (#8334) (@Mouvedia
).- Fixed:
declaration-block-no-redundant-longhand-properties
false positives for properties with!important
(#8366) (@immitsu
).- Fixed:
EditInfo
missing semicolon intext
field (#8370) (@pamelalozano16
).- Fixed:
declarat...
Description has been truncated
Pull Request Statistics
0
0
+0
-0
Package Dependencies
@rollup/plugin-node-resolve
npm
15.3.1 → 16.0.0
Major
Technical Details
ID: | 903111 |
UUID: | 2906885312 |
Node ID: | PR_kwDONofK186N-V8W |
Host: | GitHub |
Repository: | xuufaa/old.github.io |