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

Bump the development-version-updates group with 10 updates

Open
Number: #62
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: June 16, 2025 at 06:17 PM UTC
(3 months ago)
Updated: June 16, 2025 at 06:17 PM UTC
(3 months ago)
Labels:
dependencies javascript
Description:

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

Package From To
@types/node 18.19.111 18.19.112
lint-staged 16.1.0 16.1.2
axios 1.9.0 1.10.0
caniuse-lite 1.0.30001721 1.0.30001723
electron-to-chromium 1.5.165 1.5.167
end-of-stream 1.4.4 1.4.5
pump 3.0.2 3.0.3
socks 2.8.4 2.8.5
fdir 6.4.5 6.4.6
unrs-resolver 1.7.12 1.9.0

Updates @types/node from 18.19.111 to 18.19.112

Commits

Updates lint-staged from 16.1.0 to 16.1.2

Release notes

Sourced from lint-staged's releases.

v16.1.2

Patch Changes

  • #1570 a7c0c88 Thanks @​ItsNickBarry! - When using --diff-filter with the D option to include deleted staged files, lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error from git add like fatal: pathspec 'deleted-file' did not match any files.

  • 38f942e Thanks @​iiroj! - Removed an extraneous log entry that printed shouldHidePArtiallyStagedFiles to console output.

v16.1.1

Patch Changes

  • #1565 3686977 Thanks @​iiroj! - Lint-staged now explicitly warns about potential data loss when using --no-stash.

  • #1571 02299a9 Thanks @​iiroj! - Function tasks (introduced in v16.0.0) only receive the staged files matching the configured glob, instead of all staged files.

  • #1563 bc61c74 Thanks @​iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the --no-stash option. This happened because --no-stash implied --no-hide-partially-staged, meaning unstaged changes to files which also had other staged changes were added to the commit by lint-staged; this is no longer the case.

    The previous (incorrect) behavior can still be achieved by using both options --no-stash --no-hide-partially-staged at the same time.

Changelog

Sourced from lint-staged's changelog.

16.1.2

Patch Changes

  • #1570 a7c0c88 Thanks @​ItsNickBarry! - When using --diff-filter with the D option to include deleted staged files, lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error from git add like fatal: pathspec 'deleted-file' did not match any files.

  • 38f942e Thanks @​iiroj! - Removed an extraneous log entry that printed shouldHidePArtiallyStagedFiles to console output.

16.1.1

Patch Changes

  • #1565 3686977 Thanks @​iiroj! - Lint-staged now explicitly warns about potential data loss when using --no-stash.

  • #1571 02299a9 Thanks @​iiroj! - Function tasks (introduced in v16.0.0) only receive the staged files matching the configured glob, instead of all staged files.

  • #1563 bc61c74 Thanks @​iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the --no-stash option. This happened because --no-stash implied --no-hide-partially-staged, meaning unstaged changes to files which also had other staged changes were added to the commit by lint-staged; this is no longer the case.

    The previous (incorrect) behavior can still be achieved by using both options --no-stash --no-hide-partially-staged at the same time.

