An open index of dependabot pull requests across open source projects.

Bump the development-version-updates group with 10 updates

Merged
Number: #413
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: May 26, 2025 at 09:25 PM UTC
(4 months ago)
Updated: May 26, 2025 at 09:27 PM UTC
(4 months ago)
Merged: May 26, 2025 at 09:27 PM UTC
(4 months ago)
by github-actions[bot]
Time to Close: 2 minutes
Labels:
dependencies javascript
Description:

Bumps the development-version-updates group with 10 updates:

Package From To
@types/node 22.15.19 22.15.21
@inquirer/figures 1.0.11 1.0.12
@rollup/wasm-node 4.41.0 4.41.1
electron-to-chromium 1.5.155 1.5.157
es-abstract 1.23.9 1.23.10
get-tsconfig 4.10.0 4.10.1
nano-spawn 1.0.1 1.0.2
tapable 2.2.1 2.2.2
tinyglobby 0.2.13 0.2.14
webpack-sources 3.2.3 3.3.0

Updates @types/node from 22.15.19 to 22.15.21

Commits

Updates @inquirer/figures from 1.0.11 to 1.0.12

Commits
  • 85d4642 Publish
  • 9be3243 Fix(@​inquirer/core): Make sure useState set functions are always bound to the...
  • 22bf77f Chore(deps-dev): Bump @​types/node from 22.15.17 to 22.15.19 (#1756)
  • 79e0032 Chore(deps-dev): Bump the linting group with 3 updates (#1755)
  • 8812e6a Add community prompt inquirer-select-with-state (#1753)
  • 7248ab8 Chore(deps-dev): Bump @​types/node from 22.15.3 to 22.15.17 (#1747)
  • 7467b80 Chore(deps-dev): Bump @​arethetypeswrong/cli from 0.17.4 to 0.18.1 (#1748)
  • 8a424b5 Chore(deps-dev): Bump the testing group with 3 updates (#1745)
  • cb3079e Chore(deps-dev): Bump the linting group with 6 updates (#1746)
  • 5e6a2ab Chore(deps-dev): Bump turbo from 2.5.2 to 2.5.3 (#1749)
  • Additional commits viewable in compare view

Updates @rollup/wasm-node from 4.41.0 to 4.41.1

Release notes

Sourced from @​rollup/wasm-node's releases.

v4.41.1

4.41.1

2025-05-24

Bug Fixes

  • If a plugin calls this.resolve with skipSelf: true, subsequent calls when handling this by the same plugin with same parameters will return null to avoid infinite recursions (#5945)

Pull Requests

Changelog

Sourced from @​rollup/wasm-node's changelog.

4.41.1

2025-05-24

Bug Fixes

  • If a plugin calls this.resolve with skipSelf: true, subsequent calls when handling this by the same plugin with same parameters will return null to avoid infinite recursions (#5945)

Pull Requests

Commits
  • 7c469dc 4.41.1
  • 9f4abf1 Avoid recursively calling a plugin's resolveId hook with same id and importer...
  • 605ec27 fix(deps): update swc monorepo (major) (#5963)
  • b88492b fix(deps): lock file maintenance minor/patch updates (#5964)
  • See full diff in compare view

Updates electron-to-chromium from 1.5.155 to 1.5.157

Commits

Updates es-abstract from 1.23.9 to 1.23.10

Changelog

Sourced from es-abstract's changelog.

1.23.10 / 2025-05-21

  • [Fix] properly handle Float16Array
  • [Fix] ES2024+: IsViewOutOfBounds: properly handle resizable array buffers
  • [Fix] ES2024+: IsTypedArrayOutOfBounds: properly handle resizable arrays
  • [Fix] ES2024+: GetViewByteLength, TypedArrayByteLength, TypedArrayLength: properly handle resizable arrays
  • [Fix] ES2020+: abs should accept bigints too
  • [Fix] ES2024+: ArrayBufferByteLength: return the byte length for SABs, not NaN
  • [Fix] ES2024+: ArrayBufferCopyAndDetach: properly handle resizable ArrayBuffers; add tests
  • [Fix] ES2021: SetTypedArrayFromTypedArray: get proper source element size
  • [Fix] ES2023+: SetTypedArrayFromTypedArray: ArrayBuffer shouldn‘t be bound
  • [Fix] ES2022,ES2023: ValidateIntegerTypedArray: return the buffer
  • [patch] ES2023+: SortIndexedProperties: improve error message
  • [patch] clean up some comments
  • [patch] ES2023+: InternalizeJSONProperty: remove extra argument
  • [patch] ES2020+: GetIterator`: fix comment to indicate that it changed in ES2018
  • [Refactor] Typed Array stuff: store "choices" string in the table file
  • [Refactor] ES2021+: use isInteger directly in a few AOs
  • [Refactor] ES2022+: ValidateAndApplyPropertyDescriptor: use typeof over Type()
  • [Refactor] helpers/getIteratorMethod: no longer require a passed-in IsArray
  • [Refactor] ES2017+: Num{ber,eric}ToRawBytes, RawBytesToNum{ber,eric}: use TAO table sizes
  • [Refactor] ES2015+: {,Ordinary}ObjectCreate: prefer __proto__ syntax over Object.create
  • [Refactor] CopyDataProperties tests are the same in ES2020 as in ES2018
  • [Refactor] ES2016 - ES2020: UTF16Encoding: match UTF16EncodeCodePoint
  • [Refactor] use es-object-atoms/isObject directly
  • [Refactor] add isSameType helper, and use it
  • [Refactor] ES2017+: WordCharacters: String.prototype.indexOf should always be present
  • [Refactor] use arr[arr.length] = x instead of $push(arr, x)
  • [Robustness] ES2015+: ObjectDefineProperties: use OrdinaryGetOwnProperty to handle a missing gOPD
  • [meta] add missing comments
  • [meta] fix operations npmignores
  • [meta] fix URL in comment
  • [meta] note isNegativeZero helper is slated for removal (#155)
  • [Deps] update call-bound, which-typed-array, es-object-atoms, get-intrinsic, get-proto, regexp.prototype.flags, is-weakref, object-inspect
  • [Dev Deps] pin glob to v7
  • [Dev Deps] update @unicode/unicode-15.0.0, es-value-fixtures, for-each, has-strict-mode, ses
  • [Tests] avoid an OOM in node 20 on SES tests
  • [Tests] compare correct TA type
  • [Tests] consolidate map of AO property names to prose names
  • [Tests] extract common helpers
  • [Tests] increase coverage
  • [Tests] increase coverage
  • [Tests] node 20 throws with RABs that are not a multiple of 4 and 8
  • [Tests] refactor TA types arrays to year-taking functions
  • [Tests] refactor test megafile into file-per-method tests
  • [Tests] remove now-unused test mega-file
  • [Tests] some cleanups
  • [Tests] use proper import
Commits
  • 194b788 v1.23.10
  • 895ca1a [Tests] use proper import
  • 871c9c7 [Refactor] Typed Array stuff: store "choices" string in the table file
  • eae69ae [Tests] refactor TA types arrays to year-taking functions
  • cd7b7af [Fix] properly handle Float16Array
  • 978a0b0 [Tests] remove now-unused test mega-file
  • f9ec370 [Tests] refactor test megafile into file-per-method tests
  • dd43bb5 [Dev Deps] pin glob to v7
  • 35d2061 [Refactor] ES2021+: use isInteger directly in a few AOs
  • 75511e2 [Refactor] ES2022+: ValidateAndApplyPropertyDescriptor: use typeof over...
  • Additional commits viewable in compare view

Updates get-tsconfig from 4.10.0 to 4.10.1

Release notes

Sourced from get-tsconfig's releases.

v4.10.1

4.10.1 (2025-05-20)

Bug Fixes

  • default moduleResolution for module: preserve (#90) (8564f88)
Commits

Updates nano-spawn from 1.0.1 to 1.0.2

Release notes

Sourced from nano-spawn's releases.

v1.0.2

  • v1.0.0 required Node.js 20.18, this lowers it to 20.17 (#100) cf36e6e

https://github.com/sindresorhus/nano-spawn/compare/v1.0.1...v1.0.2

Commits

Updates tapable from 2.2.1 to 2.2.2

Release notes

Sourced from tapable's releases.

v2.2.2

Developer Experience

  • add interceptors type to hook class
Commits
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for tapable since your current version.


Updates tinyglobby from 0.2.13 to 0.2.14

Release notes

Sourced from tinyglobby's releases.

0.2.14

Fixed

  • Root path joining on windows with help from @​43081j and @​btea
  • deep: 0 is no longer mistakenly interpreted as not set
  • Parent directories in patterns are now correctly normalized to cwd

Changed

Consider sponsoring if you'd like to support the development of this project and the goal of reaching a lighter and faster ecosystem

Changelog

Sourced from tinyglobby's changelog.

0.2.14

Fixed

  • Root path joining on windows with help from 43081j and btea
  • deep: 0 is no longer mistakenly interpreted as not set
  • Parent directories in patterns are now correctly normalized to cwd

Changed

Commits

Updates webpack-sources from 3.2.3 to 3.3.0

Release notes

Sourced from webpack-sources's releases.

v3.3.0

Features

  • Added types
  • Added ability to reduce memory consumed

Performance

  • Avoid extra calculation for hash updates
Commits
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for webpack-sources since your current version.


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
Commits:
1
Files Changed:
1
Additions:
+40
Deletions:
-39
Package Dependencies
Package:
@types/node
Ecosystem:
npm
Version Change:
22.15.19 → 22.15.21
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.5.155 → 1.5.157
Update Type:
Patch
Package:
tinyglobby
Ecosystem:
npm
Version Change:
0.2.13 → 0.2.14
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.0.11 → 1.0.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.10.0 → 4.10.1
Update Type:
Patch
Package:
es-abstract
Ecosystem:
npm
Version Change:
1.23.9 → 1.23.10
Update Type:
Patch
Package:
tapable
Ecosystem:
npm
Version Change:
2.2.1 → 2.2.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.2.3 → 3.3.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.41.0 → 4.41.1
Update Type:
Patch
Package:
nano-spawn
Ecosystem:
npm
Version Change:
1.0.1 → 1.0.2
Update Type:
Patch
Technical Details
ID: 665535
UUID: 2544852133
Node ID: PR_kwDONUyxgM6Xr1yl
Host: GitHub
Repository: mrlonis/example-angular-theme-lib
Merge State: Unknown