An open index of dependabot pull requests across open source projects.

Bump the minor-patch-updates group across 1 directory with 99 updates

Merged
Number: #40
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: April 04, 2025 at 11:46 AM UTC
(5 months ago)
Updated: June 02, 2025 at 06:24 PM UTC
(3 months ago)
Merged: June 02, 2025 at 06:24 PM UTC
(3 months ago)
by bpkennedy
Time to Close: about 2 months
Labels:
dependencies javascript
Description:

Bumps the minor-patch-updates group with 34 updates in the / directory:

Package From To
axios 1.7.9 1.8.4
@babel/core 7.26.0 7.26.10
@babel/preset-env 7.26.0 7.26.9
@babel/preset-typescript 7.26.0 7.27.0
@types/node 22.10.5 22.14.0
@typescript-eslint/eslint-plugin 8.19.1 8.29.0
@typescript-eslint/parser 8.19.1 8.29.0
esbuild 0.24.2 0.25.2
eslint 9.17.0 9.23.0
msw 2.7.0 2.7.3
ts-jest 29.2.5 29.3.1
typescript 5.7.3 5.8.2
typescript-eslint 8.19.1 8.29.0
@babel/helper-create-regexp-features-plugin 7.26.3 7.27.0
@babel/helper-define-polyfill-provider 0.6.3 0.6.4
@babel/plugin-transform-block-scoping 7.25.9 7.27.0
@babel/plugin-transform-regenerator 7.25.9 7.27.0
@babel/runtime 7.26.0 7.27.0
@eslint-community/eslint-utils 4.4.1 4.5.1
@inquirer/confirm 5.1.1 5.1.9
@mswjs/interceptors 0.37.5 0.37.6
@types/babel__generator 7.6.8 7.27.0
@types/babel__traverse 7.20.6 7.20.7
@types/estree 1.0.6 1.0.7
babel-plugin-polyfill-corejs2 0.4.12 0.4.13
babel-plugin-polyfill-regenerator 0.6.3 0.6.4
caniuse-lite 1.0.30001692 1.0.30001710
electron-to-chromium 1.5.80 1.5.132
fastq 1.18.0 1.19.1
flatted 3.3.2 3.3.3
form-data 4.0.1 4.0.2
pirates 4.0.6 4.0.7
reusify 1.0.4 1.1.0
update-browserslist-db 1.1.2 1.1.3

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

  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#6833) (f10c2e0)

Contributors to this release

Release v1.8.3

Release notes:

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

Release v1.8.2

Release notes:

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

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

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

... (truncated)

Changelog

Sourced from axios's changelog.

1.8.4 (2025-03-19)

Bug Fixes

  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#6833) (f10c2e0)

Contributors to this release

1.8.3 (2025-03-10)

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

