Closed dependabot[bot] closed 4 months ago
Bumps the all-deps group with 14 updates in the / directory:
1.6.8
1.7.2
7.24.3
7.24.6
7.24.1
25.0.7
25.0.8
20.12.2
20.13.0
7.4.0
7.11.0
8.57.0
9.4.0
3.2.5
3.3.0
5.0.5
5.0.7
4.13.2
4.18.0
29.1.2
29.1.4
5.4.3
5.4.5
Updates axios from 1.6.8 to 1.7.2
axios
Sourced from axios's releases.
Release v1.7.2 Release notes: Bug Fixes fetch: enhance fetch API detection; (#6413) (4f79aef) Contributors to this release Dmitriy Mozgovoy Release v1.7.1 Release notes: Bug Fixes fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f) Contributors to this release Dmitriy Mozgovoy Release v1.7.0 Release notes: Features adapter: add fetch adapter; (#6371) (a3ff99b) Bug Fixes core/axios: handle un-writable error stack (#6362) (81e0455) Contributors to this release Dmitriy Mozgovoy Jay Alexandre ABRIOUX Release v1.7.0-beta.2 Release notes: Bug Fixes fetch: capitalize HTTP method names; (#6395) (ad3174a) fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e) fetch: fix headers getting from a stream response; (#6401) (870e0a7) Contributors to this release Dmitriy Mozgovoy Release v1.7.0-beta.1 Release notes:
... (truncated)
Sourced from axios's changelog.
1.7.2 (2024-05-21) Bug Fixes fetch: enhance fetch API detection; (#6413) (4f79aef) Contributors to this release Dmitriy Mozgovoy 1.7.1 (2024-05-20) Bug Fixes fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f) Contributors to this release Dmitriy Mozgovoy 1.7.0 (2024-05-19) Features adapter: add fetch adapter; (#6371) (a3ff99b) Bug Fixes core/axios: handle un-writable error stack (#6362) (81e0455) Contributors to this release Dmitriy Mozgovoy Jay Alexandre ABRIOUX 1.7.0-beta.2 (2024-05-19) Bug Fixes fetch: capitalize HTTP method names; (#6395) (ad3174a) fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e) fetch: fix headers getting from a stream response; (#6401) (870e0a7) Contributors to this release
0e4f9fa
4f79aef
67d1373
733f15f
3041c61
18b13cb
e62099b
b49aa8e
d57f03a
097b0d1
Updates @babel/core from 7.24.3 to 7.24.6
@babel/core
Sourced from @babel/core's releases.
@babel/core
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 #16466 Migrate import assertions syntax (@JLHwung) Committers: 9 Amjad Yahia Robeen Hassan (@amjed-98) Babel Bot (@babel-bot) Blake Wilson (@blakewilson) Huáng Jùnliàng (@JLHwung) Lucas Coelho (@coelhucas) Nicolò Ribaudo (@nicolo-ribaudo) Sukka (@SukkaW) Zzzen (@Zzzen) @liuxingbaoyu v7.24.5 (2024-04-29) Thanks @romgrk and @sossost for your first PRs! :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 #16440 Fix suppressed error order (@sossost) #16408 Await nullish async disposable (@JLHwung)
Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!
@amjed-98
@blakewilson
@coelhucas
@SukkaW
babel-helper-create-class-features-plugin
babel-plugin-transform-class-properties
@nicolo-ribaudo
babel-core
babel-generator
babel-plugin-transform-modules-commonjs
babel-plugin-proposal-decorators
@JLHwung
babel-helpers
babel-runtime-corejs3
babel-parser
babel-plugin-transform-typescript
cls.fn<C> = x
@liuxingbaoyu
babel-plugin-transform-runtime
babel-preset-env
babel-runtime-corejs2
babel-runtime
tsconfig.json
@babel/helpers/src/helpers
babel-cli
babel-plugin-external-helpers
babel-plugin-transform-modules-systemjs
babel-traverse
@babel-bot
@Zzzen
Thanks @romgrk and @sossost for your first PRs!
@romgrk
@sossost
babel-plugin-transform-classes
babel-plugin-proposal-explicit-resource-management
Sourced from @babel/core's changelog.
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 #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 #16466 Migrate import assertions syntax (@JLHwung) 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 #16440 Fix suppressed error order (@sossost) #16408 Await nullish async disposable (@JLHwung) :nail_care: Polish babel-parser #16407 Recover from exported using declaration (@JLHwung) :house: Internal Other #16414 Relax ESLint peerDependency constraint to allow v9 (@liuxingbaoyu) babel-parser #16425 Improve @babel/parser AST types (@nicolo-ribaudo) #16417 Always pass type argument to .startNode (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx-self, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-traverse #16439 Make NodePath<T | U> distributive (@nicolo-ribaudo) babel-plugin-proposal-partial-application, babel-types #16421 Remove JSXNamespacedName from valid CallExpression args (@nicolo-ribaudo) babel-plugin-transform-class-properties, babel-preset-env
using
@babel/parser
.startNode
babel-helper-member-expression-to-functions
babel-helper-module-transforms
babel-helper-split-export-declaration
babel-helper-wrap-function
babel-plugin-bugfix-firefox-class-in-computed-class-key
babel-plugin-transform-block-scoping
babel-plugin-transform-destructuring
babel-plugin-transform-object-rest-spread
babel-plugin-transform-optional-chaining
babel-plugin-transform-parameters
babel-plugin-transform-private-property-in-object
babel-plugin-transform-react-jsx-self
babel-plugin-transform-typeof-symbol
NodePath<T | U>
babel-plugin-proposal-partial-application
babel-types
JSXNamespacedName
CallExpression
9630250
553e433
fbfe16c
6e3539b
.d.ts
e37e64d
71c247a
^18.20.0 || ^20.10.0 || >=21.0.0
ddbea7d
ee48754
a8994f8
5a8c692
Updates @babel/preset-env from 7.24.3 to 7.24.6
@babel/preset-env
Sourced from @babel/preset-env's releases.
@babel/preset-env
Sourced from @babel/preset-env's changelog.
db3e9a6
1327f1d
e96a05d
objectWithoutPropertiesLoose
Updates @babel/preset-typescript from 7.24.1 to 7.24.6
@babel/preset-typescript
Sourced from @babel/preset-typescript's releases.
@babel/preset-typescript
Sourced from @babel/preset-typescript's changelog.
Updates @rollup/plugin-commonjs from 25.0.7 to 25.0.8
@rollup/plugin-commonjs
Sourced from @rollup/plugin-commonjs's changelog.
@rollup/plugin-commonjs
v25.0.8 2024-05-22 Bugfixes fix: preserve the class body property keys even if they are special keywords (#1688)
2024-05-22
8949965
0bb872b
dcd8da5
@dot/versioner
Updates @types/node from 20.12.2 to 20.13.0
@types/node
Updates @typescript-eslint/eslint-plugin from 7.4.0 to 7.11.0
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's releases.
@typescript-eslint/eslint-plugin
v7.11.0 7.11.0 (2024-05-27) 🚀 Features eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment (#9081) 🩹 Fixes ast-spec: add EmptyStatement to Statement (#8892) eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions (#8826) typescript-estree: truncate number of files printed by the maximum file error (#9127) ❤️ Thank You Abraham Guo auvred @auvred Dom Armstrong @domarmstrong Kirk Waiblinger You can read about our versioning strategy and releases on our website. v7.10.0 7.10.0 (2024-05-20) 🚀 Features eslint-plugin: [sort-type-constituents] support case sensitive sorting (#8760) 🩹 Fixes eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag (#8764) typescript-estree: don't add in-project files to defaultProjectMatchedFiles (#9097) utils: remove function form type from flat config files and ignores (#9111) ❤️ Thank You auvred @auvred Emanuel Hoogeveen @ehoogeveen-medweb jsfm01 @jsfm01 Kirk Waiblinger You can read about our versioning strategy and releases on our website. v7.9.0 7.9.0 (2024-05-13)
EmptyStatement
Statement
@auvred
@domarmstrong
You can read about our versioning strategy and releases on our website.
files
ignores
@ehoogeveen-medweb
@jsfm01
Sourced from @typescript-eslint/eslint-plugin's changelog.
7.11.0 (2024-05-27) 🚀 Features eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment 🩹 Fixes eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions ❤️ Thank You Abraham Guo auvred Dom Armstrong Kirk Waiblinger You can read about our versioning strategy and releases on our website. 7.10.0 (2024-05-20) 🚀 Features eslint-plugin: [sort-type-constituents] support case sensitive sorting... _Description has been truncated_
Looks like these dependencies are updatable in another way, so this is no longer needed.
Bumps the all-deps group with 14 updates in the / directory:
1.6.8
1.7.2
7.24.3
7.24.6
7.24.3
7.24.6
7.24.1
7.24.6
25.0.7
25.0.8
20.12.2
20.13.0
7.4.0
7.11.0
7.4.0
7.11.0
8.57.0
9.4.0
3.2.5
3.3.0
5.0.5
5.0.7
4.13.2
4.18.0
29.1.2
29.1.4
5.4.3
5.4.5
Updates
axios
from 1.6.8 to 1.7.2Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
0e4f9fa
chore(release): v1.7.2 (#6414)4f79aef
fix(fetch): enhance fetch API detection; (#6413)67d1373
chore(release): v1.7.1 (#6411)733f15f
fix(fetch): fixed ReferenceError issue when TextEncoder is not available in t...3041c61
[Release] v1.7.0 (#6408)18b13cb
chore(docs): add fetch adapter docs; (#6407)e62099b
fix(fetch): fixed a possible memory leak in the AbortController for the strea...b49aa8e
chore(release): v1.7.0-beta.2 (#6403)d57f03a
chore(ci): bump create-pull-request version to fix a bug; (#6405)097b0d1
chore(ci): add tag resolution for npm releases based on package version; (#6404)Updates
@babel/core
from 7.24.3 to 7.24.6Release notes
Sourced from
@babel/core
's releases.... (truncated)
Changelog
Sourced from
@babel/core
's changelog.... (truncated)
Commits
9630250
v7.24.6553e433
Generate helper metadata at build time (#16501)fbfe16c
Fix source maps for template literals (#16515)6e3539b
[babel 8] Publish.d.ts
files for every package (#16416)e37e64d
Use eslint v9 (#16479)71c247a
[babel 8] Require Node.js^18.20.0 || ^20.10.0 || >=21.0.0
(#16457)ddbea7d
v7.24.5ee48754
Use multiple TypeScript projects (#16430)a8994f8
Reduce platform-specific tests (#16436)5a8c692
v7.24.4Updates
@babel/preset-env
from 7.24.3 to 7.24.6Release notes
Sourced from
@babel/preset-env
's releases.... (truncated)
Changelog
Sourced from
@babel/preset-env
's changelog.... (truncated)
Commits
9630250
v7.24.6553e433
Generate helper metadata at build time (#16501)db3e9a6
Move all runtime helpers to individual files (#16495)6e3539b
[babel 8] Publish.d.ts
files for every package (#16416)1327f1d
Bump browserslist and other compat data sources (#16468)71c247a
[babel 8] Require Node.js^18.20.0 || ^20.10.0 || >=21.0.0
(#16457)ddbea7d
v7.24.5ee48754
Use multiple TypeScript projects (#16430)a8994f8
Reduce platform-specific tests (#16436)e96a05d
Performance: improveobjectWithoutPropertiesLoose
on V8 (#16357)Updates
@babel/preset-typescript
from 7.24.1 to 7.24.6Release notes
Sourced from
@babel/preset-typescript
's releases.... (truncated)
Changelog
Sourced from
@babel/preset-typescript
's changelog.... (truncated)
Commits
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
@rollup/plugin-commonjs
from 25.0.7 to 25.0.8Changelog
Sourced from
@rollup/plugin-commonjs
's changelog.Commits
8949965
chore(release): commonjs v25.0.80bb872b
fix(commonjs): preserve the class body property keys even if they are special...dcd8da5
chore(repo): use@dot/versioner
for releases (#1612)Updates
@types/node
from 20.12.2 to 20.13.0Commits
Updates
@typescript-eslint/eslint-plugin
from 7.4.0 to 7.11.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.