Bump the development-version-updates group across 1 directory with 22 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(25 days ago)
(25 days ago)
(25 days ago)
by github-actions[bot]
dependencies javascript
Bumps the development-version-updates group with 16 updates in the / directory:
Package | From | To |
---|---|---|
@types/node | 18.19.120 |
18.19.122 |
eslint-plugin-prettier | 5.5.3 |
5.5.4 |
lint-staged | 16.1.2 |
16.1.5 |
start-server-and-test | 2.0.12 |
2.0.13 |
@babel/helpers | 7.27.6 |
7.28.2 |
@cypress/request | 3.0.8 |
3.0.9 |
browserslist | 4.25.1 |
4.25.2 |
core-js-compat | 3.44.0 |
3.45.0 |
enhanced-resolve | 5.18.2 |
5.18.3 |
follow-redirects | 1.15.9 |
1.15.11 |
jake | 10.9.2 |
10.9.4 |
launch-editor | 2.10.0 |
2.11.1 |
module-replacements | 2.8.0 |
2.9.0 |
napi-postinstall | 0.3.2 |
0.3.3 |
nwsapi | 2.2.20 |
2.2.21 |
spdx-license-ids | 3.0.21 |
3.0.22 |
Updates @types/node
from 18.19.120 to 18.19.122
Commits
- See full diff in compare view
Updates eslint-plugin-prettier
from 5.5.3 to 5.5.4
Changelog
Sourced from eslint-plugin-prettier's changelog.
5.5.4
Patch Changes
#755
723f7a8
Thanks@kbrilla
! - fix: add 'oxc', 'oxc-ts' and 'hermes' parsers toparserBlocklist
#751
cf52b30
Thanks@andreww2012
! - fix: disallow extra properties in rule options5.5.1
Patch Changes
5.5.0
Minor Changes
- #743
92f2c9c
Thanks@dotcarmen
! - feat: support non-js languages likecss
for@eslint/css
andjson
for@eslint/json
5.4.1
Patch Changes
- #740
c21521f
Thanks@JounQin
! - fix(deps): bumpsynckit
to v0.11.7 to fix potentialTypeError: Cannot read properties of undefined (reading 'message')
error5.4.0
Minor Changes
- #736
59a0cae
Thanks@yashtech00
! - refactor: migrateworker.js
toworker.mjs
5.3.1
Patch Changes
5.3.0
Minor Changes
5.2.6
Patch Changes
- #723
1451176
Thanks@renovate
! - fix(deps): bumpsynckit
tov0.11.0
... (truncated)
Commits
Updates lint-staged
from 16.1.2 to 16.1.5
Release notes
Sourced from lint-staged's releases.
v16.1.5
Patch Changes
- #1608
4e3ce22
Thanks@srsatt
! - Detect the git repo's top-level directory correctly when in a worktree.v16.1.4
Patch Changes
- #1604
90b37b0
Thanks@iiroj
! - Add anothertypes
field topackage.json
to make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.v16.1.3
Patch Changes
- #1602
7ea700b
Thanks@dword-design
! - Add thetypes
field topackage.json
to make sure NPM detects lint-staged includes built-in TypeScript type definitions.
Changelog
Sourced from lint-staged's changelog.
16.1.5
Patch Changes
- #1608
4e3ce22
Thanks@srsatt
! - Detect the git repo's top-level directory correctly when in a worktree.16.1.4
Patch Changes
- #1604
90b37b0
Thanks@iiroj
! - Add anothertypes
field topackage.json
to make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.16.1.3
Patch Changes
- #1602
7ea700b
Thanks@dword-design
! - Add thetypes
field topackage.json
to make sure NPM detects lint-staged includes built-in TypeScript type definitions.
Commits
15369c2
chore(changeset): release690d7c2
build(deps): update dependencies4e3ce22
fix: fix the incorrect relativeTopLevelDir detection when working with the wo...9151254
chore(changeset): release90b37b0
fix: add root-level "types" field to package.json795be13
chore(changeset): release4463089
build(deps): update dependencies7ea700b
fix: allow npm to detect built-in TypeScript type definitions0a0a701
test: make sure "git amend" works as expectedbfb71eb
perf: combinegit ls-files
calls into single process (#1587)- Additional commits viewable in compare view
Updates start-server-and-test
from 2.0.12 to 2.0.13
Commits
6385e1d
fix(deps): update dependency wait-on to v8.0.4 (#405)- See full diff in compare view
Updates @babel/helpers
from 7.27.6 to 7.28.2
Release notes
Sourced from @babel/helpers
's releases.
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)
: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
Committers: 3
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)@liuxingbaoyu
v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu
)babel-types
babel-compat-data
,babel-preset-env
babel-core
,babel-parser
babel-generator
,babel-parser
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-transform-object-rest-spread
,babel-traverse
,babel-types
... (truncated)
Changelog
Sourced from @babel/helpers
's changelog.
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
babel-compat-data
,babel-preset-env
babel-core
,babel-parser
babel-generator
,babel-parser
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-transform-object-rest-spread
,babel-traverse
,babel-types
babel-parser
,babel-traverse
,babel-types
babel-generator
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-discard-binding
,babel-plugin-transform-destructuring
,babel-plugin-transform-explicit-resource-management
,babel-plugin-transform-react-display-name
,babel-types
babel-generator
,babel-parser
,babel-plugin-proposal-destructuring-private
,babel-plugin-transform-block-scoping
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-typescript
,babel-traverse
,babel-types
:bug: Bug Fix
babel-helper-globals
,babel-plugin-transform-classes
,babel-traverse
babel-types
- #17009 feature: TSTypeOperator: keyof (#16799) (
@coderaiser
):house: Internal
babel-compat-data
,babel-plugin-proposal-decorators
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-json-modules
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs3
... (truncated)
Commits
cac0ff4
v7.28.2f743094
fix:regeneratorDefine
compatibility with es5 strict mode (#17441)- See full diff in compare view
Updates @babel/types
from 7.28.1 to 7.28.2
Release notes
Sourced from @babel/types
's releases.
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
Changelog
Sourced from @babel/types
's changelog.
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
)
Commits
cac0ff4
v7.28.20a3f717
[babel 7] Makeoperator
param int.tsTypeOperator
optional (#17445)- See full diff in compare view
Updates @cypress/request
from 3.0.8 to 3.0.9
Release notes
Sourced from @cypress/request
's releases.
v3.0.9
3.0.9 (2025-07-24)
Bug Fixes
- update patch version of form-data to address new critical Snyk vulnerability (a2f3199)
Commits
Updates axios
from 1.10.0 to 1.11.0
Release notes
Sourced from axios's releases.
Release v1.11.0
Release notes:
Bug Fixes
- form-data npm pakcage (#6970) (e72c193)
- prevent RangeError when using large Buffers (#6961) (a2214ca)
- types: resolve type discrepancies between ESM and CJS TypeScript declaration files (#6956) (8517aa1)
Contributors to this release
Changelog
Sourced from axios's changelog.
1.11.0 (2025-07-22)
Bug Fixes
- form-data npm pakcage (#6970) (e72c193)
- prevent RangeError when using large Buffers (#6961) (a2214ca)
- types: resolve type discrepancies between ESM and CJS TypeScript declaration files (#6956) (8517aa1)
Contributors to this release
Commits
b76c4ac
chore(release): v1.11.0 (#6974)e72c193
fix: form-data npm pakcage (#6970)8517aa1
fix(types): resolve type discrepancies between ESM and CJS TypeScript declara...a2214ca
fix: prevent RangeError when using large Buffers (#6961)6161947
refactor: use spread operator instead of '.apply()' (#6938)a1d16dd
refactor: use an object spread instead of Object.assign (#6939)07183cd
chore(sponsor): update sponsor block (#6952)ef36347
docs(CONTRIBUTING): update docs link for accuracy (#6894)b29bd6a
chore(sponsor): update sponsor block (#6948)a406a93
chore(sponsor): update sponsor block (#6937)- See full diff in compare view
Updates browserslist
from 4.25.1 to 4.25.2
Release notes
Sourced from browserslist's releases.
4.25.2
- Fixed Node.js
--permission
support (by@broofa
).
Changelog
Sourced from browserslist's changelog.
4.25.2
- Fixed Node.js
--permission
support (by@broofa
).
Commits
c7b27ec
Release 4.25.2 version506b14a
Fix test coveragee891823
Fix test coverage checkd64779f
fix: handle ErrnoExceptions in isFile() and isDirectory() (#900)a740711
Update dependenciesef49d84
Update Node.js on CI5a8377f
Pin and update CI actions81d33b7
Promote browserslist-config-baselinebe1860c
Clean old sponsor with broken website and fix dark theme3e1e709
Add Kinsta sponsor- See full diff in compare view
Updates caniuse-lite
from 1.0.30001727 to 1.0.30001734
Commits
e245793
Update caniuse-db 1.0.30001734e9bf484
Update caniuse-db 1.0.30001733fad7902
Update caniuse-db 1.0.30001731423d5ce
Update caniuse-db 1.0.30001730- See full diff in compare view
Updates core-js-compat
from 3.44.0 to 3.45.0
Changelog
Sourced from core-js-compat's changelog.
3.45.0 - 2025.08.04
- Changes v3.44.0...v3.45.0 (70 commits)
Uint8Array
to / from base64 and hex proposal:
- Built-ins:
Uint8Array.fromBase64
Uint8Array.fromHex
Uint8Array.prototype.setFromBase64
Uint8Array.prototype.setFromHex
Uint8Array.prototype.toBase64
Uint8Array.prototype.toHex
- Moved to stable ES, July 2025 TC39 meeting
- Added
es.
namespace modules,/es/
and/stable/
namespaces entries- Added detection of a Webkit bug:
Uint8Array
fromBase64 / setFromBase64 does not throw an error on incorrect length of base64 stringMath.sumPrecise
proposal:
- Built-ins:
Math.sumPrecise
- Moved to stable ES, July 2025 TC39 meeting
- Added
es.
namespace module,/es/
and/stable/
namespaces entriesIterator
sequencing proposal:
- Built-ins:
Iterator.concat
- Moved to stage 3, July 2025 TC39 meeting
- Added
/actual/
namespace entries, unconditional forced replacement changed to feature detectionMap
upsert proposal:
- Built-ins:
Map.prototype.getOrInsert
Map.prototype.getOrInsertComputed
WeakMap.prototype.getOrInsert
WeakMap.prototype.getOrInsertComputed
- Moved to stage 3, July 2025 TC39 meeting
- Added
/actual/
namespace entries, unconditional forced replacement changed to feature detection- Added missing dependencies to some entries of static
Iterator
methods- Fixed Joint Iteration proposal in
/stage/
entries- Compat data improvements:
Uint8Array
to / from base64 and hex proposal features marked as supported from V8 ~ Chromium 140Uint8Array.{ fromBase64, prototype.setFromBase64 }
marked as unsupported in Safari and supported only from Bun 1.2.20 because of a bug: it does not throw an error on incorrect length of base64 string%TypedArray%.prototype.with
marked as fixed in Safari 26.0- Updated Electron 38 compat data mapping
- Added Opera Android 91 compat data mapping
Commits
79bf819
v3.45.013d55b8
update Opera Android 91 compat data mapping472c65a
Uint8Array.{ fromBase64, prototype.setFromBase64 }
are fixed in Bun 1.2.208c0bd93
moveUint8Array
to / from base64 and hex to stable ES0f1a2d5
moveMath.sumPrecise
to stable ES33b7ddf
Merge pull request #1454 from zloirock/uint8array-detection3cdc078
Add Webkit bug detection for Uint8Array.setFromBase64/fromBase642fbb08f
use http link instead of https for avoiding certificate issues in some ancien...0213ee2
add Opera Android 91 compat data mapping559fa40
mark%TypedArray%.prototype.with
as fixed in Safari 26.0- Additional commits viewable in compare view
Updates electron-to-chromium
from 1.5.188 to 1.5.200
Commits
Updates enhanced-resolve
from 5.18.2 to 5.18.3
Release notes
Sourced from enhanced-resolve's releases.
v5.18.3
Fixes
- Fixed nonsensible intersection in types
Performance
- Decreased initial loading time
Commits
Updates follow-redirects
from 1.15.9 to 1.15.11
Commits
Updates jake
from 10.9.2 to 10.9.4
Commits
28a9960
Version 10.9.4674e639
Version 10.9.34a9aea8
Removed lock file8da5b86
Merge pull request #435 from Fuzzyma/update-depsa372ae7
chore(deps): Update deps to newest versionsce65fa5
Merge pull request #434 from Fuzzyma/replace-chalk-with-picocolors1661dd9
chore(deps): Replace chalk with picocolors9788d89
Updated deps- See full diff in compare view
Updates launch-editor
from 2.10.0 to 2.11.1
Commits
0de3896
v2.11.11a59a68
fix: handle URLs without protocol in launch-editor-middleware373558c
v2.11.05e9d093
chore: update depsa572a38
feat: add support for trae editor (#99)6807db6
feat: add zed support for Linux (#100)7beed42
fix: support file URIs for middleware (#95)7cc1d5d
fix: useURL
for parsing request URLs (#101)- See full diff in compare view
Updates module-replacements
from 2.8.0 to 2.9.0
Release notes
Sourced from module-replacements's releases.
2.9.0
What's Changed
- docs: mention the
nestingSyntax
forpicoquery
by@benmccann
in es-tooling/module-replacements#216- docs: remove dotenvx by
@Namchee
in es-tooling/module-replacements#219- feat: add replacement for is-negative in micro-utilities by
@Mirazen
in es-tooling/module-replacements#212- docs: added
axios
by@Tragio
in es-tooling/module-replacements#210- docs: add dot-prop to preferred list by
@43081j
in es-tooling/module-replacements#222- docs: add find-up and clones by
@43081j
in es-tooling/module-replacements#223New Contributors
@Mirazen
made their first contribution in es-tooling/module-replacements#212@Tragio
made their first contribution in es-tooling/module-replacements#210Full Changelog: https://github.com/es-tooling/module-replacements/compare/2.8.0...2.9.0
Commits
0810b68
docs: add find-up and clones (#223)71ec7e5
docs: add dot-prop to preferred list (#222)43c60af
docs: addedaxios
(#210)b09a31f
feat: add replacement for is-negative in micro-utilities (#212)c75e4ed
docs: remove dotenvx (#219)2c00896
docs: mention thenestingSyntax
forpicoquery
(#216)fa9d67b
docs:yocto-spinner
as replacement forora
(#193)- See full diff in compare view
Updates napi-postinstall
from 0.3.2 to 0.3.3
Changelog
Sourced from napi-postinstall's changelog.
0.3.3
Patch Changes
#47
8447abb
Thanks@WooWan
! - feat: support for HTTP protocol in private registries#51
1d9c7d5
Thanks@mrginglymus
! - feat: try readingpackage.json
fromcwd
for cli usage0.3.0
Minor Changes
0.2.5
Patch Changes
0.2.4
Patch Changes
0.2.3
Patch Changes
0.2.2
Patch Changes
- #25
2eb7867
Thanks@mrginglymus
! - fix: give up patchingyarn
pnp automatically which is impossible0.2.1
Patch Changes
0.2.0
Minor Changes
... (trunca...
Description has been truncated
Pull Request Statistics
1
1
+92
-113
Package Dependencies
Technical Details
ID: | 4987954 |
UUID: | 2737932244 |
Node ID: | PR_kwDONUyxgM6jMYfU |
Host: | GitHub |
Repository: | mrlonis/example-angular-theme-lib |
Merge State: | Unknown |