Open dependabot[bot] opened 2 weeks ago
Bumps the all-deps group with 18 updates in the / directory:
1.7.4
1.7.7
7.24.3
7.26.0
7.24.1
2.3.10
3.0.3
25.0.7
28.0.1
15.2.3
15.3.0
29.5.12
29.5.14
20.12.2
22.8.6
7.4.0
8.12.2
8.57.0
9.14.0
5.1.3
5.2.1
3.2.5
3.3.3
5.0.5
6.0.1
4.13.2
4.24.3
29.1.2
29.2.5
5.4.3
5.6.3
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.26.0
@babel/core
Sourced from @babel/core's releases.
@babel/core
v7.26.0 (2024-10-25) Thanks @timofei-iatsenko for your first PR! You can find the release blog post with some highlights at https://babeljs.io/blog/2024/10/25/7.26.0. :rocket: New Feature babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types #16850 Enable import attributes parsing by default (@nicolo-ribaudo) babel-core #16862 feat: support async plugin's pre/post (@timofei-iatsenko) babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone #16692 Add transform-regexp-modifiers to preset-env (@JLHwung) babel-parser #16849 feat: add startIndex parser option (@DylanPiercey) babel-generator, babel-parser, babel-plugin-syntax-flow #16841 Always enable parsing of Flow enums (@nicolo-ribaudo) babel-helpers, babel-preset-typescript, babel-runtime-corejs3 #16794 Support import() in rewriteImportExtensions (@liuxingbaoyu) babel-generator, babel-parser #16708 Add experimental format-preserving mode to @babel/generator (@nicolo-ribaudo) :bug: Bug Fix babel-core #16928 Workaround Node.js bug for parallel loading of TLA modules (@nicolo-ribaudo) #16926 Fix loading of modules with TLA in Node.js 23 (@nicolo-ribaudo) :nail_care: Polish babel-plugin-proposal-json-modules, babel-plugin-transform-json-modules, babel-standalone #16924 Rename proposal-json-modules to transform-json-modules (@nicolo-ribaudo) :house: Internal babel-code-frame, babel-highlight #16896 Inline @babel/highlight in @babel/code-frame (@nicolo-ribaudo) babel-generator, babel-parser, babel-types #16732 Add kind to TSModuleDeclaration (@liuxingbaoyu) :running_woman: Performance babel-helper-module-transforms, babel-plugin-transform-modules-commonjs #16882 perf: Improve module transforms (@liuxingbaoyu) Committers: 5 Dylan Piercey (@DylanPiercey) Huáng Jùnliàng (@JLHwung) Nicolò Ribaudo (@nicolo-ribaudo) Timofei Iatsenko (@timofei-iatsenko) @liuxingbaoyu v7.25.9 (2024-10-22)
Thanks @timofei-iatsenko for your first PR!
@timofei-iatsenko
You can find the release blog post with some highlights at https://babeljs.io/blog/2024/10/25/7.26.0.
babel-core
babel-generator
babel-parser
babel-plugin-syntax-import-assertions
babel-plugin-syntax-import-attributes
babel-preset-env
babel-standalone
babel-types
@nicolo-ribaudo
babel-compat-data
babel-plugin-proposal-regexp-modifiers
babel-plugin-transform-regexp-modifiers
transform-regexp-modifiers
preset-env
@JLHwung
startIndex
@DylanPiercey
babel-plugin-syntax-flow
babel-helpers
babel-preset-typescript
babel-runtime-corejs3
import()
rewriteImportExtensions
@liuxingbaoyu
@babel/generator
babel-plugin-proposal-json-modules
babel-plugin-transform-json-modules
proposal-json-modules
transform-json-modules
babel-code-frame
babel-highlight
@babel/highlight
@babel/code-frame
kind
TSModuleDeclaration
babel-helper-module-transforms
babel-plugin-transform-modules-commonjs
... (truncated)
Sourced from @babel/core's changelog.
v7.26.0 (2024-10-25) :rocket: New Feature babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types #16850 Enable import attributes parsing by default (@nicolo-ribaudo) babel-core #16862 feat: support async plugin's pre/post (@timofei-iatsenko) babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone #16692 Add transform-regexp-modifiers to preset-env (@JLHwung) babel-parser #16849 feat: add startIndex parser option (@DylanPiercey) babel-generator, babel-parser, babel-plugin-syntax-flow #16841 Always enable parsing of Flow enums (@nicolo-ribaudo) babel-helpers, babel-preset-typescript, babel-runtime-corejs3 #16794 Support import() in rewriteImportExtensions (@liuxingbaoyu) babel-generator, babel-parser #16708 Add experimental format-preserving mode to @babel/generator (@nicolo-ribaudo) :bug: Bug Fix babel-core #16928 Workaround Node.js bug for parallel loading of TLA modules (@nicolo-ribaudo) #16926 Fix loading of modules with TLA in Node.js 23 (@nicolo-ribaudo) :nail_care: Polish babel-plugin-proposal-json-modules, babel-plugin-transform-json-modules, babel-standalone #16924 Rename proposal-json-modules to transform-json-modules (@nicolo-ribaudo) :house: Internal babel-code-frame, babel-highlight #16896 Inline @babel/highlight in @babel/code-frame (@nicolo-ribaudo) babel-generator, babel-parser, babel-types #16732 Add kind to TSModuleDeclaration (@liuxingbaoyu) :running_woman: Performance babel-helper-module-transforms, babel-plugin-transform-modules-commonjs #16882 perf: Improve module transforms (@liuxingbaoyu) v7.25.9 (2024-10-22) :bug: Bug Fix babel-parser, babel-template, babel-types #16905 fix: Keep type annotations in syntacticPlaceholders mode (@liuxingbaoyu) babel-helper-compilation-targets, babel-preset-env #16907 fix: support BROWSERSLIST{,_CONFIG} env (@JLHwung) Other #16884 Analyze ClassAccessorProperty to prevent the no-undef rule (@victorenator) :house: Internal babel-helper-transform-fixture-test-runner #16914 remove test options flaky (@JLHwung)
babel-template
syntacticPlaceholders
babel-helper-compilation-targets
ClassAccessorProperty
no-undef
@victorenator
babel-helper-transform-fixture-test-runner
63d3038
8b5b6bf
64fa466
0216853
b8002e2
56658ac
fdc456a
79e50b2
4360ee5
b07957e
Updates @babel/preset-env from 7.24.3 to 7.26.0
@babel/preset-env
Sourced from @babel/preset-env's releases.
@babel/preset-env
Sourced from @babel/preset-env's changelog.
816b293
af91759
490a330
d658738
f9cb91a
a6b0f54
2533cfb
Updates @babel/preset-typescript from 7.24.1 to 7.26.0
@babel/preset-typescript
Sourced from @babel/preset-typescript's releases.
@babel/preset-typescript
Sourced from @babel/preset-typescript's changelog.
bfa56c4
60b9670
enums
69d65f1
^18.20.0 || ^20.17.0 || >=22.8.0
b7dcfdd
dba45d3
devDependencies
tsconfig.json
bf1e9a3
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.1
@rollup/plugin-commonjs
Sourced from @rollup/plugin-commonjs's changelog.
@rollup/plugin-commonjs
v28.0.1 2024-10-16 Updates chore: upgrade picomatch (#1775) 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-10-16
2024-09-23
2024-06-05
0f45234
dd1deee
0af45c2
c2a05eb
b6fa3b1
8f02987
274b72c
e2a7195
e98927b
1e73857
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) v15.2.4 2024-09-22 Updates chore: remove is-builtin-module (#1735)
2024-09-22
a8e326d
032055b
6d4bb6b
Bumps the all-deps group with 18 updates in the / directory:
1.7.4
1.7.7
7.24.3
7.26.0
7.24.3
7.26.0
7.24.1
7.26.0
2.3.10
3.0.3
25.0.7
28.0.1
15.2.3
15.3.0
29.5.12
29.5.14
20.12.2
22.8.6
7.4.0
8.12.2
7.4.0
8.12.2
8.57.0
9.14.0
5.1.3
5.2.1
3.2.5
3.3.3
5.0.5
6.0.1
4.13.2
4.24.3
29.1.2
29.2.5
5.4.3
5.6.3
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.26.0Release notes
Sourced from
@babel/core
's releases.... (truncated)
Changelog
Sourced from
@babel/core
's changelog.... (truncated)
Commits
63d3038
v7.26.08b5b6bf
fix: CI with Node v23.1.0 (#16932)64fa466
Enable import attributes parsing by default (#16850)0216853
feat: support async plugin's pre/post (#16862)b8002e2
Workaround Node.js bug for parallel loading of TLA modules (#16928)56658ac
Fix loading of modules with TLA in Node.js 23 (#16926)fdc456a
Only parse # as comment in .babelignore at line start (#16925)79e50b2
test: add node 23 to ci matrix4360ee5
fix: path.resolve changes in node 23.0.0b07957e
v7.25.9Updates
@babel/preset-env
from 7.24.3 to 7.26.0Release notes
Sourced from
@babel/preset-env
's releases.... (truncated)
Changelog
Sourced from
@babel/preset-env
's changelog.... (truncated)
Commits
63d3038
v7.26.064fa466
Enable import attributes parsing by default (#16850)816b293
Addtransform-regexp-modifiers
topreset-env
(#16692)b07957e
v7.25.9af91759
fix: Accidentally publishing useless files (#16917)490a330
Update compat data (#16909)d658738
fix: support BROWSERSLIST{,_CONFIG} env (#16907)f9cb91a
v7.25.8a6b0f54
Inline one-line syntax plugins (#16824)2533cfb
v7.25.7Updates
@babel/preset-typescript
from 7.24.1 to 7.26.0Release notes
Sourced from
@babel/preset-typescript
's releases.... (truncated)
Changelog
Sourced from
@babel/preset-typescript
's changelog.... (truncated)
Commits
63d3038
v7.26.0bfa56c4
Supportimport()
inrewriteImportExtensions
(#16794)b07957e
v7.25.9af91759
fix: Accidentally publishing useless files (#16917)2533cfb
v7.25.760b9670
[Babel 8] Removeenums
option of flow plugin (#16792)69d65f1
[babel 8] Require Node.js^18.20.0 || ^20.17.0 || >=22.8.0
(#16800)b7dcfdd
Simplify test fixtures (#16793)dba45d3
IgnoredevDependencies
when generatingtsconfig.json
(#16659)bf1e9a3
v7.24.7Updates
@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.1Changelog
Sourced from
@rollup/plugin-commonjs
's changelog.... (truncated)
Commits
0f45234
chore(release): commonjs v28.0.1dd1deee
chore(commonjs): upgrade picomatch (#1775)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.2Updates
@rollup/plugin-node-resolve
from 15.2.3 to 15.3.0Changelog
Sourced from
@rollup/plugin-node-resolve
's changelog.Commits
a8e326d
chore(release): node-resolve v15.3.0032055b
feat(node-resolve): allow preferBuiltins to be a function (#1694)6d4bb6b