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

Bump the packages group with 32 updates

Merged
Number: #185
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 2
Created: June 11, 2025 at 11:07 PM UTC
(3 months ago)
Updated: June 11, 2025 at 11:07 PM UTC
(3 months ago)
Merged: June 11, 2025 at 11:07 PM UTC
(3 months ago)
by github-actions[bot]
Time to Close: less than a minute
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the packages group with 32 updates:

Package From To
@eslint/compat 1.2.9 1.3.0
@tailwindcss/postcss 4.1.8 4.1.10
@types/node 24.0.0 24.0.1
postcss 8.5.4 8.5.5
tailwindcss 4.1.8 4.1.10
vercel 42.3.0 43.0.0
@eslint/config-array 0.20.0 0.20.1
@eslint/config-helpers 0.2.2 0.2.3
@eslint/plugin-kit 0.3.1 0.3.2
@tailwindcss/node 4.1.8 4.1.10
@tailwindcss/oxide-android-arm64 4.1.8 4.1.10
@tailwindcss/oxide-darwin-arm64 4.1.8 4.1.10
@tailwindcss/oxide-darwin-x64 4.1.8 4.1.10
@tailwindcss/oxide-freebsd-x64 4.1.8 4.1.10
@tailwindcss/oxide-linux-arm-gnueabihf 4.1.8 4.1.10
@tailwindcss/oxide-linux-arm64-gnu 4.1.8 4.1.10
@tailwindcss/oxide-linux-arm64-musl 4.1.8 4.1.10
@tailwindcss/oxide-linux-x64-gnu 4.1.8 4.1.10
@tailwindcss/oxide-linux-x64-musl 4.1.8 4.1.10
@tailwindcss/oxide-wasm32-wasi 4.1.8 4.1.10
@tailwindcss/oxide-win32-arm64-msvc 4.1.8 4.1.10
@tailwindcss/oxide-win32-x64-msvc 4.1.8 4.1.10
@tailwindcss/oxide 4.1.8 4.1.10
@vercel/gatsby-plugin-vercel-builder 2.0.83 2.0.84
@vercel/next 4.8.0 4.9.0
@vercel/node 5.2.1 5.2.2
@vercel/static-build 2.7.9 2.7.10
brace-expansion 1.1.11 1.1.12
caniuse-lite 1.0.30001721 1.0.30001722
rollup 4.42.0 4.43.0
unrs-resolver 1.7.13 1.9.0
zod 3.25.57 3.25.62

Updates @eslint/compat from 1.2.9 to 1.3.0

Release notes

Sourced from @​eslint/compat's releases.

migrate-config: v1.3.0

1.3.0 (2024-08-30)

