Closed dependabot[bot] closed 2 weeks ago
Bumps the all-deps group with 18 updates in the / directory:
1.7.4
1.7.7
7.24.3
7.25.2
7.25.4
7.24.1
7.24.7
2.3.10
3.0.3
25.0.7
28.0.0
15.2.3
15.3.0
29.5.12
29.5.13
20.12.2
22.7.4
7.4.0
8.8.0
8.57.0
9.11.1
5.1.3
5.2.1
3.2.5
3.3.3
5.0.5
6.0.1
4.13.2
4.23.0
29.1.2
29.2.5
5.4.3
5.6.2
Updates axios from 1.7.4 to 1.7.7
axios
Sourced from axios's releases.
Release v1.7.7 Release notes: Bug Fixes fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085) http: fixed support for IPv6 literal strings in url (#5731) (364993f) Contributors to this release Rishi556 Dmitriy Mozgovoy Release v1.7.6 Release notes: Bug Fixes fetch: fix content length calculation for FormData payload; (#6524) (085f568) fetch: optimize signals composing logic; (#6582) (df9889b) Contributors to this release Dmitriy Mozgovoy Jacques Germishuys kuroino721 Release v1.7.5 Release notes: Bug Fixes adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707) core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a) core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b) fetch: fix credentials handling in Cloudflare workers (#6533) (550d885) Contributors to this release Dmitriy Mozgovoy Antonin Bas Hans Otto Wirtz
ReferenceError: navigator is not defined
Sourced from axios's changelog.
1.7.7 (2024-08-31) Bug Fixes fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085) http: fixed support for IPv6 literal strings in url (#5731) (364993f) Contributors to this release Rishi556 Dmitriy Mozgovoy 1.7.6 (2024-08-30) Bug Fixes fetch: fix content length calculation for FormData payload; (#6524) (085f568) fetch: optimize signals composing logic; (#6582) (df9889b) Contributors to this release Dmitriy Mozgovoy Jacques Germishuys kuroino721 1.7.5 (2024-08-23) Bug Fixes adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707) core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a) core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b) fetch: fix credentials handling in Cloudflare workers (#6533) (550d885) Contributors to this release Dmitriy Mozgovoy Antonin Bas Hans Otto Wirtz
5b8a826
364993f
d198085
d584fcf
bc03c6c
df9889b
ee208cf
085f568
59cd6b0
6700a8a
Updates @babel/core from 7.24.3 to 7.25.2
@babel/core
Sourced from @babel/core's releases.
@babel/core
v7.25.2 (2024-07-30) :bug: Bug Fix babel-core, babel-traverse #16695 Ensure that requeueComputedKeyAndDecorators is available (@nicolo-ribaudo) Committers: 2 Huáng Jùnliàng (@JLHwung) Nicolò Ribaudo (@nicolo-ribaudo) v7.25.1 (2024-07-28) :bug: Bug Fix babel-plugin-transform-function-name #16683 fix: ensureFunctionName may be undefined (@liuxingbaoyu) babel-plugin-transform-react-constant-elements #16582 fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (@keiseiTi) babel-traverse #16587 fix: fixed issue16583 + test (@nerodesu017) :house: Internal #16663 Test eslint plugin against eslint 9 (@JLHwung) Committers: 4 Adrian (@nerodesu017) Huáng Jùnliàng (@JLHwung) @keiseiTi @liuxingbaoyu v7.25.0 (2024-07-26) Thanks @davidtaylorhq and @slatereax for your first PR! You can find the release blog post with some highlights at https://babeljs.io/blog/2024/07/26/7.25.0. :eyeglasses: Spec Compliance babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3 #16537 await using normative updates (@JLHwung) babel-plugin-transform-typescript #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (@liuxingbaoyu) :rocket: New Feature babel-helper-create-class-features-plugin, babel-helper-function-name, babel-helper-plugin-utils, babel-helper-wrap-function, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-preset-env, babel-traverse, babel-types #16658 Move ensureFunctionName to NodePath.prototype (@nicolo-ribaudo) babel-helper-hoist-variables, babel-helper-plugin-utils, babel-plugin-proposal-async-do-expressions, babel-plugin-transform-modules-systemjs, babel-traverse #16644 Move hoistVariables to Scope.prototype (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-split-export-declaration, babel-plugin-transform-classes, babel-traverse, babel-types #16645 Move splitExportDeclaration to NodePath.prototype (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-helper-environment-visitor, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-transform-async-generator-functions, babel-plugin-transform-classes, babel-traverse #16649 Move environment-visitor helper into @babel/traverse (@nicolo-ribaudo)
babel-core
babel-traverse
requeueComputedKeyAndDecorators
@nicolo-ribaudo
@JLHwung
babel-plugin-transform-function-name
ensureFunctionName
@liuxingbaoyu
babel-plugin-transform-react-constant-elements
@keiseiTi
@nerodesu017
Thanks @davidtaylorhq and @slatereax for your first PR!
@davidtaylorhq
@slatereax
You can find the release blog post with some highlights at https://babeljs.io/blog/2024/07/26/7.25.0.
babel-helpers
babel-plugin-proposal-explicit-resource-management
babel-runtime-corejs3
await using
babel-plugin-transform-typescript
babel-helper-create-class-features-plugin
babel-helper-function-name
babel-helper-plugin-utils
babel-helper-wrap-function
babel-plugin-bugfix-safari-class-field-initializer-scope
babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression
babel-plugin-transform-classes
babel-preset-env
babel-types
NodePath.prototype
babel-helper-hoist-variables
babel-plugin-proposal-async-do-expressions
babel-plugin-transform-modules-systemjs
hoistVariables
Scope.prototype
babel-helper-module-transforms
babel-helper-split-export-declaration
splitExportDeclaration
babel-helper-environment-visitor
babel-helper-remap-async-to-generator
babel-helper-replace-supers
babel-plugin-bugfix-firefox-class-in-computed-class-key
babel-plugin-bugfix-v8-static-class-fields-redefine-readonly
babel-plugin-transform-async-generator-functions
environment-visitor
@babel/traverse
... (truncated)
Sourced from @babel/core's changelog.
v7.25.2 (2024-07-30) :bug: Bug Fix babel-core, babel-traverse #16695 Ensure that requeueComputedKeyAndDecorators is available (@nicolo-ribaudo) v7.25.1 (2024-07-28) :bug: Bug Fix babel-plugin-transform-function-name #16683 fix: ensureFunctionName may be undefined (@liuxingbaoyu) babel-plugin-transform-react-constant-elements #16582 fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (@keiseiTi) babel-traverse #16587 fix: fixed issue16583 + test (@nerodesu017) :house: Internal #16663 Test eslint plugin against eslint 9 (@JLHwung) v7.25.0 (2024-07-26) :eyeglasses: Spec Compliance babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3 #16537 await using normative updates (@JLHwung) babel-plugin-transform-typescript #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (@liuxingbaoyu) :rocket: New Feature babel-helper-create-class-features-plugin, babel-helper-function-name, babel-helper-plugin-utils, babel-helper-wrap-function, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-preset-env, babel-traverse, babel-types #16658 Move ensureFunctionName to NodePath.prototype (@nicolo-ribaudo) babel-helper-hoist-variables, babel-helper-plugin-utils, babel-plugin-proposal-async-do-expressions, babel-plugin-transform-modules-systemjs, babel-traverse #16644 Move hoistVariables to Scope.prototype (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-split-export-declaration, babel-plugin-transform-classes, babel-traverse, babel-types #16645 Move splitExportDeclaration to NodePath.prototype (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-helper-environment-visitor, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-transform-async-generator-functions, babel-plugin-transform-classes, babel-traverse #16649 Move environment-visitor helper into @babel/traverse (@nicolo-ribaudo) babel-core, babel-parser #16480 Expose wether a module has TLA or not as .extra.async (@nicolo-ribaudo) babel-compat-data, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-preset-env #16569 Introduce bugfix-safari-class-field-initializer-scope (@davidtaylorhq) babel-plugin-transform-block-scoping, babel-traverse, babel-types #16551 Add NodePath#getAssignmentIdentifiers (@JLHwung) babel-helper-import-to-platform-api, babel-plugin-proposal-json-modules #16579 Add uncheckedRequire option for JSON imports to CJS (@nicolo-ribaudo) babel-helper-transform-fixture-test-runner, babel-node #16642 Allow using custom config in babel-node --eval (@slatereax) babel-compat-data, babel-helper-create-regexp-features-plugin, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-preset-env, babel-standalone #16445 Add duplicate-named-capturing-groups-regex to preset-env (@JLHwung) :bug: Bug Fix babel-generator #16678 Print parens around as expressions on the LHS (@nicolo-ribaudo)
babel-parser
.extra.async
babel-compat-data
bugfix-safari-class-field-initializer-scope
babel-plugin-transform-block-scoping
NodePath#getAssignmentIdentifiers
babel-helper-import-to-platform-api
babel-plugin-proposal-json-modules
uncheckedRequire
babel-helper-transform-fixture-test-runner
babel-node
babel-node --eval
babel-helper-create-regexp-features-plugin
babel-plugin-proposal-duplicate-named-capturing-groups-regex
babel-plugin-transform-duplicate-named-capturing-groups-regex
babel-standalone
duplicate-named-capturing-groups-regex
preset-env
babel-generator
0f8f408
6a15d7a
9f7e29a
2413d1a
5dc3b44
30aa644
7d923b8
require()
@babel/standalone
889c58f
1f5af44
683c654
Updates @babel/preset-env from 7.24.3 to 7.25.4
@babel/preset-env
Sourced from @babel/preset-env's releases.
@babel/preset-env
v7.25.4 (2024-08-22) :bug: Bug Fix babel-traverse #16756 fix: Skip computed key when renaming (@liuxingbaoyu) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16755 fix: Decorator 2018-09 may throw an exception (@liuxingbaoyu) babel-types #16710 Visit AST fields nodes according to their syntactical order (@nicolo-ribaudo) babel-generator #16709 Print semicolon after TS export namespace as A (@nicolo-ribaudo) :nail_care: Polish babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-runtime-corejs2, babel-runtime, babel-traverse #16722 Avoid unnecessary parens around sequence expressions (@nicolo-ribaudo) babel-generator, babel-plugin-transform-class-properties #16714 Avoid unnecessary parens around exported arrow functions (@nicolo-ribaudo) babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-object-rest-spread #16712 Avoid printing unnecessary parens around object destructuring (@nicolo-ribaudo) :microscope: Output optimization babel-generator #16740 Avoid extra spaces between comments/regexps in compact mode (@nicolo-ribaudo) Committers: 4 Babel Bot (@babel-bot) Huáng Jùnliàng (@JLHwung) Nicolò Ribaudo (@nicolo-ribaudo) @liuxingbaoyu v7.25.3 (2024-07-31) :bug: Bug Fix babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-traverse #16699 Avoid validating visitors produced by traverse.visitors.merge (@nicolo-ribaudo) :house: Internal babel-parser #16688 Add @babel/types as a dependency of @babel/parser (@nicolo-ribaudo) Committers: 2 Huáng Jùnliàng (@JLHwung) Nicolò Ribaudo (@nicolo-ribaudo) v7.25.2 (2024-07-30) :bug: Bug Fix babel-core, babel-traverse #16695 Ensure that requeueComputedKeyAndDecorators is available (@nicolo-ribaudo)
babel-plugin-proposal-decorators
export namespace as A
babel-plugin-proposal-destructuring-private
babel-plugin-proposal-pipeline-operator
babel-plugin-transform-class-properties
babel-plugin-transform-destructuring
babel-plugin-transform-optional-chaining
babel-plugin-transform-private-methods
babel-plugin-transform-private-property-in-object
babel-runtime-corejs2
babel-runtime
babel-plugin-transform-object-rest-spread
@babel-bot
traverse.visitors.merge
@babel/types
@babel/parser
Sourced from @babel/preset-env's changelog.
v7.25.4 (2024-08-22) :bug: Bug Fix babel-traverse #16756 fix: Skip computed key when renaming (@liuxingbaoyu) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16755 fix: Decorator 2018-09 may throw an exception (@liuxingbaoyu) babel-types #16710 Visit AST fields nodes according to their syntactical order (@nicolo-ribaudo) babel-generator #16709 Print semicolon after TS export namespace as A (@nicolo-ribaudo) :nail_care: Polish babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-runtime-corejs2, babel-runtime, babel-traverse #16722 Avoid unnecessary parens around sequence expressions (@nicolo-ribaudo) babel-generator, babel-plugin-transform-class-properties #16714 Avoid unnecessary parens around exported arrow functions (@nicolo-ribaudo) babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-object-rest-spread #16712 Avoid printing unnecessary parens around object destructuring (@nicolo-ribaudo) :microscope: Output optimization babel-generator #16740 Avoid extra spaces between comments/regexps in compact mode (@nicolo-ribaudo) v7.25.3 (2024-07-31) :bug: Bug Fix babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-traverse #16699 Avoid validating visitors produced by traverse.visitors.merge (@nicolo-ribaudo) :house: Internal babel-parser #16688 Add @babel/types as a dependency of @babel/parser (@nicolo-ribaudo) v7.25.2 (2024-07-30) :bug: Bug Fix babel-core, babel-traverse #16695 Ensure that requeueComputedKeyAndDecorators is available (@nicolo-ribaudo) v7.25.1 (2024-07-28) :bug: Bug Fix babel-plugin-transform-function-name #16683 fix: ensureFunctionName may be undefined (@liuxingbaoyu) babel-plugin-transform-react-constant-elements #16582 fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (@keiseiTi) babel-traverse #16587 fix: fixed issue16583 + test (@nerodesu017) :house: Internal #16663 Test eslint plugin against eslint 9 (@JLHwung) v7.25.0 (2024-07-26)
cbf124c
b38b027
55dfde8
babel-plugin-polyfill-corejs3
dba45d3
devDependencies
tsconfig.json
787c7cd
a0c8871
0b2cc25
d2e3ee2
Updates @babel/preset-typescript from 7.24.1 to 7.24.7
@babel/preset-typescript
Sourced from @babel/preset-typescript's releases.
@babel/preset-typescript
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 in switch 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 #16485 Support undecorated static accessor in anonymous classes (@JLHwung) #16484 Fix decorator bare yield await (@JLHwung) babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3 #16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung) 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
constantViolations
using
switch
@blakewilson
@amjed-98
@SukkaW
Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!
@coelhucas
babel-plugin-transform-modules-commonjs
cls.fn<C> = x
babel-plugin-transform-runtime
@babel/helpers/src/helpers
babel-cli
babel-plugin-external-helpers
Sourced from @babel/preset-typescript's changelog.
v7.24.10 (2024-07-16) :bug: Bug Fix babel-generator #16648 Fix parens detection for object&function in as/satisfies (@nicolo-ribaudo) v7.24.9 (2024-07-15) :bug: Bug Fix babel-core, babel-standalone #16639 Avoid require() call in @babel/standalone bundle (@nicolo-ribaudo) babel-types #16638 fix: provide legacy typings for TS < 4.1 (@JLHwung) :nail_care: Polish babel-generator, babel-plugin-transform-optional-chaining #16617 Avoid extra parens in TS as/satisfies (@nicolo-ribaudo) :house: Internal babel-helper-module-transforms #16629 Lazy top-level initializations for module transforms (@guybedford) v7.24.8 (2024-07-11) :eyeglasses: Spec Compliance babel-parser #16567 Do not use strict mode in TS declare (@liuxingbaoyu) :bug: Bug Fix babel-generator #16630 Correctly print parens around in in for heads (@nicolo-ribaudo) #16626 Fix printing of comments in await using (@nicolo-ribaudo) #16591 fix typescript code generation for yield expression inside type expre… (@SreeXD) babel-parser #16613 Disallow destructuring assignment in using declarations (@H0onnn) #16490 fix: do not add .value: undefined to regexp literals (@liuxingbaoyu) babel-types #16615 Remove boolean props from ObjectTypeInternalSlot visitor keys (@nicolo-ribaudo) babel-plugin-transform-typescript #16566 fix: Correctly handle export import x = (@liuxingbaoyu) :nail_care: Polish babel-generator #16625 Avoid unnecessary parens around async in for await (@nicolo-ribaudo) babel-traverse #16619 Avoid checking Scope.globals multiple times (@liuxingbaoyu) v7.24.7 (2024-06-05) :bug: Bug Fix babel-node #16554 Allow extra flags in babel-node (@nicolo-ribaudo) babel-traverse
as
satisfies
@guybedford
declare
in
for
@SreeXD
@H0onnn
.value: undefined
ObjectTypeInternalSlot
export import x =
async
for await
Scope.globals
bf1e9a3
90fdd7e
7934963
type: module
package.json
9630250
6e3539b
.d.ts
71c247a
^18.20.0 || ^20.10.0 || >=21.0.0
ee48754
Updates @edge-runtime/jest-environment from 2.3.10 to 3.0.3
@edge-runtime/jest-environment
Sourced from @edge-runtime/jest-environment's releases.
@edge-runtime/jest-environment
@edge-runtime/jest-environment@3.0.3 Patch Changes Updated dependencies [44aaa5706fb45df468d72531e27930552e882701]: @edge-runtime/vm@4.0.3 @edge-runtime/jest-environment@3.0.2 Patch Changes Updated dependencies []: @edge-runtime/vm@4.0.2 @edge-runtime/jest-environment@3.0.1 Patch Changes Updated dependencies []: @edge-runtime/vm@4.0.1 @edge-runtime/jest-environment@3.0.0 Major Changes use MIT license (#909) Patch Changes Updated dependencies [892741faf806d5f5a201331fe31e8f26a4816ac6]: @edge-runtime/vm@4.0.0
@3
44aaa5706fb45df468d72531e27930552e882701
@edge-runtime/vm
@4
892741faf806d5f5a201331fe31e8f26a4816ac6
Sourced from @edge-runtime/jest-environment's changelog.
3.0.3 Patch Changes Updated dependencies [44aaa5706fb45df468d72531e27930552e882701]: @edge-runtime/vm@4.0.3 3.0.2 Patch Changes Updated dependencies []: @edge-runtime/vm@4.0.2 3.0.1 Patch Changes Updated dependencies []: @edge-runtime/vm@4.0.1 3.0.0 Major Changes use MIT license (#909) Patch Changes Updated dependencies [892741faf806d5f5a201331fe31e8f26a4816ac6]: @edge-runtime/vm@4.0.0
53754e6
8b52174
ff65805
e7b7bdd
79b31d4
Updates @rollup/plugin-commonjs from 25.0.7 to 28.0.0
@rollup/plugin-commonjs
Sourced from @rollup/plugin-commonjs's changelog.
@rollup/plugin-commonjs
v28.0.0 2024-09-23 Breaking Changes chore: switch to fdir for fewer dependencies (#1741) v27.0.0 2024-09-23 Breaking Changes feat!: default strictRequires to true (#1639) fix!: replace top-level this with exports name (#1618) v26.0.3 2024-09-23 Updates chore: revert #1618 (e98927b) v26.0.1 2024-06-05 Bugfixes fix: correct import of glob (04a15b5) v26.0.0 2024-06-05 Breaking Changes chore!: bump glob's version (#1695) v25.0.8 2024-05-22 Bugfixes fix: preserve the class body property keys even if they are special keywords (#1688)
2024-09-23
2024-06-05
2024-05-22
0af45c2
c2a05eb
b6fa3b1
8f02987
274b72c
e2a7195
e98927b
1e73857
2fdd077
8550c4b
Updates @rollup/plugin-node-resolve from 15.2.3 to 15.3.0
@rollup/plugin-node-resolve
Sourced from @rollup/plugin-node-resolve's changelog.
@rollup/plugin-node-resolve
v15.3.0 2024-09-23 Features feat: allow preferBuiltins to be a function (#1694) ... _Description has been truncated_
Superseded by #405.
Bumps the all-deps group with 18 updates in the / directory:
1.7.4
1.7.7
7.24.3
7.25.2
7.24.3
7.25.4
7.24.1
7.24.7
2.3.10
3.0.3
25.0.7
28.0.0
15.2.3
15.3.0
29.5.12
29.5.13
20.12.2
22.7.4
7.4.0
8.8.0
7.4.0
8.8.0
8.57.0
9.11.1
5.1.3
5.2.1
3.2.5
3.3.3
5.0.5
6.0.1
4.13.2
4.23.0
29.1.2
29.2.5
5.4.3
5.6.2
Updates
axios
from 1.7.4 to 1.7.7Release notes
Sourced from axios's releases.
Changelog
Sourced from axios's changelog.
Commits
5b8a826
chore(release): v1.7.7 (#6585)364993f
fix(http): fixed support for IPv6 literal strings in url (#5731)d198085
fix(fetch): fix stream handling in Safari by fallback to using a stream reade...d584fcf
chore(release): v1.7.6 (#6583)bc03c6c
chore(examples): fix module import (#6575)df9889b
fix(fetch): optimize signals composing logic; (#6582)ee208cf
chore(sponsor): update sponsor block (#6576)085f568
fix(fetch): fix content length calculation for FormData payload; (#6524)59cd6b0
chore(release): v1.7.5 (#6574)6700a8a
fix(core): add the missed implementation of AxiosError#status property; (#6573)Updates
@babel/core
from 7.24.3 to 7.25.2Release notes
Sourced from
@babel/core
's releases.... (truncated)
Changelog
Sourced from
@babel/core
's changelog.... (truncated)
Commits
0f8f408
v7.25.26a15d7a
Ensure thatrequeueComputedKeyAndDecorators
is available (#16695)9f7e29a
chore: fix one suppressed eslint error (#16696)2413d1a
Add eslint-plugin-regexp (#16680)5dc3b44
Expose wether a module has TLA or not as.extra.async
(#16480)30aa644
v7.24.97d923b8
Avoidrequire()
call in@babel/standalone
bundle (#16639)889c58f
Revert "Pin CI to Node.js 22.1" (#16633)1f5af44
v7.24.8683c654
Enable some lint rules (#16605)Updates
@babel/preset-env
from 7.24.3 to 7.25.4Release notes
Sourced from
@babel/preset-env
's releases.... (truncated)
Changelog
Sourced from
@babel/preset-env
's changelog.... (truncated)
Commits
cbf124c
v7.25.4b38b027
Update compat data (#16736)55dfde8
Updatebabel-plugin-polyfill-corejs3
(#16715)dba45d3
IgnoredevDependencies
when generatingtsconfig.json
(#16659)787c7cd
v7.25.3a0c8871
Test: Improve available-plugins compat-data check (#16693)0f8f408
v7.25.20b2cc25
Update compat-table (#16691)2413d1a
Add eslint-plugin-regexp (#16680)d2e3ee2
v7.25.0Updates
@babel/preset-typescript
from 7.24.1 to 7.24.7Release notes
Sourced from
@babel/preset-typescript
's releases.... (truncated)
Changelog
Sourced from
@babel/preset-typescript
's changelog.... (truncated)
Commits
bf1e9a3
v7.24.790fdd7e
Only import types from declared dependencies (#16494)7934963
Usetype: module
in allpackage.json
s (#16535)9630250
v7.24.66e3539b
[babel 8] Publish.d.ts
files for every package (#16416)71c247a
[babel 8] Require Node.js^18.20.0 || ^20.10.0 || >=21.0.0
(#16457)ee48754
Use multiple TypeScript projects (#16430)Updates
@edge-runtime/jest-environment
from 2.3.10 to 3.0.3Release notes
Sourced from
@edge-runtime/jest-environment
's releases.Changelog
Sourced from
@edge-runtime/jest-environment
's changelog.Commits
53754e6
Version Packages (#960)8b52174
Version Packages (#943)ff65805
Version Packages (#928)e7b7bdd
Version Packages (#916)79b31d4
use MIT licenseUpdates
@rollup/plugin-commonjs
from 25.0.7 to 28.0.0Changelog
Sourced from
@rollup/plugin-commonjs
's changelog.Commits
0af45c2
chore(release): commonjs v28.0.0c2a05eb
chore(commonjs): switch to fdir for fewer dependencies (#1741)b6fa3b1
chore(release): commonjs v27.0.08f02987
feat(commonjs)!: default strictRequires to true (#1639)274b72c
chore(repo): cherry-pick. commonjs. replace top-level this with exports name ...e2a7195
chore(release): commonjs v26.0.3e98927b
chore(commonjs): revert #16181e73857
chore(release): commonjs v26.0.22fdd077
fix(commonjs): replace top-level this with exports name (#1618)8550c4b
chore(release): commonjs v26.0.1Updates
@rollup/plugin-node-resolve
from 15.2.3 to 15.3.0Changelog
Sourced from
@rollup/plugin-node-resolve
's changelog.