android-emulator-container-scripts
android-emulator-container-scripts copied to clipboard
Bump the npm_and_yarn group across 1 directory with 14 updates
Bumps the npm_and_yarn group with 12 updates in the /js directory:
Package | From | To |
---|---|---|
axios | 1.4.0 |
1.6.0 |
@babel/traverse | 7.21.5 |
7.24.7 |
@firebase/util | 0.3.2 |
1.9.6 |
firebase | 7.24.0 |
10.12.2 |
semver | 6.3.0 |
6.3.1 |
ejs | 3.1.9 |
3.1.10 |
express | 4.18.2 |
4.19.2 |
follow-redirects | 1.15.2 |
1.15.6 |
tough-cookie | 4.1.2 |
4.1.4 |
webpack-dev-middleware | 5.3.3 |
5.3.4 |
ws | 7.5.9 |
7.5.10 |
word-wrap | 1.2.3 |
1.2.5 |
Updates axios
from 1.4.0 to 1.6.0
Release notes
Sourced from axios's releases.
Release v1.6.0
Release notes:
Bug Fixes
- CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232)
- dns: fixed lookup function decorator to work properly in node v20; (#6011) (5aaff53)
- types: fix AxiosHeaders types; (#5931) (a1c8ad0)
PRs
- CVE 2023 45857 ( #6028 )
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
Contributors to this release
Release v1.5.1
Release notes:
Bug Fixes
- adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
- formdata: fixed automatic addition of the
Content-Type
header for FormData in non-browser environments; (#5917) (bc9af51)- headers: allow
content-encoding
header to handle case-insensitive values (#5890) (#5892) (4c89f25)- types: removed duplicated code (9e62056)
Contributors to this release
Release v1.5.0
Release notes:
Bug Fixes
- adapter: make adapter loading error more clear by using platform-specific adapters explicitly (#5837) (9a414bb)
- dns: fixed
cacheable-lookup
integration; (#5836) (b3e327d)- headers: added support for setting header names that overlap with class methods; (#5831) (d8b4ca0)
- headers: fixed common Content-Type header merging; (#5832) (8fda276)
Features
... (truncated)
Changelog
Sourced from axios's changelog.
1.6.0 (2023-10-26)
Bug Fixes
- CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232)
- dns: fixed lookup function decorator to work properly in node v20; (#6011) (5aaff53)
- types: fix AxiosHeaders types; (#5931) (a1c8ad0)
PRs
- CVE 2023 45857 ( #6028 )
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
Contributors to this release
1.5.1 (2023-09-26)
Bug Fixes
- adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
- formdata: fixed automatic addition of the
Content-Type
header for FormData in non-browser environments; (#5917) (bc9af51)- headers: allow
content-encoding
header to handle case-insensitive values (#5890) (#5892) (4c89f25)- types: removed duplicated code (9e62056)
Contributors to this release
PRs
- CVE 2023 45857 ( #6028 )
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
1.5.0 (2023-08-26)
... (truncated)
Commits
f7adacd
chore(release): v1.6.0 (#6031)9917e67
chore(ci): fix release-it arg; (#6032)96ee232
fix(CSRF): fixed CSRF vulnerability CVE-2023-45857 (#6028)7d45ab2
chore(tests): fixed tests to pass in node v19 and v20 withkeep-alive
enabl...5aaff53
fix(dns): fixed lookup function decorator to work properly in node v20; (#6011)a48a63a
chore(docs): added AxiosHeaders docs; (#5932)a1c8ad0
fix(types): fix AxiosHeaders types; (#5931)2ac731d
chore(docs): update readme.md (#5889)88fb52b
chore(release): v1.5.1 (#5920)e410779
fix(adapters): improved adapters loading logic to have clear error messages; ...- Additional commits viewable in compare view
Updates @babel/traverse
from 7.21.5 to 7.24.7
Release notes
Sourced from @babel/traverse
's releases.
v7.24.7 (2024-06-05)
:bug: Bug Fix
babel-node
- #16554 Allow extra flags in babel-node (
@nicolo-ribaudo
)babel-traverse
- #16522 fix: incorrect
constantViolations
with destructuring (@liuxingbaoyu
)babel-helper-transform-fixture-test-runner
,babel-plugin-proposal-explicit-resource-management
- #16524 fix: Transform
using
inswitch
correctly (@liuxingbaoyu
):house: Internal
babel-helpers
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #16525 Delete unused array helpers (
@blakewilson
)Committers: 7
- Amjad Yahia Robeen Hassan (
@amjed-98
)- Babel Bot (
@babel-bot
)- Blake Wilson (
@blakewilson
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- Sukka (
@SukkaW
)@liuxingbaoyu
v7.24.6 (2024-05-24)
Thanks
@amjed-98
,@blakewilson
,@coelhucas
, and@SukkaW
for your first PRs!:bug: Bug Fix
babel-helper-create-class-features-plugin
,babel-plugin-transform-class-properties
- #16514 Fix source maps for private member expressions (
@nicolo-ribaudo
)babel-core
,babel-generator
,babel-plugin-transform-modules-commonjs
- #16515 Fix source maps for template literals (
@nicolo-ribaudo
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
babel-helpers
,babel-plugin-proposal-decorators
,babel-runtime-corejs3
babel-parser
,babel-plugin-transform-typescript
- #16476 fix: Correctly parse
cls.fn<C> = x
(@liuxingbaoyu
):house: Internal
babel-core
,babel-helpers
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #16501 Generate helper metadata at build time (
@nicolo-ribaudo
)babel-helpers
- #16499 Add
tsconfig.json
for@babel/helpers/src/helpers
(@nicolo-ribaudo
)babel-cli
,babel-helpers
,babel-plugin-external-helpers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #16495 Move all runtime helpers to individual files (
@nicolo-ribaudo
)babel-parser
,babel-traverse
- #16482 Statically generate boilerplate for bitfield accessors (
@nicolo-ribaudo
)- Other
... (truncated)
Changelog
Sourced from @babel/traverse
's changelog.
v7.24.7 (2024-06-05)
:bug: Bug Fix
babel-node
- #16554 Allow extra flags in babel-node (
@nicolo-ribaudo
)babel-traverse
- #16522 fix: incorrect
constantViolations
with destructuring (@liuxingbaoyu
)babel-helper-transform-fixture-test-runner
,babel-plugin-proposal-explicit-resource-management
- #16524 fix: Transform
using
inswitch
correctly (@liuxingbaoyu
):house: Internal
babel-helpers
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #16525 Delete unused array helpers (
@blakewilson
)v7.24.6 (2024-05-24)
:bug: Bug Fix
babel-helper-create-class-features-plugin
,babel-plugin-transform-class-properties
- #16514 Fix source maps for private member expressions (
@nicolo-ribaudo
)babel-core
,babel-generator
,babel-plugin-transform-modules-commonjs
- #16515 Fix source maps for template literals (
@nicolo-ribaudo
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
babel-helpers
,babel-plugin-proposal-decorators
,babel-runtime-corejs3
babel-parser
,babel-plugin-transform-typescript
- #16476 fix: Correctly parse
cls.fn<C> = x
(@liuxingbaoyu
):house: Internal
babel-core
,babel-helpers
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #16501 Generate helper metadata at build time (
@nicolo-ribaudo
)babel-helpers
- #16499 Add
tsconfig.json
for@babel/helpers/src/helpers
(@nicolo-ribaudo
)babel-cli
,babel-helpers
,babel-plugin-external-helpers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #16495 Move all runtime helpers to individual files (
@nicolo-ribaudo
)babel-parser
,babel-traverse
- #16482 Statically generate boilerplate for bitfield accessors (
@nicolo-ribaudo
)- Other
v7.24.5 (2024-04-29)
:bug: Bug Fix
babel-plugin-transform-classes
,babel-traverse
- #16377 fix: TypeScript annotation affects output (
@liuxingbaoyu
)babel-helpers
,babel-plugin-proposal-explicit-resource-management
,babel-runtime-corejs3
:nail_care: Polish
babel-parser
... (truncated)
Commits
bf1e9a3
v7.24.74463aa5
fix: incorrectconstantViolations
with destructuring (#16522)07bd000
ImprovegetBindingIdentifiers
(#16544)17a5502
[Babel 8] Removeextra.shorthand
(#16521)7934963
Usetype: module
in allpackage.json
s (#16535)9630250
v7.24.61f010df
Explicitly defineNodePath.prototype.*
(#16488)6e3539b
[babel 8] Publish.d.ts
files for every package (#16416)e37e64d
Use eslint v9 (#16479)3ff20b9
Statically generate boilerplate for bitfield accessors (#16482)- Additional commits viewable in compare view
Updates @firebase/util
from 0.3.2 to 1.9.6
Changelog
Sourced from @firebase/util
's changelog.
1.9.6
Patch Changes
1.9.5
Patch Changes
1.9.4
Patch Changes
1.9.3
Patch Changes
c59f537b1
#7019 - Modify base64 decoding logic to throw on invalid input, rather than silently truncating it.1.9.2
Patch Changes
d071bd1ac
#7007 (fixes #7005) - Move exports.default fields to always be the last field. This fixes a bug caused in 9.17.0 that prevented some bundlers and frameworks from building.1.9.1
Patch Changes
1.9.0
Minor Changes
06dc1364d
#6901 - Allow users to specify their environment asnode
orbrowser
to override Firebase's runtime environment detection and force the SDK to act as if it were in the respective environment.Patch Changes
d4114a4f7
#6874 (fixes #6838) - Reformat a comment that causes compile errors in some build toolchains.1.8.0
Minor Changes
... (truncated)
Commits
8fb372a
Version Packages (#8236)13762a4
Version Packages (#8101)0c51501
Run npm pkg fix on all packages (#8079)9fa0e9f
Version Packages (#7995)434f841
Fix isSafari() throwing on React Native (fixes #7962) (#7963)ebc694a
Comment changes for OSS (#7778)2be12d7
[CI] update chrome install steps for Auth builds. (#7602)2e7e548
Version Packages (#7069)c59f537
Improve decodeBase64() to throw on invalid input rather than silently accept ...3d605f8
Version Packages (#7008)- Additional commits viewable in compare view
Updates firebase
from 7.24.0 to 10.12.2
Release notes
Sourced from firebase's releases.
[email protected]
For more detailed release notes, see Firebase JavaScript SDK Release Notes.
What's Changed
@firebase/app
@0
.10.5Patch Changes
- Update SDK_VERSION.
@firebase/app-compat
@0
.2.35Patch Changes
- Updated dependencies []:
@firebase/app
@0
.10.5
@firebase/auth
@1
.7.4Patch Changes
@firebase/auth-compat
@0
.5.9Patch Changes
[email protected]
Patch Changes
- Updated dependencies [
3883133c3
,0af23e02e
]:@firebase/app
@0
.10.5@firebase/vertexai-preview
@0
.0.2@firebase/auth
@1
.7.4@firebase/app-compat
@0
.2.35@firebase/auth-compat
@0
.5.9
@firebase/vertexai-preview
@0
.0.2Patch Changes
3883133c3
#8256 - Changetypes
paths to point to rolled-up publicd.ts
files. This fixes some TypeScript compiler errors users are seeing.[email protected]
For more detailed release notes, see Firebase JavaScript SDK Release Notes.
... (truncated)
Commits
d92d01e
Version Packages (#8264)a8bdda6
Merge master into release52d6266
Add vertex preview token to canary deploy workflow. (#8262)0af23e0
Generate dts rollups for auth webextension and cordova (#8251)370b6c8
Add toc (#8257)aa060a7
More robust clean up after unexpected docgen process exits. (#8260)3883133
Fix typings issue (#8256)7381f21
Version Packages (#8254)ff65c13
Merge master into release43a8d99
Add job to create a GitHub release (#8248)- Additional commits viewable in compare view
Updates @grpc/grpc-js
from 1.8.14 to 1.9.15
Release notes
Sourced from @grpc/grpc-js
's releases.
@grpc/grpc-js
1.9.15
- Avoid buffering significantly more than
grpc.max_receive_message_size
per received message.
@grpc/grpc-js
1.9.14
- Fix a bug that could rarely cause connection leaks (#2644)
- Fix a bug that could cause clients to go IDLE incorrectly some time after calling
waitForReady
(#2643)
@grpc/grpc-js
1.9.13
- Fix a bug that could cause the Node process to close early when establishing a connection while a request is pending (#2626)
@grpc/grpc-js
1.9.12
- Fix a bug that could cause connectivity state information to become stale in some circumstances (#2623)
@grpc/grpc-js
1.9.11
- Fix a busy loop when recovering from a failure to establish a connection to a unix domain socket address target (#2618)
- Fix a bug that caused clients to stop trying to connect to a fixed IP address target after a working connection drops (#2619)
@grpc/grpc-js
1.9.10
- Provide the correct port to the proxy when connecting to a target without an explicitly specified port (#2608 contributed by
@segevfiner
)- Properly handle goaway events with no additional data attached (#2611)
@grpc/grpc-js
1.9.9
- Fix a busy loop when recovering from a failure to establish a connection to a fixed IP address target (#2609)
@grpc/grpc-js
1.9.8
- Fix a memory leak caused by creating and closing multiple clients (#2606)
@grpc/grpc-js
1.9.7
- Fix a bug that could cause a client to not update name resolution after multiple failed connection attempts (#2602)
@grpc/grpc-js
1.9.6
- Include more information in most "No connection established" errors (#2598)
- Remove the
index
tracer, and add more information to other trace logs (#2599)
@grpc/grpc-js
1.9.5
- Fix a type inconsistency in
server-call.ts
(#2589 contributed by@rsnullptr
)- Close ports if the server is shut down while the bind operation is ongoing (#2590)
@grpc/grpc-js
1.9.4
- Fix a bug that could cause a client to sometimes incorrectly hold the process open when no longer in use (#2586)
@grpc/grpc-js
1.9.3
- Make a few improvements to DNS resolving timing (#2571)
Experimental changes:
- Added
grpc.experimental.BackoffTimeout#getEndTime
@grpc/grpc-js
1.9.2
- Handle error when sending keepalive pings (#2563)
... (truncated)
Commits
08b0422
Merge pull request from GHSA-7v5v-9h63-cj86c75e048
grpc-js: Bump to 1.9.15d5d62b4
grpc-js: Avoid buffering significantly more than max_receive_message_size per...02d0344
Merge pull request #2741 from sergiitk/backport-1.9-psm-interop-common-prod-t...cf14020
Merge pull request #2729 from sergiitk/psm-interop-common-prod-testsda44229
Merge pull request #2738 from murgatroid99/backport-1.9-grpc-js_linkify-it_fix5ae7c8c
Merge pull request #2735 from murgatroid99/grpc-js_linkify-it_fixeed21ba
Merge pull request #2714 from sergiitk/backport-1.9-psm-interop-pkg-dev63763a4
Merge pull request #2712 from sergiitk/psm-interop-pkg-dev5be83dd
Merge pull request #2643 from murgatroid99/grpc-js_idle_timer_fix- Additional commits viewable in compare view
Updates protobufjs
from 6.11.3 to 7.3.2
Release notes
Sourced from protobufjs's releases.
protobufjs: v7.3.2
7.3.2 (2024-06-12)
Bug Fixes
- docs: Update readme to correct command for creating types (#1939) (0f9d477)
- Also fixes an issue with 7.3.1, where the dist/ folder containing the build artifacts was missing on npm.
protobufjs: v7.3.1
7.3.1 (2024-06-05)
Bug Fixes
protobufjs: v7.3.0
7.3.0 (2024-05-10)
Features
protobufjs: v7.2.6
7.2.6 (2024-01-16)
Bug Fixes
protobufjs: v7.2.5
7.2.5 (2023-08-21)
Bug Fixes
- crash in comment parsing (#1890) (eaf9f0a)
- deprecation warning for new Buffer (#1905) (e93286e)
- possible infinite loop when parsing option (#1923) (f2a8620)
protobufjs: v7.2.4
7.2.4 (2023-06-23)
Bug Fixes
... (truncated)
Changelog
Sourced from protobufjs's changelog.
7.3.2 (2024-06-12)
Bug Fixes
7.3.1 (2024-06-05)
Bug Fixes
7.3.0 (2024-05-10)
Features
7.2.6 (2024-01-16)
Bug Fixes
7.2.5 (2023-08-21)
Bug Fixes
- crash in comment parsing (#1890) (eaf9f0a)
- deprecation warning for new Buffer (#1905) (e93286e)
- possible infinite loop when parsing option (#1923) (f2a8620)
7.2.4 (2023-06-23)
Bug Fixes
7.2.3 (2023-03-27)
Bug Fixes
... (truncated)
Commits
0a0cdb6
chore: release master (#2005)0f9d477
fix(docs): Update readme to correct command for creating types (#1939)a71ef76
chore: release master (#2002)d1d2c0c
fix(types): reserved field in IType can contain reserved names (#2001)11393ea
chore: Renovate README.md (#1995)722b635
chore: release master (#1991)2d58011
feat: add handling for extension range options (#1990)2f846fe
chore: release master (#1962)af3ff83
fix: report missing import properly in loadSync (#1960)4436cc7
chore: release master (#1925)- Additional commits viewable in compare view
Updates semver
from 6.3.0 to 6.3.1
Release notes
Sourced from semver's releases.
v6.3.1
6.3.1 (2023-07-10)
Bug Fixes
928e56d
#591 better handling of whitespace (#591) (@lukekarrys
,@joaomoreno
,@nicolo-ribaudo
)
Changelog
Sourced from semver's changelog.
6.3.1 (2023-07-10)
Bug Fixes
928e56d
#591 better handling of whitespace (#591) (@lukekarrys
,@joaomoreno
,@nicolo-ribaudo
)6.2.0
- Coerce numbers to strings when passed to semver.coerce()
- Add
rtl
option to coerce from right to left6.1.3
- Handle X-ranges properly in includePrerelease mode
6.1.2
- Do not throw when testing invalid version strings
6.1.1
- Add options support for semver.coerce()
- Handle undefined version passed to Range.test
6.1.0
- Add semver.compareBuild function
- Support
*
in semver.intersects6.0
Fix
intersects
logic.This is technically a bug fix, but since it is also a change to behavior that may require users updating their code, it is marked as a major version increment.
5.7
- Add
minVersion
method5.6
- Move boolean
loose
param to an options object, with backwards-compatibility protection.- Add ability to opt out of special prerelease version handling with the
includePrerelease
option flag.5.5
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by lukekarrys, a new releaser for semver since your current version.
Updates ejs
from 3.1.9 to 3.1.10
Commits
d3f807d
Version 3.1.109ee26dd
Mocha TDDe469741
Basic pollution protection715e950
Merge pull request #756 from Jeffrey-mu/maincabe314
Include advanced usage examples29b076c
Added header11503c7
Merge branch 'main' of github.com:mde/ejs into main7690404
Added security banner to READMEf47d7ae
Update SECURITY.md828cea1
Update SECURITY.md- Additional commits viewable in compare view
Updates express
from 4.18.2 to 4.19.2
Release notes
Sourced from express's releases.
4.19.2
What's Changed
Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2
4.19.1
What's Changed
- Fix ci after location patch by
@wesleytodd
in expressjs/express#5552- fixed un-edited version in history.md for 4.19.0 by
@wesleytodd
in expressjs/express#5556Full Changelog: Description%20has%20been%20truncated
%0A" rel="nofollow" target="_blank" >