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

Bump the all-dependencies group with 42 updates

Merged
Number: #27
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: June 01, 2025 at 06:17 AM UTC
(3 months ago)
Updated: June 01, 2025 at 06:17 AM UTC
(3 months ago)
Merged: June 01, 2025 at 06:17 AM UTC
(3 months ago)
by github-actions[bot]
Time to Close: less than a minute
Labels:
dependencies javascript
Description:

Bumps the all-dependencies group with 42 updates:

Package From To
eslint 9.25.1 9.28.0
next 15.3.1 15.3.3
@types/node 22.15.3 22.15.29
@types/react 19.1.2 19.1.6
@types/react-dom 19.1.3 19.1.5
eslint-config-next 15.3.1 15.3.3
postcss 8.5.3 8.5.4
prettier-plugin-merge 0.7.3 0.7.4
prettier-plugin-tailwindcss 0.6.11 0.6.12
tailwindcss 4.1.5 4.1.8
@eslint-community/eslint-utils 4.6.1 4.7.0
@eslint/config-helpers 0.2.1 0.2.2
@eslint/core 0.13.0 0.14.0
@eslint/js 9.25.1 9.28.0
@eslint/plugin-kit 0.2.8 0.3.1
@napi-rs/wasm-runtime 0.2.9 0.2.10
@next/env 15.3.1 15.3.3
@next/eslint-plugin-next 15.3.1 15.3.3
@next/swc-darwin-arm64 15.3.1 15.3.3
@next/swc-darwin-x64 15.3.1 15.3.3
@next/swc-linux-arm64-gnu 15.3.1 15.3.3
@next/swc-linux-arm64-musl 15.3.1 15.3.3
@next/swc-linux-x64-gnu 15.3.1 15.3.3
@next/swc-linux-x64-musl 15.3.1 15.3.3
@next/swc-win32-arm64-msvc 15.3.1 15.3.3
@next/swc-win32-x64-msvc 15.3.1 15.3.3
@typescript-eslint/eslint-plugin 8.31.1 8.33.0
@typescript-eslint/parser 8.31.1 8.33.0
@typescript-eslint/scope-manager 8.31.1 8.33.0
@typescript-eslint/type-utils 8.31.1 8.33.0
@typescript-eslint/types 8.31.1 8.33.0
@typescript-eslint/typescript-estree 8.31.1 8.33.0
@typescript-eslint/utils 8.31.1 8.33.0
@typescript-eslint/visitor-keys 8.31.1 8.33.0
caniuse-lite 1.0.30001716 1.0.30001720
es-abstract 1.23.9 1.24.0
fdir 6.4.4 6.4.5
get-tsconfig 4.10.0 4.10.1
napi-postinstall 0.2.3 0.2.4
sharp 0.34.1 0.34.2
tinyglobby 0.2.13 0.2.14
unrs-resolver 1.7.2 1.7.8

Updates eslint from 9.25.1 to 9.28.0

Release notes

Sourced from eslint's releases.

v9.28.0

Features

  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)

Bug Fixes

  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • 81c3c93 fix: curly types (#19750) (Eli)

Documentation

  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)

Chores

  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])

v9.27.0

