Bump the development-version-updates group with 8 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 8 updates:
Package | From | To |
---|---|---|
@types/node | 18.19.120 |
18.19.121 |
lint-staged | 16.1.2 |
16.1.4 |
start-server-and-test | 2.0.12 |
2.0.13 |
caniuse-lite | 1.0.30001727 |
1.0.30001731 |
electron-to-chromium | 1.5.191 |
1.5.194 |
follow-redirects | 1.15.9 |
1.15.11 |
module-replacements | 2.8.0 |
2.9.0 |
wait-on | 8.0.3 |
8.0.4 |
Updates @types/node
from 18.19.120 to 18.19.121
Commits
- See full diff in compare view
Updates lint-staged
from 16.1.2 to 16.1.4
Release notes
Sourced from lint-staged's releases.
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.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
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)f549d8a
docs: replace execa link with nano-span linkbd5b9f6
perf(config): optimize config discovery with pathspecs020a246
docs: fix typo in CHANGELOG.md- See full diff 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 caniuse-lite
from 1.0.30001727 to 1.0.30001731
Commits
fad7902
Update caniuse-db 1.0.30001731423d5ce
Update caniuse-db 1.0.30001730- See full diff in compare view
Updates electron-to-chromium
from 1.5.191 to 1.5.194
Commits
Updates follow-redirects
from 1.15.9 to 1.15.11
Commits
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 wait-on
from 8.0.3 to 8.0.4
Release notes
Sourced from wait-on's releases.
v8.0.4
Update dependencies including axios@1.11.0 which also updated form-data@4.0.4
Commits
3167c34
8.0.496cc0bd
Merge pull request #175 from jeffbski/update-deps-2025-07-233540cf4
update major depsbcafa59
update minor deps080957c
remove node 24 from github workflow action42feaf7
fix syntax github actions workflow fileb0a3378
add missing eslint file6538da2
rm node 18, add 24 to github workflow- 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
+33
-32
Package Dependencies
Technical Details
ID: | 4511235 |
UUID: | 2716697662 |
Node ID: | PR_kwDONfBHH86h7YQ- |
Host: | GitHub |
Repository: | mrlonis/example-angular-15-app |
Merge State: | Unknown |