Bump the development-version-updates group with 20 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 20 updates:
Package | From | To |
---|---|---|
@types/node | 18.19.118 |
18.19.120 |
eslint-config-prettier | 9.1.0 |
9.1.2 |
eslint-plugin-prettier | 5.5.1 |
5.5.3 |
jasmine-core | 5.8.0 |
5.9.0 |
@babel/helpers | 7.27.6 |
7.28.2 |
@babel/types | 7.28.1 |
7.28.2 |
@cypress/request | 3.0.8 |
3.0.9 |
@emnapi/core | 1.4.4 |
1.4.5 |
@emnapi/runtime | 1.4.4 |
1.4.5 |
@emnapi/wasi-threads | 1.0.3 |
1.0.4 |
@pkgr/core | 0.2.7 |
0.2.9 |
axios | 1.10.0 |
1.11.0 |
compression | 1.8.0 |
1.8.1 |
electron-to-chromium | 1.5.182 |
1.5.191 |
fs-monkey | 1.0.6 |
1.1.0 |
launch-editor | 2.10.0 |
2.11.0 |
napi-postinstall | 0.3.0 |
0.3.2 |
nwsapi | 2.2.20 |
2.2.21 |
on-headers | 1.0.2 |
1.1.0 |
synckit | 0.11.8 |
0.11.11 |
Updates @types/node
from 18.19.118 to 18.19.120
Commits
- See full diff in compare view
Updates eslint-config-prettier
from 9.1.0 to 9.1.2
Changelog
Sourced from eslint-config-prettier's changelog.
eslint-config-prettier
10.1.5
Patch Changes
10.1.4
Patch Changes
- #328
94b4799
Thanks@silvenon
! - fix(cli): do not crash on no rules configured10.1.3
Patch Changes
10.1.2
Patch Changes
- #321
a8768bf
Thanks@Fdawgs
! - chore(package): add homepage for some 3rd-party registry - see #321 for more details10.1.1
Patch Changes
#309
eb56a5e
Thanks@JounQin
! - fix: separate the/flat
entry for compatibilityFor flat config users, the previous
"eslint-config-prettier"
entry still works, but"eslint-config-prettier/flat"
adds a newname
property for config-inspector, we just can't add it for the default entry for compatibility.See also prettier/eslint-config-prettier#308
// before import eslintConfigPrettier from "eslint-config-prettier";
// after
import eslintConfigPrettier from "eslint-config-prettier/flat";
10.1.0
Minor Changes
... (truncated)
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by jounqin, a new releaser for eslint-config-prettier since your current version.
Updates eslint-plugin-prettier
from 5.5.1 to 5.5.3
Release notes
Sourced from eslint-plugin-prettier's releases.
v5.5.3
republish the latest version
Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.2...v5.5.3
v5.5.2
republish the latest version
Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.1...v5.5.2
Commits
cdfcefd
fix: release a new latest versiond8c303e
fix: release a new latest version- See full diff in compare view
Updates jasmine-core
from 5.8.0 to 5.9.0
Commits
bb777e9
Bump version to 5.9.09d3fb16
Document that the filename property of suite and spec results is deprecated3176eaf
Merge branch 'idConflict' of https://github.com/atscott/jasmined31a431
fix(clock): Avoid generating timers with IDs that conflict with native84f78c1
Split GlobalErrors into portable and platform-specific partsff476b1
Unify error dispatching between browser and noded53d2ff
Convert GlobalErrors to an ES6 classadfbd00
Refactor mocking in GlobalErrorsSpec495e5fc
Backfill integration tests for unhandled promise rejectionsbc2aa7b
Start breaking up integration/EnvSpec.js- Additional commits viewable in compare view
Updates @babel/helpers
from 7.27.6 to 7.28.2
Release notes
Sourced from @babel/helpers
's releases.
v7.28.2 (2025-07-24)
Thanks
@souhailaS
for your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)Committers: 4
- Babel Bot (
@babel-bot
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- SOUHAILA SERBOUT (
@souhailaS
)@liuxingbaoyu
v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
- #17426 fix:
regenerator
correctly handlesthrow
outside oftry
(@liuxingbaoyu
):memo: Documentation
:leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-types
Committers: 3
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)@liuxingbaoyu
v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu
)babel-types
babel-compat-data
,babel-preset-env
babel-core
,babel-parser
babel-generator
,babel-parser
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-transform-object-rest-spread
,babel-traverse
,babel-types
... (truncated)
Changelog
Sourced from @babel/helpers
's changelog.
v7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
- #17426 fix:
regenerator
correctly handlesthrow
outside oftry
(@liuxingbaoyu
):memo: Documentation
:leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-types
v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu
)babel-types
babel-compat-data
,babel-preset-env
babel-core
,babel-parser
babel-generator
,babel-parser
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-transform-object-rest-spread
,babel-traverse
,babel-types
babel-parser
,babel-traverse
,babel-types
babel-generator
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-discard-binding
,babel-plugin-transform-destructuring
,babel-plugin-transform-explicit-resource-management
,babel-plugin-transform-react-display-name
,babel-types
babel-generator
,babel-parser
,babel-plugin-proposal-destructuring-private
,babel-plugin-transform-block-scoping
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-typescript
,babel-traverse
,babel-types
:bug: Bug Fix
babel-helper-globals
,babel-plugin-transform-classes
,babel-traverse
babel-types
- #17009 feature: TSTypeOperator: keyof (#16799) (
@coderaiser
):house: Internal
babel-compat-data
,babel-plugin-proposal-decorators
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-json-modules
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs3
... (truncated)
Commits
cac0ff4
v7.28.2f743094
fix:regeneratorDefine
compatibility with es5 strict mode (#17441)- See full diff in compare view
Updates @babel/types
from 7.28.1 to 7.28.2
Release notes
Sourced from @babel/types
's releases.
v7.28.2 (2025-07-24)
Thanks
@souhailaS
for your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)Committers: 4
- Babel Bot (
@babel-bot
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- SOUHAILA SERBOUT (
@souhailaS
)@liuxingbaoyu
Changelog
Sourced from @babel/types
's changelog.
v7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)
Commits
cac0ff4
v7.28.20a3f717
[babel 7] Makeoperator
param int.tsTypeOperator
optional (#17445)- See full diff in compare view
Updates @cypress/request
from 3.0.8 to 3.0.9
Release notes
Sourced from @cypress/request
's releases.
v3.0.9
3.0.9 (2025-07-24)
Bug Fixes
- update patch version of form-data to address new critical Snyk vulnerability (a2f3199)
Commits
Updates @emnapi/core
from 1.4.4 to 1.4.5
Release notes
Sourced from @emnapi/core
's releases.
v1.4.5
What's Changed
- fix(wasm32-wasip1-threads): process never exit if trap in threads (#156)
Full Changelog: https://github.com/toyobayashi/emnapi/compare/v1.4.4...v1.4.5
Commits
4afb0e7
1.4.5c2ffebf
fix(wasm32-wasip1-threads): process never exit if trap in threads (#156)- See full diff in compare view
Updates @emnapi/runtime
from 1.4.4 to 1.4.5
Release notes
Sourced from @emnapi/runtime
's releases.
v1.4.5
What's Changed
- fix(wasm32-wasip1-threads): process never exit if trap in threads (#156)
Full Changelog: https://github.com/toyobayashi/emnapi/compare/v1.4.4...v1.4.5
Commits
4afb0e7
1.4.5c2ffebf
fix(wasm32-wasip1-threads): process never exit if trap in threads (#156)- See full diff in compare view
Updates @emnapi/wasi-threads
from 1.0.3 to 1.0.4
Commits
4afb0e7
1.4.5c2ffebf
fix(wasm32-wasip1-threads): process never exit if trap in threads (#156)87bb86c
1.4.4- See full diff in compare view
Updates @pkgr/core
from 0.2.7 to 0.2.9
Release notes
Sourced from @pkgr/core
's releases.
@pkgr/core
@0
.2.9republish the 0.2.x version
Full Changelog: https://github.com/un-ts/pkgr/compare/
@pkgr/core
@0.2.7...
@pkgr/core
@0.2.9
Commits
e1420c9
fix: release a new release-0.2 version- See full diff in compare view
Updates axios
from 1.10.0 to 1.11.0
Release notes
Sourced from axios's releases.
Release v1.11.0
Release notes:
Bug Fixes
- form-data npm pakcage (#6970) (e72c193)
- prevent RangeError when using large Buffers (#6961) (a2214ca)
- types: resolve type discrepancies between ESM and CJS TypeScript declaration files (#6956) (8517aa1)
Contributors to this release
Changelog
Sourced from axios's changelog.
1.11.0 (2025-07-22)
Bug Fixes
- form-data npm pakcage (#6970) (e72c193)
- prevent RangeError when using large Buffers (#6961) (a2214ca)
- types: resolve type discrepancies between ESM and CJS TypeScript declaration files (#6956) (8517aa1)
Contributors to this release
Commits
b76c4ac
chore(release): v1.11.0 (#6974)e72c193
fix: form-data npm pakcage (#6970)8517aa1
fix(types): resolve type discrepancies between ESM and CJS TypeScript declara...a2214ca
fix: prevent RangeError when using large Buffers (#6961)6161947
refactor: use spread operator instead of '.apply()' (#6938)a1d16dd
refactor: use an object spread instead of Object.assign (#6939)07183cd
chore(sponsor): update sponsor block (#6952)ef36347
docs(CONTRIBUTING): update docs link for accuracy (#6894)b29bd6a
chore(sponsor): update sponsor block (#6948)a406a93
chore(sponsor): update sponsor block (#6937)- See full diff in compare view
Updates compression
from 1.8.0 to 1.8.1
Release notes
Sourced from compression's releases.
v1.8.1
What's Changed
- fix(docs): update multiple links from http to https by
@Phillip9587
in expressjs/compression#222- ci: add dependabot for github actions by
@bjohansebas
in expressjs/compression#207- build(deps): bump github/codeql-action from 2.23.2 to 3.28.15 by
@dependabot
[bot] in expressjs/compression#228- build(deps): bump ossf/scorecard-action from 2.3.1 to 2.4.1 by
@dependabot
[bot] in expressjs/compression#229- build(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.31.0 by
@dependabot
[bot] in expressjs/compression#230- build(deps-dev): bump supertest from 6.2.3 to 6.3.4 by
@dependabot
[bot] in expressjs/compression#231- [StepSecurity] ci: Harden GitHub Actions by
@step-security-bot
in expressjs/compression#235- build(deps): bump github/codeql-action from 3.28.15 to 3.29.2 by
@dependabot
[bot] in expressjs/compression#243- build(deps): bump actions/upload-artifact from 4.3.1 to 4.6.2 by
@dependabot
[bot] in expressjs/compression#239- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by
@dependabot
[bot] in expressjs/compression#240- build(deps): bump actions/checkout from 4.1.1 to 4.2.2 by
@dependabot
[bot] in expressjs/compression#241- build(deps-dev): bump eslint-plugin-import from 2.31.0 to 2.32.0 by
@dependabot
[bot] in expressjs/compression#244- deps: on-headers@1.1.0 by
@UlisesGascon
in expressjs/compression#246- Release: 1.8.1 by
@UlisesGascon
in expressjs/compression#247New Contributors
@dependabot
[bot] made their first contribution in expressjs/compression#228@step-security-bot
made their first contribution in expressjs/compression#235Full Changelog: https://github.com/expressjs/compression/compare/1.8.0...v1.8.1
Commits
83a0c45
1.8.1ce62713
deps: on-headers@1.1.0 (#246)f4acb23
build(deps-dev): bump eslint-plugin-import from 2.31.0 to 2.32.0 (#244)6eaebe6
build(deps): bump actions/checkout from 4.1.1 to 4.2.2 (#241)37e0623
build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 (#240)bc436b2
build(deps): bump actions/upload-artifact from 4.3.1 to 4.6.2 (#239)2f9f572
build(deps): bump github/codeql-action from 3.28.15 to 3.29.2 (#243)5f13b14
[StepSecurity] ci: Harden GitHub Actions (#235)76e0945
build(deps-dev): bump supertest from 6.2.3 to 6.3.4 (#231)ae6ee80
build(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.31.0 (#230)- Additional commits viewable in compare view
Updates electron-to-chromium
from 1.5.182 to 1.5.191
Commits
Updates fs-monkey
from 1.0.6 to 1.1.0
Commits
08fc2cc
chore(release): 1.1.0 [skip ci]182ea8b
feat: support promises in patchFs (#217)e774439
chore(deps): lock file maintenance (#405)e84b3e9
chore(deps): lock file maintenance (#402)4533d5f
chore(deps): lock file maintenance (#401)b29fd52
chore(deps): lock file maintenance (#400)a16e772
chore(deps): lock file maintenance (#398)77be253
chore(deps): lock file maintenance (#397)69710c7
chore(deps): lock file maintenance (#396)555cd6c
chore(deps): lock file maintenance- Additional commits viewable in compare view
Updates launch-editor
from 2.10.0 to 2.11.0
Commits
Updates napi-postinstall
from 0.3.0 to 0.3.2
Release notes
Sourced from napi-postinstall's releases.
v0.3.2
republish the latest version
Full Changelog: https://github.com/un-ts/napi-postinstall/compare/v0.3.0...v0.3.2
Commits
38b4e95
fix: release a new latest version30d2f0b
docs: incorrect package.json relative path- See full diff in compare view
Updates nwsapi
from 2.2.20 to 2.2.21
Commits
- See full diff in compare view
Updates on-headers
from 1.0.2 to 1.1.0
Release notes
Sourced from on-headers's releases.
1.1.0
Important
What's Changed
- Migrate CI pipeline to GitHub actions by
@carpasse
in jshttp/on-headers#12- fix README.md badges by
@carpasse
in jshttp/on-headers#13- add OSSF scorecard action by
@carpasse
in jshttp/on-headers#14- fix: use
ubuntu-latest
as ci runner by@UlisesGascon
in jshttp/on-headers#19- ci: apply OSSF Scorecard security best practices by
@UlisesGascon
in jshttp/on-headers#20- 👷 add upstream change detection by
@ctcpip
in jshttp/on-headers#31- ✨ add script to update known hashes by
@ctcpip
in jshttp/on-headers#32- 💚 update CI - add newer node versions by
@ctcpip
in jshttp/on-headers#33New Contributors
@carpasse
made their first contribution in jshttp/on-headers#12@UlisesGascon
made their first contribution in jshttp/on-headers#19@ctcpip
made their first contribution in jshttp/on-headers#31Full Changelog: https://github.com/jshttp/on-headers/compare/v1.0.2...v1.1.0
Commits
4b017af
1.1.0b636f2d
♻️ refactor header array code3e2c2d4
✨ ignore falsy header keys, matching node behavior172eb41
✨ support duplicate headersc6e3849
🔒️ fix array handling6893518
💚 update CI - add newer node versions56a345d
✨ add script to update known hashes175ab21
👷 add upstream change detection (#31)ce0b2c8
ci: apply OSSF Scorecard security best practices (#20)1a38c54
fix: useubuntu-latest
as ci runner (#19)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for on-headers since your current version.
Updates synckit
from 0.11.8 to 0.11.11
Release notes
Sourced from synckit's releases.
v0.11.11
Revert "fix(deps): update dependency
@pkgr/core
to ^0.3.0 (un-ts/synckit#249)"Full Changelog: https://github.com/un-ts/synckit/compare/v0.11.10...v0.11.11
v0.11.10
Patch Changes
- #249
173ef5e
Thanks@renovate
! - fix(deps): update dependency@pkgr/core
to ^0.3.0Full Changelog: https://github.com/un-ts/synckit/compare/v0.11.8...v0.11.10
Changelog
Sourced from synckit's changelog.
synckit
0.11.9
Patch Changes
- #249
173ef5e
Thanks@renovate
! - fix(deps): update dependency@pkgr/core
to ^0.3.0
Commits
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
+74
-71
Package Dependencies
Technical Details
ID: | 4248280 |
UUID: | 2701685265 |
Node ID: | PR_kwDONT5-8s6hCHIR |
Host: | GitHub |
Repository: | mrlonis/example-angular-16-app |
Merge State: | Unknown |