Features

  • d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)
  • ba456e0 feat: Externalize MCP server (#19699) (Nicholas C. Zakas)
  • 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#19705) (sethamus)
  • 7bc6c71 feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)
  • ee40364 feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)
  • 32957cd feat: support TS syntax in max-params (#19557) (Nitin Kumar)

Bug Fixes

  • 5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.28.0 - May 30, 2025

  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 81c3c93 fix: curly types (#19750) (Eli)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)

v9.27.0 - May 16, 2025

  • f8f1560 chore: upgrade @​eslint/js@​9.27.0 (#19739) (Milos Djermanovic)
  • ecaef73 chore: package.json update for @​eslint/js release (Jenkins)
  • 25de550 docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)
  • bd5def6 docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)
  • d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)
  • 5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir)
  • 596fdc6 chore: update dependency @​arethetypeswrong/cli to ^0.18.0 (#19732) (renovate[bot])
  • ba456e0 feat: Externalize MCP server (#19699) (Nicholas C. Zakas)
  • dc5ed33 fix: correct types and tighten type definitions in SourceCode class (#19731) (루밀LuMir)
  • 4d0c60d docs: Add Neovim to editor integrations (#19729) (Maria José Solano)
  • f791da0 chore: remove unbalanced curly brace from .editorconfig (#19730) (Maria José Solano)
  • e86edee refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)
  • 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#19705) (sethamus)
  • cf36352 chore: remove shared types (#19718) (Francesco Trotta)
  • f60f276 refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)

... (truncated)

Commits
  • f341f21 9.28.0
  • 779dda9 Build: changelog update for 9.28.0
  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802)
  • 844f5a6 chore: package.json update for @​eslint/js release
  • b0674be feat: Customization of serialization for languageOptions (#19760)
  • 3ec2082 docs: Nested arrays in files config entry (#19799)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798)
  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773)
  • Additional commits viewable in compare view

Updates next from 15.3.1 to 15.3.3

Release notes

Sourced from next's releases.

v15.3.3

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Reinstate vary (#79939)
  • fix(next-swc): Fix interestingness detection for React Compiler (#79558)
  • fix(next-swc): Fix react compiler usefulness detector (#79480)
  • fix(dev-overlay): Better handle edge-case file paths in launchEditor (#79526)
  • Client router should discard stale prefetch entries for static pages (#79362)

Credits

Huge thanks to @​gaojude, @​kdy1, @​bgw, and @​unstubbable for helping!

v15.3.2

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • backport: fix(turbopack): Store persistence of wrapped task on RawVc::LocalOutput (#78488) (#78883)
  • @​next/mdx: Use stable turbopack config options (#78880)
  • Fix react-compiler: Fix detection of interest (#78879)
  • Fix turbopack: Backport sourcemap bugfix (#78881)
  • [next-server] preserve rsc query for rsc redirects (#78876)
  • Update middleware public/static matching (#78875)

Credits

Huge thanks to @​ijjk, @​huozhi, @​kdy1, @​wbinnssmith, and @​bgw for helping!

Commits
  • 3ab8db7 v15.3.3
  • 18c8113 [backport] Reinstate vary (#79939)
  • e18212f re-enable vary header deploy test (#79753)
  • ec202ec Revert "[next-server] skip setting vary header for basic routes" (#79426)
  • e2f264f fix(next-swc): Fix interestingness detection for React Compiler (15.3) (#79558)
  • 562fac7 fix(next-swc): Fix react compiler usefulness detector (15.3) (#79480)
  • 06097fd fix(dev-overlay): Better handle edge-case file paths in launchEditor (#79526)
  • bda731f Client router should discard stale prefetch entries for static pages (#79362)
  • d9ec4a4 v15.3.2
  • 3def5ff backport: fix(turbopack): Store persistence of wrapped task on RawVc::LocalOu...
  • Additional commits viewable in compare view

Updates @types/node from 22.15.3 to 22.15.29

Commits

Updates @types/react from 19.1.2 to 19.1.6

Commits

Updates @types/react-dom from 19.1.3 to 19.1.5

Commits

Updates eslint-config-next from 15.3.1 to 15.3.3

Release notes

Sourced from eslint-config-next's releases.

v15.3.3

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Reinstate vary (#79939)
  • fix(next-swc): Fix interestingness detection for React Compiler (#79558)
  • fix(next-swc): Fix react compiler usefulness detector (#79480)
  • fix(dev-overlay): Better handle edge-case file paths in launchEditor (#79526)
  • Client router should discard stale prefetch entries for static pages (#79362)

Credits

Huge thanks to @​gaojude, @​kdy1, @​bgw, and @​unstubbable for helping!

v15.3.2

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • backport: fix(turbopack): Store persistence of wrapped task on RawVc::LocalOutput (#78488) (#78883)
  • @​next/mdx: Use stable turbopack config options (#78880)
  • Fix react-compiler: Fix detection of interest (#78879)
  • Fix turbopack: Backport sourcemap bugfix (#78881)
  • [next-server] preserve rsc query for rsc redirects (#78876)
  • Update middleware public/static matching (#78875)

Credits

Huge thanks to @​ijjk, @​huozhi, @​kdy1, @​wbinnssmith, and @​bgw for helping!

Commits

Updates postcss from 8.5.3 to 8.5.4

Release notes

Sourced from postcss's releases.

8.5.4

Changelog

Sourced from postcss's changelog.

8.5.4

Commits

Updates prettier-plugin-merge from 0.7.3 to 0.7.4

Release notes

Sourced from prettier-plugin-merge's releases.

v0.7.4

What's Changed

Full Changelog: https://github.com/ony3000/prettier-plugin-merge/compare/v0.7.3...v0.7.4

Commits
  • db5f524 chore: release 0.7.4
  • 2333551 Merge pull request #37 from ony3000/fix-patching-process-again
  • a54f1d2 perf: use appropriately cropped unscanned text when checking word diffs
  • 302a295 perf: use word diffs instead of character diffs
  • 92c94bc refactor: tidy up some code
  • 69fa93d chore: remove duplicate patch text
  • 8666178 fix: calculate length of scanned text precisely
  • 75504e2 fix: check word diffs even when there is only one conflicting patch
  • 735c10e fix: calculate length of scanned text precisely
  • 7f80d2f refactor: rename variables
  • Additional commits viewable in compare view

Updates prettier-plugin-tailwindcss from 0.6.11 to 0.6.12

Release notes

Sourced from prettier-plugin-tailwindcss's releases.

v0.6.12

  • Add internal (unsupported) option to load Tailwind CSS using a different package name (#366)
Changelog

Sourced from prettier-plugin-tailwindcss's changelog.

[0.6.12] - 2025-05-30

  • Add internal (unsupported) option to load Tailwind CSS using a different package name (#366)
Commits

Updates tailwindcss from 4.1.5 to 4.1.8

Release notes

Sourced from tailwindcss's releases.

v4.1.8

Added

  • Improve error messages when @apply fails (#18059)

Fixed

  • Upgrade: Do not migrate declarations that look like candidates in <style> blocks (#18057, 18068)
  • Upgrade: Don't error when looking for tailwindcss in pnpm monorepos (#18065)
  • Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
  • Upgrade: Migrate deprecated order-none to order-0 (#18126)
  • Support Leptos class: attributes when extracting classes (#18093)
  • Fix "Cannot read properties of undefined" crash on malformed arbitrary value (#18133)
  • Upgrade: Migrate -mt-[0px] to mt-[0px] instead of the other way around (#18154)
  • Fix Haml pre-processing crash when there is no \n at the end of the file (#18155)
  • Ignore .pnpm-store folders by default (can be overridden by @source … rules) (#18163)
  • Fix PostCSS crash when calling toJSON() (#18083)

v4.1.7

Added

  • Upgrade: Migrate bare values to named values (#18000)
  • Upgrade: Added cache to improve template migration performance (#18025)

Fixed

  • Allow _ before numbers during candidate extraction (#17961)
  • Prevent duplicate suggestions when using @theme and @utility together (#17675)
  • Ensure that media queries within ::before and ::after pseudo selectors create valid CSS rules in production builds (#17979)
  • Ensure that the standalone CLI does not leave temporary files behind (#17981)
  • Ensure -rotate-* utilities properly negate arbitrary values (#18014)
  • Ignore custom variants using :merge(…) selectors in legacy JS plugins (#18020)
  • Ensure classes containing . are properly extracted from Clojure files (#18038)
  • Upgrade: Fix error when using @import … source(…) (#17963)
  • Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
  • Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than class (#18025)

v4.1.6

Added

  • Upgrade: Automatically convert arbitrary values to named values when possible (e.g. h-[1lh] to h-lh) (#17831, #17854)
  • Upgrade: Update dependencies in parallel for improved performance (#17898)
  • Add detailed logging about @source directives, discovered files and scanned files when using DEBUG=* (#17906, #17952)
  • Add support for generating source maps in development (#17775)

Fixed

  • Ensure negative arbitrary scale values generate negative values (#17831)
  • Fix HAML extraction with embedded Ruby (#17846)
  • Don't scan files for utilities when using @reference (#17836)

... (truncated)

Changelog

Sourced from tailwindcss's changelog.

[4.1.8] - 2025-05-27

Added

  • Improve error messages when @apply fails (#18059)

Fixed

  • Upgrade: Do not migrate declarations that look like candidates in <style> blocks (#18057, 18068)
  • Upgrade: Don't error when looking for tailwindcss in pnpm monorepos (#18065)
  • Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
  • Upgrade: Migrate deprecated order-none to order-0 (#18126)
  • Support Leptos class: attributes when extracting classes (#18093)
  • Fix "Cannot read properties of undefined" crash on malformed arbitrary value (#18133)
  • Upgrade: Migrate -mt-[0px] to mt-[0px] instead of the other way around (#18154)
  • Fix Haml pre-processing crash when there is no \n at the end of the file (#18155)
  • Ignore .pnpm-store folders by default (can be overridden by @source … rules) (#18163)
  • Fix PostCSS crash when calling toJSON() (#18083)

[4.1.7] - 2025-05-15

Added

  • Upgrade: Migrate bare values to named values (#18000)
  • Upgrade: Added cache to improve template migration performance (#18025)

Fixed

  • Allow _ before numbers during candidate extraction (#17961)
  • Prevent duplicate suggestions when using @theme and @utility together (#17675)
  • Ensure that media queries within ::before and ::after pseudo selectors create valid CSS rules in production builds (#17979)
  • Ensure that the standalone CLI does not leave temporary files behind (#17981)
  • Ensure -rotate-* utilities properly negate arbitrary values (#18014)
  • Ignore custom variants using :merge(…) selectors in legacy JS plugins (#18020)
  • Ensure classes containing . are properly extracted from Clojure files (#18038)
  • Upgrade: Fix error when using @import … source(…) (#17963)
  • Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
  • Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than class (#18025)

[4.1.6] - 2025-05-09

Added

  • Upgrade: Automatically convert arbitrary values to named values when possible (e.g. h-[1lh] to h-lh) (#17831, #17854)
  • Upgrade: Update dependencies in parallel for improved performance (#17898)
  • Add detailed logging about @source directives, discovered files and scanned files when using DEBUG=* (#17906, #17952)
  • Add support for generating source maps in development (#17775)

Fixed

... (truncated)

Commits

Updates @eslint-community/eslint-utils from 4.6.1 to 4.7.0

Release notes

Sourced from @​eslint-community/eslint-utils's releases.

v4.7.0

4.7.0 (2025-05-02)

Bug Fixes

Features

  • add support for typescript AST to getStaticValue, and ReferenceTracker (#255) (c802ca0)
Commits
  • 38c229b fix: npm script preversion (#256)
  • c802ca0 feat: add support for typescript AST to getStaticValue, and `ReferenceTrack...
  • 92ccc4b chore: updated ci.yml to fix typo in comment (#254)
  • See full diff in compare view

Updates @eslint/config-helpers from 0.2.1 to 0.2.2

Release notes

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

plugin-kit: v0.2.2

0.2.2 (2024-10-25)

Dependencies

  • The following workspace dependencies were updated <...

    Description has been truncated

Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+435
Deletions:
-387
Package Dependencies
Package:
eslint
Ecosystem:
npm
Version Change:
9.25.1 → 9.28.0
Update Type:
Minor
Package:
@types/node
Ecosystem:
npm
Version Change:
22.15.3 → 22.15.29
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.1.2 → 19.1.6
Update Type:
Patch
Package:
next
Ecosystem:
npm
Version Change:
15.3.1 → 15.3.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.1.3 → 19.1.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
15.3.1 → 15.3.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.31.1 → 8.33.0
Update Type:
Minor
Package:
tailwindcss
Ecosystem:
npm
Version Change:
4.1.5 → 4.1.8
Update Type:
Patch
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.25.1 → 9.28.0
Update Type:
Minor
Package:
postcss
Ecosystem:
npm
Version Change:
8.5.3 → 8.5.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
15.3.1 → 15.3.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.6.11 → 0.6.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.31.1 → 8.33.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.7.2 → 1.7.8
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.0.30001716 → 1.0.30001720
Update Type:
Patch
Package:
sharp
Ecosystem:
npm
Version Change:
0.34.1 → 0.34.2
Update Type:
Patch
Package:
tinyglobby
Ecosystem:
npm
Version Change:
0.2.13 → 0.2.14
Update Type:
Patch
Package:
fdir
Ecosystem:
npm
Version Change:
6.4.4 → 6.4.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.31.1 → 8.33.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.31.1 → 8.33.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.31.1 → 8.33.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.31.1 → 8.33.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.31.1 → 8.33.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.31.1 → 8.33.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.2.9 → 0.2.10
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.10.0 → 4.10.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.2.3 → 0.2.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.6.1 → 4.7.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.13.0 → 0.14.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.2.8 → 0.3.1
Update Type:
Minor
Package:
es-abstract
Ecosystem:
npm
Version Change:
1.23.9 → 1.24.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.2.1 → 0.2.2
Update Type:
Patch
Package:
@next/env
Ecosystem:
npm
Version Change:
15.3.1 → 15.3.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.7.3 → 0.7.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
15.3.1 → 15.3.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
15.3.1 → 15.3.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
15.3.1 → 15.3.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
15.3.1 → 15.3.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
15.3.1 → 15.3.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
15.3.1 → 15.3.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
15.3.1 → 15.3.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
15.3.1 → 15.3.3
Update Type:
Patch
Technical Details
ID: 785866
UUID: 2557725424
Node ID: PR_kwDOM7lxl86Yc8rw
Host: GitHub
Repository: Timdatabase/Timdatabase.github.io
Merge State: Unknown