Bump the minor-patch-updates group across 1 directory with 99 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(5 months ago)
(3 months ago)
(3 months ago)
by bpkennedy
dependencies javascript
Bumps the minor-patch-updates group with 34 updates in the / directory:
Updates axios
from 1.7.9 to 1.8.4
Release notes
Sourced from axios's releases.
Release v1.8.4
Release notes:
Bug Fixes
Contributors to this release
Release v1.8.3
Release notes:
Bug Fixes
- add missing type for allowAbsoluteUrls (#6818) (10fa70e)
- xhr/fetch: pass
allowAbsoluteUrls
tobuildFullPath
inxhr
andfetch
adapters (#6814) (ec159e5)Contributors to this release
Release v1.8.2
Release notes:
Bug Fixes
Contributors to this release
Release v1.8.1
Release notes:
Bug Fixes
- utils: move
generateString
to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)Contributors to this release
Release v1.8.0
Release notes:
Bug Fixes
... (truncated)
Changelog
Sourced from axios's changelog.
1.8.4 (2025-03-19)
Bug Fixes
Contributors to this release
1.8.3 (2025-03-10)
Bug Fixes
- add missing type for allowAbsoluteUrls (#6818) (10fa70e)
- xhr/fetch: pass
allowAbsoluteUrls
tobuildFullPath
inxhr
andfetch
adapters (#6814) (ec159e5)Contributors to this release
1.8.2 (2025-03-07)
Bug Fixes
Contributors to this release
1.8.1 (2025-02-26)
Bug Fixes
- utils: move
generateString
to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)Contributors to this release
1.8.0 (2025-02-25)
... (truncated)
Commits
9f6f97b
chore(release): v1.8.4 (#6844)f10c2e0
fix(buildFullPath): handleallowAbsoluteUrls: false
withoutbaseURL
(#6833)1e6632c
chore(deps): bump tj-actions/changed-files in the github-actions group (#6838)39ec206
chore(release): v1.8.3 (#6819)10fa70e
fix: add missing type for allowAbsoluteUrls (#6818)7821ef9
docs: update readme to include bun install (#6811)ec159e5
fix(xhr/fetch): passallowAbsoluteUrls
tobuildFullPath
inxhr
and `fet...a9f7689
chore(release): v1.8.2 (#6812)fb8eec2
fix(http-adapter): add allowAbsoluteUrls to path building (#6810)9812045
chore(sponsor): update sponsor block (#6804)- Additional commits viewable in compare view
Updates @babel/core
from 7.26.0 to 7.26.10
Release notes
Sourced from @babel/core
's releases.
v7.26.10 (2025-03-11)
Thanks
@jordan-choi
and@mmmsssttt404
for your first PRs!This release includes a fix for https://github.com/babel/babel/security/advisories/GHSA-968p-4wvh-cqc8, a security vulnerability which affects the
.replace
method of transpiled regular expressions that use named capturing groups.:eyeglasses: Spec Compliance
:bug: Bug Fix
babel-parser
,babel-template
babel-core
- #17142 fix: "Map maximum size exceeded" in deepClone (
@liuxingbaoyu
)babel-parser
,babel-plugin-transform-typescript
babel-traverse
- #17151 fix: Should not evaluate vars in child scope (
@liuxingbaoyu
)babel-generator
- #17153 fix: Correctly generate
abstract override
(@liuxingbaoyu
)babel-parser
babel-helpers
,babel-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
- #17173 Fix processing of replacement pattern with named capture groups (
@mmmsssttt404
):nail_care: Polish
babel-standalone
- #17158 Avoid warnings when re-bundling
@babel/standalone
with webpack (@liuxingbaoyu
):house: Internal
Committers: 6
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- Yunyoung Jordan Choi (
@jordan-choi
)@liuxingbaoyu
@mmmsssttt404
v7.26.9 (2025-02-14)
:bug: Bug Fix
babel-types
- #17103 fix: Definition for
TSPropertySignature.kind
(@liuxingbaoyu
)babel-generator
,babel-types
- #17062 Print TypeScript optional/definite in ClassPrivateProperty (
@jamiebuilds-signal
)
... (truncated)
Changelog
Sourced from @babel/core
's changelog.
v7.26.10 (2025-03-11)
:eyeglasses: Spec Compliance
:bug: Bug Fix
babel-parser
,babel-template
babel-core
- #17142 fix: "Map maximum size exceeded" in deepClone (
@liuxingbaoyu
)babel-parser
,babel-plugin-transform-typescript
babel-traverse
- #17151 fix: Should not evaluate vars in child scope (
@liuxingbaoyu
)babel-generator
- #17153 fix: Correctly generate
abstract override
(@liuxingbaoyu
)babel-parser
babel-helpers
,babel-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
- #17173 Fix processing of replacement pattern with named capture groups (
@mmmsssttt404
):nail_care: Polish
babel-standalone
- #17158 Avoid warnings when re-bundling
@babel/standalone
with webpack (@liuxingbaoyu
):house: Internal
v7.26.9 (2025-02-14)
:bug: Bug Fix
babel-types
- #17103 fix: Definition for
TSPropertySignature.kind
(@liuxingbaoyu
)babel-generator
,babel-types
- #17062 Print TypeScript optional/definite in ClassPrivateProperty (
@jamiebuilds-signal
):house: Internal
babel-types
- #17130 Use
.ts
files with explicit reexports to solve name conflicts (@nicolo-ribaudo
)babel-core
- #17127 Do not depend on
@types/gensync
in Babel 7 (@nicolo-ribaudo
)v7.26.7 (2025-01-24)
:bug: Bug Fix
babel-helpers
,babel-preset-env
,babel-runtime-corejs3
- #17086 Make "object without properties" helpers ES6-compatible (
@tquetano-netflix
)babel-plugin-transform-typeof-symbol
- #17085 fix: Correctly handle
typeof
in arrow functions (@liuxingbaoyu
)
... (truncated)
Commits
e1ce99d
v7.26.10985f051
fix: "Map maximum size exceeded" in deepClone (#17142)64bca7b
v7.26.94cf5c9e
[babel 8] Use@babel/types
for parser's return type (#17117)fd3f0a8
Do not depend on@types/gensync
in Babel 7 (#17127)5315446
[babel 8] Remove babel 7-specific imports (#17111)0593941
v7.26.81bdb1a4
Move@types/gensync
to dependencies (#17105)2d95140
v7.26.7d9fa47d
Do not try to parse .ts configs as JSON if natively supported (#17052)- Additional commits viewable in compare view
Updates @babel/preset-env
from 7.26.0 to 7.26.9
Release notes
Sourced from @babel/preset-env
's releases.
v7.26.9 (2025-02-14)
:bug: Bug Fix
babel-types
- #17103 fix: Definition for
TSPropertySignature.kind
(@liuxingbaoyu
)babel-generator
,babel-types
- #17062 Print TypeScript optional/definite in ClassPrivateProperty (
@jamiebuilds-signal
):house: Internal
babel-types
- #17130 Use
.ts
files with explicit reexports to solve name conflicts (@nicolo-ribaudo
)babel-core
- #17127 Do not depend on
@types/gensync
in Babel 7 (@nicolo-ribaudo
)Committers: 5
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Jamie Kyle (
@jamiebuilds-signal
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
v7.26.8 (2025-02-08)
:house: Internal
babel-preset-env
- #17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0
v7.26.7 (2025-01-24)
Thanks
@branchseer
and@tquetano-netflix
for your first PRs!:bug: Bug Fix
babel-helpers
,babel-preset-env
,babel-runtime-corejs3
- #17086 Make "object without properties" helpers ES6-compatible (
@tquetano-netflix
)babel-plugin-transform-typeof-symbol
- #17085 fix: Correctly handle
typeof
in arrow functions (@liuxingbaoyu
)babel-parser
babel-core
- #17052 Do not try to parse .ts configs as JSON if natively supported (
@nicolo-ribaudo
)babel-plugin-transform-typescript
- #17050 fix: correctly resolve references to non-constant enum members (
@branchseer
)babel-plugin-transform-typescript
,babel-traverse
,babel-types
- #17025 fix: Remove type-only
import x = y.z
(@liuxingbaoyu
)Committers: 6
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- Tony Quetano (
@tquetano-netflix
)
... (truncated)
Changelog
Sourced from @babel/preset-env
's changelog.
v7.26.9 (2025-02-14)
:bug: Bug Fix
babel-types
- #17103 fix: Definition for
TSPropertySignature.kind
(@liuxingbaoyu
)babel-generator
,babel-types
- #17062 Print TypeScript optional/definite in ClassPrivateProperty (
@jamiebuilds-signal
):house: Internal
babel-types
- #17130 Use
.ts
files with explicit reexports to solve name conflicts (@nicolo-ribaudo
)babel-core
- #17127 Do not depend on
@types/gensync
in Babel 7 (@nicolo-ribaudo
)v7.26.7 (2025-01-24)
:bug: Bug Fix
babel-helpers
,babel-preset-env
,babel-runtime-corejs3
- #17086 Make "object without properties" helpers ES6-compatible (
@tquetano-netflix
)babel-plugin-transform-typeof-symbol
- #17085 fix: Correctly handle
typeof
in arrow functions (@liuxingbaoyu
)babel-parser
babel-core
- #17052 Do not try to parse .ts configs as JSON if natively supported (
@nicolo-ribaudo
)babel-plugin-transform-typescript
- #17050 fix: correctly resolve references to non-constant enum members (
@branchseer
)babel-plugin-transform-typescript
,babel-traverse
,babel-types
- #17025 fix: Remove type-only
import x = y.z
(@liuxingbaoyu
)v7.26.6 (2025-01-13)
:bug: Bug Fix
babel-plugin-transform-nullish-coalescing-operator
- #17061 fix: Chaining nullish coalescing operators output size regression (
@liuxingbaoyu
)v7.26.5 (2025-01-10)
:eyeglasses: Spec Compliance
babel-parser
- #17011 Allow the dynamic
import.defer()
form ofimport defer
(@babel-bot
):bug: Bug Fix
babel-plugin-transform-block-scoped-functions
- #17024 chore: Avoid calling
isInStrictMode
in Babel 7 (@liuxingbaoyu
)babel-plugin-transform-typescript
- #17026 fix: Correctly generate exported const enums in namespace (
@liuxingbaoyu
)babel-parser
- #17045 [estree] Unify method type parameters handling (
@JLHwung
)- #17013 fix: Correctly set position for
@(a.b)()
(@liuxingbaoyu
)- #16996 [estree] Adjust the start loc of class methods with type params (
@nicolo-ribaudo
)babel-generator
,babel-parser
,babel-plugin-transform-flow-strip-types
,babel-types
... (truncated)
Commits
64bca7b
v7.26.95315446
[babel 8] Remove babel 7-specific imports (#17111)0593941
v7.26.81137c29
Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0 (#17097)2d95140
v7.26.70e6199b
Make "object without properties" helpers ES6-compatible (#17086)19224f9
[babel 8] Remove bugfixes option (#17078)cd24cc0
chore: Update TS 5.7 (#17053)70fbc86
fix: More accuratetransform-typeof-symbol
compat data (#17031)- See full diff in compare view
Updates @babel/preset-typescript
from 7.26.0 to 7.27.0
Release notes
Sourced from @babel/preset-typescript
's releases.
v7.27.0 (2025-03-24)
Thanks
@ishchhabra
and@vovkasm
for your first PRs!:eyeglasses: Spec Compliance
:rocket: New Feature
babel-helper-create-class-features-plugin
,babel-traverse
,babel-types
- #17169 Allow
traverseFast
to exit early (@liuxingbaoyu
)babel-parser
,babel-types
babel-generator
babel-parser
,babel-template
- #17149 Add
allowYieldOutsideFunction
to parser (@liuxingbaoyu
)babel-plugin-transform-typescript
,babel-traverse
- #17102 feat: Add
upToScope
parameter tohasBinding
(@liuxingbaoyu
)babel-parser
babel-types
- #17162 feat(babel-types): Add support for BigInt literal conversion in valueToNode (
@ishchhabra
):bug: Bug Fix
babel-helper-create-class-features-plugin
,babel-plugin-transform-class-properties
- #16816 fix: Class reference in type throws error (
@liuxingbaoyu
)babel-traverse
- #17170 fix: Reset child scopes when
scope.crawl()
(@liuxingbaoyu
)babel-helpers
,babel-preset-typescript
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
babel-cli
- #17182 fix:
@babel/cli
generates duplicate inline source maps (@liuxingbaoyu
)babel-plugin-transform-named-capturing-groups-regex
,babel-types
:running_woman: Performance
babel-types
- #16870 perf: Improve builders of
@babel/types
(@liuxingbaoyu
)babel-helper-create-regexp-features-plugin
Committers: 5
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Ish Chhabra (
@ishchhabra
)- Vladimir Timofeev (
@vovkasm
)@liuxingbaoyu
v7.26.10 (2025-03-11)
... (truncated)
Changelog
Sourced from @babel/preset-typescript
's changelog.
v7.27.0 (2025-03-24)
:eyeglasses: Spec Compliance
:rocket: New Feature
babel-helper-create-class-features-plugin
,babel-traverse
,babel-types
- #17169 Allow
traverseFast
to exit early (@liuxingbaoyu
)babel-parser
,babel-types
babel-generator
babel-parser
,babel-template
- #17149 Add
allowYieldOutsideFunction
to parser (@liuxingbaoyu
)babel-plugin-transform-typescript
,babel-traverse
- #17102 feat: Add
upToScope
parameter tohasBinding
(@liuxingbaoyu
)babel-parser
babel-types
- #17162 feat(babel-types): Add support for BigInt literal conversion in valueToNode (
@ishchhabra
):bug: Bug Fix
babel-helper-create-class-features-plugin
,babel-plugin-transform-class-properties
- #16816 fix: Class reference in type throws error (
@liuxingbaoyu
)babel-traverse
- #17170 fix: Reset child scopes when
scope.crawl()
(@liuxingbaoyu
)babel-helpers
,babel-preset-typescript
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
babel-cli
- #17182 fix:
@babel/cli
generates duplicate inline source maps (@liuxingbaoyu
)babel-plugin-transform-named-capturing-groups-regex
,babel-types
:running_woman: Performance
babel-types
- #16870 perf: Improve builders of
@babel/types
(@liuxingbaoyu
)babel-helper-create-regexp-features-plugin
v7.26.10 (2025-03-11)
:eyeglasses: Spec Compliance
:bug: Bug Fix
babel-parser
,babel-template
babel-core
- #17142 fix: "Map maximum size exceeded" in deepClone (
@liuxingbaoyu
)
... (truncated)
Commits
Updates @types/node
from 22.10.5 to 22.14.0
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin
from 8.19.1 to 8.29.0
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v8.29.0
8.29.0 (2025-03-31)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] create
ignoreIfStatements
option (#11000)🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when
noUncheckedIndexedAccess
is enabled (#10961)- eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#10993)
- eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#10981)
- eslint-plugin: support arbitrary extensions in definition files (#10957)
- eslint-plugin: [no-array-constructor] remove optional chaining exemption (#10963)
❤️ Thank You
- Dima Barabash
@dbarabashh
- Kim Sang Du
@developer-bandi
- Olivier Zalmanski
@OlivierZal
- Ronen Amiel
- Yannick Decat
@mho22
- zyoshoka
@zyoshoka
You can read about our versioning strategy and releases on our website.
v8.28.0
8.28.0 (2025-03-24)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] support
if
statement assignment (??=
) and fix several minor bugs (#10861)🩹 Fixes
- eslint-plugin: [no-unsafe-function-type] remove fixable property (#10986)
❤️ Thank You
- Olivier Zalmanski
@OlivierZal
- Yannick Decat
@mho22
You can read about our versioning strategy and releases on our website.
v8.27.0
8.27.0 (2025-03-17)
🚀 Features
- utils: support
DeprecatedInfo
forrule.meta.deprecated
(#10932)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
8.29.0 (2025-03-31)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] create
ignoreIfStatements
option (#11000)🩹 Fixes
- eslint-plugin: [no-array-constructor] remove optional chaining exemption (#10963)
- eslint-plugin: support arbitrary extensions in definition files (#10957)
- eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#10981)
- eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#10993)
- eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when
noUncheckedIndexedAccess
is enabled (#10961)❤️ Thank You
- Dima Barabash
@dbarabashh
- Kim Sang Du
@developer-bandi
- Olivier Zalmanski
@OlivierZal
- Ronen Amiel
- Yannick Decat
@mho22
- zyoshoka
@zyoshoka
You can read about our versioning strategy and releases on our website.
8.28.0 (2025-03-24)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] support
if
statement assignment (??=
) and fix several minor bugs (#10861)🩹 Fixes
- eslint-plugin: [no-unsafe-function-type] remove fixable property (#10986)
❤️ Thank You
- Olivier Zalmanski
@OlivierZal
- Yannick Decat
@mho22
You can read about our versioning strategy and releases on our website.
8.27.0 (2025-03-17)
🚀 Features
- utils: support
DeprecatedInfo
forrule.meta.deprecated
(#10932)❤️ Thank You
... (truncated)
Commits
3dd1835
chore(release): publish 8.29.0270277c
feat(eslint-plugin): disable core rule no-with in eslint-recommended (#11001)c548aa7
fix(eslint-plugin): [no-array-constructor] remove optional chaining exemption...9a9670d
fix(eslint-plugin): support arbitrary extensions in definition files (#10957)c7c9b1a
docs: fix typos in no-unsafe-argument examples (#11007)ada32d1
feat(eslint-plugin): [prefer-nullish-coalescing] createignoreIfStatements
...5b187f4
fix(eslint-plugin): [prefer-for-of] fix false positive when using erasable ty...58d7f40
fix(eslint-plugin): [use-unknown-in-catch-callback-variable] remove fixable p...3241e46
fix(eslint-plugin): [no-unnecessary-condition] don't report on unnecessary op...807f5ca
chore(release): publish 8.28.0- Additional commits viewable in compare view
Updates @typescript-eslint/parser
from 8.19.1 to 8.29.0
Release notes
Sourced from @typescript-eslint/parser
's releases.
v8.29.0
8.29.0 (2025-03-31)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] create
ignoreIfStatements
option (#11000)🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when
noUncheckedIndexedAccess
is enabled (#10961)- eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#10993)
- eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#10981)
- eslint-plugin: support arbitrary extensions in definition files (#10957)
- eslint-plugin: [no-array-constructor] remove optional chaining exemption (#10963)
❤️ Thank You
- Dima Barabash
@dbarabashh
- Kim Sang Du
@developer-bandi
- Olivier Zalmanski
@OlivierZal
- Ronen Amiel
- Yannick Decat
@mho22
- zyoshoka
@zyoshoka
You can read about our versioning strategy and releases on our website.
v8.28.0
8.28.0 (2025-03-24)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] support
if
statement assignment (??=
) and fix several minor bugs (#10861)🩹 Fixes
- eslint-plugin: [no-unsafe-function-type] remove fixable property (#10986)
❤️ Thank You
- Olivier Zalmanski
@OlivierZal
- Yannick Decat
@mho22
You can read about our versioning strategy and releases on our website.
v8.27.0
8.27.0 (2025-03-17)
🚀 Features
- utils: support
DeprecatedInfo
forrule.meta.deprecated
(#10932)
... (truncated)
Changelog
Sourced from @typescript-eslint/parser
's changelog.
8.29.0 (2025-03-31)
This was a version bump only for parser to align it with other projects, there were no code chan...
Description has been truncated
Pull Request Statistics
1
2
+767
-444
Package Dependencies
@typescript-eslint/parser
npm
8.19.1 → 8.29.0
Minor
@typescript-eslint/eslint-plugin
npm
8.19.1 → 8.29.0
Minor
npm
7.26.3 → 7.27.0
Minor
npm
0.6.3 → 0.6.4
Patch
npm
7.25.9 → 7.27.0
Minor
@babel/plugin-transform-regenerator
npm
7.25.9 → 7.27.0
Minor
@eslint-community/eslint-utils
npm
4.4.1 → 4.5.1
Minor
babel-plugin-polyfill-corejs2
npm
0.4.12 → 0.4.13
Patch
babel-plugin-polyfill-regenerator
npm
0.6.3 → 0.6.4
Patch
Technical Details
ID: | 1237387 |
UUID: | 2439326384 |
Node ID: | PR_kwDOMjk3RM6RZSqw |
Host: | GitHub |
Repository: | integritystl/integrityxd-wp-rest-api-client |
Merge State: | Unknown |