Bump the development-version-updates group with 10 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(3 months ago)
(3 months ago)
dependencies javascript
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
- See full diff in compare view
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 theD
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 fromgit add
likefatal: pathspec 'deleted-file' did not match any files
.
38f942e
Thanks@iiroj
! - Removed an extraneous log entry that printedshouldHidePArtiallyStagedFiles
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 theD
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 fromgit add
likefatal: pathspec 'deleted-file' did not match any files
.
38f942e
Thanks@iiroj
! - Removed an extraneous log entry that printedshouldHidePArtiallyStagedFiles
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): releasee07227e
perf: call rev-parse only once instead of three times when resolving git repo38f942e
fix: remove extra log entry5031a71
perf: further optimize file chunking6ec38b9
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 D8420429
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
73a836d
chore(release): v1.10.0 (#6943)3d343b8
fix(package): add module entry point for React Native; (#6933)0f50af8
fix(adapter): pass fetchOptions to fetch function (#6883)ee7799e
refactor: remove unused import in test (#6922)eb0a2db
chore: fix typos in test (#6923)7d55139
docs(readme): improve error descriptions; (#6920)f4fc6b8
chore(sponsor): update sponsor block (#6921)5064b10
fix(form-data): convert boolean values to strings in FormData serialization (...c7e0fea
CI: add Node 24 (#6913)7ba895c
chore(sponsor): update sponsor block (#6907)- Additional commits viewable in compare view
Updates caniuse-lite
from 1.0.30001721 to 1.0.30001723
Commits
9c0346b
Update caniuse-db 1.0.30001723baf8b44
Update caniuse-db 1.0.30001722- See full diff in compare view
Updates electron-to-chromium
from 1.5.165 to 1.5.167
Commits
- See full diff in compare view
Updates end-of-stream
from 1.4.4 to 1.4.5
Commits
Updates pump
from 3.0.2 to 3.0.3
Commits
723ecd0
3.0.399b37a9
work without process- See full diff in compare view
Updates socks
from 2.8.4 to 2.8.5
Commits
93818fc
2.8.5- See full diff in compare view
Updates fdir
from 6.4.5 to 6.4.6
Release notes
Sourced from fdir's releases.
v6.4.6
What's Changed
- fix: do not stop crawling at
currentDepth
0 by@SuperchupuDev
in thecodrr/fdir#149Full Changelog: https://github.com/thecodrr/fdir/compare/v6.4.5...v6.4.6
Commits
4a8b167
chore: bump version to 6.4.6c2593d2
fix: do not stop crawling atcurrentDepth
0 (#149)- See full diff in compare view
Updates unrs-resolver
from 1.7.12 to 1.9.0
Release notes
Sourced from unrs-resolver's releases.
v1.9.0
Features
- add
file:
protocol path support (#151) (by@JounQin
) - #151- add two last android targets (#154) (by
@JounQin
) - #154Bug Fixes
Contributors
Full Changelog: https://github.com/unrs/unrs-resolver/compare/v1.8.1...v1.9.0
v1.8.1
Bug Fixes
Contributors
Full Changelog: https://github.com/unrs/unrs-resolver/compare/v1.8.0...v1.8.1
v1.8.0
Features
- support runtime fallback for webcontainer (#144) (by
@JounQin
) - #144- merge from upstream
oxc-project/oxc-resolver
- 6th (#146) (by@JounQin
) - #146Chore
- (deps) update all dependencies (#141) (by
@renovate
[bot])Contributors
@JounQin
@renovate
[bot]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
- add
file:
protocol path support (#151) (by@JounQin
) - #151- add two last android targets (#154) (by
@JounQin
) - #154Bug Fixes
Contributors
1.8.1 - 2025-06-11
Bug Fixes
Contributors
1.8.0 - 2025-06-11
Features
- support runtime fallback for webcontainer (#144) (by
@JounQin
) - #144- merge from upstream
oxc-project/oxc-resolver
- 6th (#146) (by@JounQin
) - #146Chore
- (deps) update all dependencies (#141) (by
@renovate
[bot])Contributors
@JounQin
@renovate
[bot]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 webcontainerbcd9da6
feat: add two last android targets (#154)e3e93eb
feat: addfile:
protocol path support (#151)c9efe8d
fix: try different approach to support web container out of box (#150)e02a6bd
fix: keepnapi
property inpackage.json
fornapi-postinstall
(#148)46cbe4d
chore: release v1.8.0 (#145)56e6d60
Merge remote-tracking branch 'upstream/main' into chore/merge_upstream4d9421e
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
1
1
+128
-98
Package Dependencies
Technical Details
ID: | 1722067 |
UUID: | 2596505961 |
Node ID: | PR_kwDONT5-8s6aw4lp |
Host: | GitHub |
Repository: | mrlonis/example-angular-16-app |
Merge State: | Unknown |