Bump the development-version-updates group with 9 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(about 1 month ago)
(about 1 month ago)
(about 1 month ago)
by github-actions[bot]
dependencies javascript
Bumps the development-version-updates group with 9 updates:
Package | From | To |
---|---|---|
@types/node | 18.19.121 |
18.19.122 |
eslint-plugin-prettier | 5.5.3 |
5.5.4 |
lint-staged | 16.1.4 |
16.1.5 |
caniuse-lite | 1.0.30001731 |
1.0.30001734 |
core-js-compat | 3.44.0 |
3.45.0 |
electron-to-chromium | 1.5.194 |
1.5.199 |
enhanced-resolve | 5.18.2 |
5.18.3 |
napi-postinstall | 0.3.2 |
0.3.3 |
spdx-license-ids | 3.0.21 |
3.0.22 |
Updates @types/node
from 18.19.121 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.4 to 16.1.5
Commits
15369c2
chore(changeset): release690d7c2
build(deps): update dependencies4e3ce22
fix: fix the incorrect relativeTopLevelDir detection when working with the wo...- See full diff in compare view
Updates caniuse-lite
from 1.0.30001731 to 1.0.30001734
Commits
e245793
Update caniuse-db 1.0.30001734e9bf484
Update caniuse-db 1.0.30001733- 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.194 to 1.5.199
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 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
... (truncated)
Commits
Updates spdx-license-ids
from 3.0.21 to 3.0.22
Commits
f369a26
3.0.22589f024
update license list to v3.27.0 (2025-07-01T00:00:00Z)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
1
+39
-36
Package Dependencies
Technical Details
ID: | 4857764 |
UUID: | 2734277440 |
Node ID: | PR_kwDONfBHH86i-cNA |
Host: | GitHub |
Repository: | mrlonis/example-angular-15-app |
Merge State: | Unknown |