Features

  • Add eslint-plugin-flowtype to compat plugins (#115) (5cb3919)

compat: v1.3.0

1.3.0 (2025-06-09)

Features

  • add support for custom name parameter to includeIgnoreFile (#211) (3e18175)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.14.0 to ^0.15.0
Changelog

Sourced from @​eslint/compat's changelog.

1.3.0 (2025-06-09)

Features

  • add support for custom name parameter to includeIgnoreFile (#211) (3e18175)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.14.0 to ^0.15.0
Commits

Updates @tailwindcss/postcss from 4.1.8 to 4.1.10

Release notes

Sourced from @​tailwindcss/postcss's releases.

v4.1.10

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

v4.1.9

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Changelog

Sourced from @​tailwindcss/postcss's changelog.

[4.1.10] - 2025-06-11

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

[4.1.9] - 2025-06-11

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Commits

Updates @types/node from 24.0.0 to 24.0.1

Commits

Updates postcss from 8.5.4 to 8.5.5

Release notes

Sourced from postcss's releases.

8.5.5

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).
Changelog

Sourced from postcss's changelog.

8.5.5

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).
Commits

Updates tailwindcss from 4.1.8 to 4.1.10

Release notes

Sourced from tailwindcss's releases.

v4.1.10

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

v4.1.9

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Changelog

Sourced from tailwindcss's changelog.

[4.1.10] - 2025-06-11

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

[4.1.9] - 2025-06-11

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Commits

Updates vercel from 42.3.0 to 43.0.0

Release notes

Sourced from vercel's releases.

vercel@43.0.0

Major Changes

  • Rolling Release command clean up (#13420)

Patch Changes

Changelog

Sourced from vercel's changelog.

43.0.0

Major Changes

  • Rolling Release command clean up (#13420)

Patch Changes

Commits

Updates @eslint/config-array from 0.20.0 to 0.20.1

Release notes

Sourced from @​eslint/config-array's releases.

config-array: v0.20.1

0.20.1 (2025-06-09)

Bug Fixes

  • consider negated patterns universal (#220) (2dbe2b9)
  • explicit match in array elements of files (#218) (e84cbd7)
Changelog

Sourced from @​eslint/config-array's changelog.

0.20.1 (2025-06-09)

Bug Fixes

  • consider negated patterns universal (#220) (2dbe2b9)
  • explicit match in array elements of files (#218) (e84cbd7)
Commits

Updates @eslint/config-helpers from 0.2.2 to 0.2.3

Release notes

Sourced from @​eslint/config-helpers's releases.

plugin-kit: v0.2.3

0.2.3 (2024-11-14)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.8.0 to ^0.9.0

config-helpers: v0.2.3

0.2.3 (2025-06-09)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.14.0 to ^0.15.0
Changelog

Sourced from @​eslint/config-helpers's changelog.

0.2.3 (2025-06-09)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.14.0 to ^0.15.0
Commits

Updates @eslint/plugin-kit from 0.3.1 to 0.3.2

Release notes

Sourced from @​eslint/plugin-kit's releases.

plugin-kit: v0.3.2

0.3.2 (2025-06-09)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.14.0 to ^0.15.0
Changelog

Sourced from @​eslint/plugin-kit's changelog.

0.3.2 (2025-06-09)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.14.0 to ^0.15.0
Commits

Updates @tailwindcss/node from 4.1.8 to 4.1.10

Release notes

Sourced from @​tailwindcss/node's releases.

v4.1.10

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

v4.1.9

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Changelog

Sourced from @​tailwindcss/node's changelog.

[4.1.10] - 2025-06-11

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

[4.1.9] - 2025-06-11

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Commits

Updates @tailwindcss/oxide-android-arm64 from 4.1.8 to 4.1.10

Release notes

Sourced from @​tailwindcss/oxide-android-arm64's releases.

v4.1.10

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

v4.1.9

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Changelog

Sourced from @​tailwindcss/oxide-android-arm64's changelog.

[4.1.10] - 2025-06-11

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

[4.1.9] - 2025-06-11

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Commits

Updates @tailwindcss/oxide-darwin-arm64 from 4.1.8 to 4.1.10

Release notes

Sourced from @​tailwindcss/oxide-darwin-arm64's releases.

v4.1.10

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

v4.1.9

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Changelog

Sourced from @​tailwindcss/oxide-darwin-arm64's changelog.

[4.1.10] - 2025-06-11

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

[4.1.9] - 2025-06-11

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Commits

Updates @tailwindcss/oxide-darwin-x64 from 4.1.8 to 4.1.10

Release notes

Sourced from @​tailwindcss/oxide-darwin-x64's releases.

v4.1.10

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

v4.1.9

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Changelog

Sourced from @​tailwindcss/oxide-darwin-x64's changelog.

[4.1.10] - 2025-06-11

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

[4.1.9] - 2025-06-11

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Commits

Updates @tailwindcss/oxide-freebsd-x64 from 4.1.8 to 4.1.10

Release notes

Sourced from @​tailwindcss/oxide-freebsd-x64's releases.

v4.1.10

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

v4.1.9

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Changelog

Sourced from @​tailwindcss/oxide-freebsd-x64's changelog.

[4.1.10] - 2025-06-11

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

[4.1.9] - 2025-06-11

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Commits

Updates @tailwindcss/oxide-linux-arm-gnueabihf from 4.1.8 to 4.1.10

Release notes

Sourced from @​tailwindcss/oxide-linux-arm-gnueabihf's releases.

v4.1.10

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

v4.1.9

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Changelog

Sourced from @​tailwindcss/oxide-linux-arm-gnueabihf's changelog.

[4.1.10] - 2025-06-11

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

[4.1.9] - 2025-06-11

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Commits

Updates @tailwindcss/oxide-linux-arm64-gnu from 4.1.8 to 4.1.10

Release notes

Sourced from @​tailwindcss/oxide-linux-arm64-gnu's releases.

v4.1.10

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

v4.1.9

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Changelog

Sourced from @​tailwindcss/oxide-linux-arm64-gnu's changelog.

[4.1.10] - 2025-06-11

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

[4.1.9] - 2025-06-11

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Commits

Updates @tailwindcss/oxide-linux-arm64-musl from 4.1.8 to 4.1.10

Release notes

Sourced from @​tailwindcss/oxide-linux-arm64-musl's releases.

v4.1.10

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

v4.1.9

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Changelog

Sourced from @​tailwindcss/oxide-linux-arm64-musl's changelog.

[4.1.10] - 2025-06-11

Fixed

Package Dependencies
Ecosystem:
npm
Version Change:
3.25.57 → 3.25.62
Update Type:
Patch
Package:
@types/node
Ecosystem:
npm
Version Change:
24.0.0 → 24.0.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.8 → 4.1.10
Update Type:
Patch
Package:
tailwindcss
Ecosystem:
npm
Version Change:
4.1.8 → 4.1.10
Update Type:
Patch
Package:
rollup
Ecosystem:
npm
Version Change:
4.42.0 → 4.43.0
Update Type:
Minor
Package:
postcss
Ecosystem:
npm
Version Change:
8.5.4 → 8.5.5
Update Type:
Patch
Package:
vercel
Ecosystem:
npm
Version Change:
42.3.0 → 43.0.0
Update Type:
Major
Ecosystem:
npm
Version Change:
1.7.13 → 1.9.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.0.30001721 → 1.0.30001722
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.2.9 → 1.3.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.20.0 → 0.20.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.3.1 → 0.3.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.8 → 4.1.10
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.2.2 → 0.2.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.2.1 → 5.2.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.8 → 4.1.10
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.8 → 4.1.10
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.8 → 4.1.10
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.8 → 4.1.10
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.8 → 4.1.10
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.8 → 4.1.10
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.8 → 4.1.10
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.8 → 4.1.10
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.8 → 4.1.10
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.8 → 4.1.10
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.8 → 4.1.10
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.8 → 4.1.10
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.8 → 4.1.10
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.0.83 → 2.0.84
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.8.0 → 4.9.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.7.9 → 2.7.10
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.1.11 → 1.1.12
Update Type:
Patch
Technical Details
ID: 1486669
UUID: 2585605062
Node ID: PR_kwDOMzbQP86aHTPG
Host: GitHub
Repository: poad/github-rest-api-executor
Merge State: Unknown