Commits
  • 0c48e29 chore(changeset): release
  • e07227e perf: call rev-parse only once instead of three times when resolving git repo
  • 38f942e fix: remove extra log entry
  • 5031a71 perf: further optimize file chunking
  • 6ec38b9 perf: optimize file list length calculation (#1581)
  • a7c0c88 fix: only stage changes to deleted files if they're no longer deleted after r...
  • ccd5edd test: pass --no-error-on-unmatched-pattern to prettier command in --diff-opti...
  • 48a6e95 test: add failing test for staged deleted files not passed directly to tasks ...
  • b56b29e test: add failing test for staged deleted files with diff filter D
  • 8420429 chore(changeset): release
  • Additional commits viewable in compare view

Updates axios from 1.9.0 to 1.10.0

Release notes

Sourced from axios's releases.

Release v1.10.0

Release notes:

Bug Fixes

  • adapter: pass fetchOptions to fetch function (#6883) (0f50af8)
  • form-data: convert boolean values to strings in FormData serialization (#6917) (5064b10)
  • package: add module entry point for React Native; (#6933) (3d343b8)

Features

Contributors to this release

Changelog

Sourced from axios's changelog.

1.10.0 (2025-06-14)

Bug Fixes

  • adapter: pass fetchOptions to fetch function (#6883) (0f50af8)
  • form-data: convert boolean values to strings in FormData serialization (#6917) (5064b10)
  • package: add module entry point for React Native; (#6933) (3d343b8)

Features

Contributors to this release

Commits

Updates caniuse-lite from 1.0.30001721 to 1.0.30001723

Commits

Updates electron-to-chromium from 1.5.165 to 1.5.167

Commits

Updates end-of-stream from 1.4.4 to 1.4.5

Commits

Updates pump from 3.0.2 to 3.0.3

Commits

Updates socks from 2.8.4 to 2.8.5

Commits

Updates fdir from 6.4.5 to 6.4.6

Release notes

Sourced from fdir's releases.

v6.4.6

What's Changed

Full Changelog: https://github.com/thecodrr/fdir/compare/v6.4.5...v6.4.6

Commits

Updates unrs-resolver from 1.7.12 to 1.9.0

Release notes

Sourced from unrs-resolver's releases.

v1.9.0

Features

Bug Fixes

Contributors

Full Changelog: https://github.com/unrs/unrs-resolver/compare/v1.8.1...v1.9.0

v1.8.1

Bug Fixes

  • keep napi property in package.json for napi-postinstall (#148) (by @​JounQin)

Contributors

Full Changelog: https://github.com/unrs/unrs-resolver/compare/v1.8.0...v1.8.1

v1.8.0

Features

Chore

Contributors

Full Changelog: https://github.com/unrs/unrs-resolver/compare/v1.7.13...v1.8.0

v1.7.13

Bug Fixes

  • support extends in referenced project (#142)

New Contributors

... (truncated)

Changelog

Sourced from unrs-resolver's changelog.

1.9.0 - 2025-06-11

Features

Bug Fixes

Contributors

1.8.1 - 2025-06-11

Bug Fixes

  • keep napi property in package.json for napi-postinstall (#148) (by @​JounQin)

Contributors

1.8.0 - 2025-06-11

Features

Chore

Contributors

1.7.13 - 2025-06-10

Bug Fixes

  • support extends in referenced project (#142)
Commits
  • 5ff17b6 chore: release v1.9.0 (#153)
  • d20ddda chore: always use pnpm to install wasm binding on webcontainer
  • bcd9da6 feat: add two last android targets (#154)
  • e3e93eb feat: add file: protocol path support (#151)
  • c9efe8d fix: try different approach to support web container out of box (#150)
  • e02a6bd fix: keep napi property in package.json for napi-postinstall (#148)
  • 46cbe4d chore: release v1.8.0 (#145)
  • 56e6d60 Merge remote-tracking branch 'upstream/main' into chore/merge_upstream
  • 4d9421e chore(deps): update all dependencies (#141)
  • ad84a30 feat: support runtime fallback for webcontainer (#144)
  • Additional commits viewable 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
Commits:
1
Files Changed:
1
Additions:
+128
Deletions:
-98
Package Dependencies
Package:
@types/node
Ecosystem:
npm
Version Change:
18.19.111 → 18.19.112
Update Type:
Patch
Package:
lint-staged
Ecosystem:
npm
Version Change:
16.1.0 → 16.1.2
Update Type:
Patch
Package:
axios
Ecosystem:
npm
Version Change:
1.9.0 → 1.10.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.5.165 → 1.5.167
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.7.12 → 1.9.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.0.30001721 → 1.0.30001723
Update Type:
Patch
Package:
socks
Ecosystem:
npm
Version Change:
2.8.4 → 2.8.5
Update Type:
Patch
Package:
fdir
Ecosystem:
npm
Version Change:
6.4.5 → 6.4.6
Update Type:
Patch
Package:
pump
Ecosystem:
npm
Version Change:
3.0.2 → 3.0.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.4.4 → 1.4.5
Update Type:
Patch
Technical Details
ID: 1722067
UUID: 2596505961
Node ID: PR_kwDONT5-8s6aw4lp
Host: GitHub
Repository: mrlonis/example-angular-16-app
Merge State: Unknown