1.8.2 (2025-03-07)

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

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): handle allowAbsoluteUrls: false without baseURL (#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): pass allowAbsoluteUrls to buildFullPath in xhr 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
  • babel-parser, babel-plugin-transform-typescript
  • babel-traverse
  • babel-generator
  • babel-parser
  • babel-helpers, babel-runtime, babel-runtime-corejs2, babel-runtime-corejs3

:nail_care: Polish

  • babel-standalone

:house: Internal

Committers: 6

v7.26.9 (2025-02-14)

:bug: Bug Fix

... (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
  • babel-parser, babel-plugin-transform-typescript
  • babel-traverse
  • babel-generator
  • babel-parser
  • babel-helpers, babel-runtime, babel-runtime-corejs2, babel-runtime-corejs3

:nail_care: Polish

  • babel-standalone

:house: Internal

v7.26.9 (2025-02-14)

:bug: Bug Fix

:house: Internal

v7.26.7 (2025-01-24)

:bug: Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol

... (truncated)

Commits

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

:house: Internal

Committers: 5

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
  • babel-plugin-transform-typeof-symbol
  • babel-parser
  • babel-core
  • babel-plugin-transform-typescript
  • babel-plugin-transform-typescript, babel-traverse, babel-types

Committers: 6

... (truncated)

Changelog

Sourced from @​babel/preset-env's changelog.

v7.26.9 (2025-02-14)

:bug: Bug Fix

:house: Internal

v7.26.7 (2025-01-24)

:bug: Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol
  • babel-parser
  • babel-core
  • babel-plugin-transform-typescript
  • babel-plugin-transform-typescript, babel-traverse, babel-types

v7.26.6 (2025-01-13)

:bug: Bug Fix

  • babel-plugin-transform-nullish-coalescing-operator

v7.26.5 (2025-01-10)

:eyeglasses: Spec Compliance

:bug: Bug Fix

  • babel-plugin-transform-block-scoped-functions
  • babel-plugin-transform-typescript
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-transform-flow-strip-types, babel-types

... (truncated)

Commits

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

  • babel-generator, babel-parser

:rocket: New Feature

  • babel-helper-create-class-features-plugin, babel-traverse, babel-types
  • babel-parser, babel-types
    • #17110 Add ImportAttributes to Standardized and move its parser test fixtures (@​JLHwung)
  • babel-generator
  • babel-parser, babel-template
  • babel-plugin-transform-typescript, babel-traverse
  • 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
  • babel-traverse
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-cli
  • babel-plugin-transform-named-capturing-groups-regex, babel-types

:running_woman: Performance

Committers: 5

v7.26.10 (2025-03-11)

... (truncated)

Changelog

Sourced from @​babel/preset-typescript's changelog.

v7.27.0 (2025-03-24)

:eyeglasses: Spec Compliance

  • babel-generator, babel-parser

:rocket: New Feature

  • babel-helper-create-class-features-plugin, babel-traverse, babel-types
  • babel-parser, babel-types
    • #17110 Add ImportAttributes to Standardized and move its parser test fixtures (@​JLHwung)
  • babel-generator
  • babel-parser, babel-template
  • babel-plugin-transform-typescript, babel-traverse
  • 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
  • babel-traverse
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-cli
  • babel-plugin-transform-named-capturing-groups-regex, babel-types

:running_woman: Performance

v7.26.10 (2025-03-11)

:eyeglasses: Spec Compliance

:bug: Bug Fix

... (truncated)

Commits

Updates @types/node from 22.10.5 to 22.14.0

Commits

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

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

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 for rule.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

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

You can read about our versioning strategy and releases on our website.

8.27.0 (2025-03-17)

🚀 Features

  • utils: support DeprecatedInfo for rule.meta.deprecated (#10932)

❤️ Thank You

... (truncated)

Commits
  • 3dd1835 chore(release): publish 8.29.0
  • 270277c 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] create ignoreIfStatements ...
  • 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

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

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 for rule.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
Commits:
1
Files Changed:
2
Additions:
+767
Deletions:
-444
Package Dependencies
Package:
eslint
Ecosystem:
npm
Version Change:
9.17.0 → 9.23.0
Update Type:
Minor
Package:
@types/node
Ecosystem:
npm
Version Change:
22.10.5 → 22.14.0
Update Type:
Minor
Package:
axios
Ecosystem:
npm
Version Change:
1.7.9 → 1.8.4
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.26.0 → 7.27.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.26.0 → 7.26.9
Update Type:
Patch
Package:
@babel/core
Ecosystem:
npm
Version Change:
7.26.0 → 7.26.10
Update Type:
Patch
Package:
typescript
Ecosystem:
npm
Version Change:
5.7.3 → 5.8.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.19.1 → 8.29.0
Update Type:
Minor
Package:
ts-jest
Ecosystem:
npm
Version Change:
29.2.5 → 29.3.1
Update Type:
Minor
Package:
esbuild
Ecosystem:
npm
Version Change:
0.24.2 → 0.25.2
Update Type:
Minor
Package:
form-data
Ecosystem:
npm
Version Change:
4.0.1 → 4.0.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.5.80 → 1.5.132
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.19.1 → 8.29.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.19.1 → 8.29.0
Update Type:
Minor
Package:
msw
Ecosystem:
npm
Version Change:
2.7.0 → 2.7.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.0.30001692 → 1.0.30001710
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.0.6 → 1.0.7
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.26.0 → 7.27.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.26.3 → 7.27.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.6.3 → 0.6.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.25.9 → 7.27.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.25.9 → 7.27.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.4.1 → 4.5.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.4.12 → 0.4.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.6.3 → 0.6.4
Update Type:
Patch
Package:
fastq
Ecosystem:
npm
Version Change:
1.18.0 → 1.19.1
Update Type:
Minor
Package:
flatted
Ecosystem:
npm
Version Change:
3.3.2 → 3.3.3
Update Type:
Patch
Package:
reusify
Ecosystem:
npm
Version Change:
1.0.4 → 1.1.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.1.2 → 1.1.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.1.1 → 5.1.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.37.5 → 0.37.6
Update Type:
Patch
Package:
pirates
Ecosystem:
npm
Version Change:
4.0.6 → 4.0.7
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.6.8 → 7.27.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.20.6 → 7.20.7
Update Type:
Patch
Technical Details
ID: 1237387
UUID: 2439326384
Node ID: PR_kwDOMjk3RM6RZSqw
Host: GitHub
Repository: integritystl/integrityxd-wp-rest-api-client
Merge State: Unknown