Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all-major (major) #1530

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@headlessui/react (source) 1.7.19 -> 2.0.4 age adoption passing confidence
@headlessui/react (source) ^1.7.19 -> ^2.0.4 age adoption passing confidence
@rollup/plugin-commonjs (source) 25.0.7 -> 26.0.1 age adoption passing confidence
@testing-library/react 14.3.1 -> 16.0.0 age adoption passing confidence
drupal/gutenberg (source) ^2.8.0 -> ^3.0.2 age adoption passing confidence
drupal/gutenberg (source) 2.8.0 -> 3.0.2 age adoption passing confidence
drupal/typed_data (source) 1.0.0-beta2 -> 2.1.0 age adoption passing confidence
glob 8.0.3 -> 10.4.2 age adoption passing confidence
remeda (source) ^1.61.0 -> ^2.2.0 age adoption passing confidence
tar ^6.2.1 -> ^7.4.0 age adoption passing confidence

Release Notes

tailwindlabs/headlessui (@​headlessui/react)

v2.0.4

Compare Source

Fixed
  • [internal] Don’t set a focus fallback for Dialog’s in demo mode (#​3194)
  • Ensure page doesn't scroll down when pressing Escape to close the Dialog component (#​3218)
  • Fix crash when toggling between virtual and non-virtual mode in Combobox component (#​3236)
  • Ensure tabbing to a portalled <PopoverPanel> component moves focus inside (without using <PortalGroup>) (#​3239)
  • Only handle form reset when defaultValue is used (#​3240)
Deprecated
  • Mark SwitchGroup as deprecated, prefer Field instead (#​3232)
Changed
  • Use native fieldset instead of div by default for <Fieldset /> component (#​3237)

v2.0.3

Compare Source

Fixed
  • Make sure disabling demo mode on <Combobox> works (#​3182)

v2.0.2

Compare Source

Fixed
  • Improve performance of internal useInertOthers hook (#​3181)

v2.0.1

Compare Source

Fixed
  • Remove accidental deprecation comments on <DialogPanel> and <DialogTitle> (#​3176)

v2.0.0

Compare Source

Added
Fixed
  • Fix scroll-locking on iOS (#​2891)
  • Fix cancellation of events when using disabled or aria-disabled attributes (#​2890)
  • Fix unnecessary execution of the displayValue callback in ComboboxInput component (#​3048)
  • Fix types for multiple prop in Combobox component (#​3099)
  • Fix focus handling in ComboboxInput component (#​3065, #​3073)
  • Fix enter transitions in Transition component (#​3074)
  • Fix focus handling in ListboxOptions and MenuItems components (#​3112)
  • Fix horizontal scrolling inside the Dialog component (#​2889)
  • Don’t cancel touchmove on input elements inside a dialog (#​3166)
Changed
  • Require React 18 (#​2887, #​3092, #​3131)
  • Always render hidden form input fields for Checkbox, Switch, and RadioGroup components (#​3095)
  • Deprecate the RadioGroup.Option component in favor of new Radio component (#​2887)
  • Dialog is now focused by default instead of the first focusable element (#​2887)
  • Change default tags for ListboxOptions, ListboxOption, ComboboxOptions, ComboboxOption, and TabGroup components (#​3109)
  • Change default tag from div to Fragment on Transition components (#​3110, #​3147)
  • Allow Combobox component to have a null value (#​3064, #​3100)
  • Attempt form submission when pressing enter on the ListboxButton component (#​2972)
  • Deprecate the entered prop on the Transition component (#​3089)
  • Deprecate dot notation for components (#​2887, #​3170)
  • Add frozen value to ComboboxOptions component (#​3126)
  • Remove deprecated DialogBackdrop and DialogOverlay components (#​3171)
rollup/plugins (@​rollup/plugin-commonjs)

v26.0.1

2024-06-05

Bugfixes
  • fix: correct import of glob (04a15b5)

v26.0.0

2024-06-05

Breaking Changes
  • chore!: bump glob's version (#​1695)

v25.0.8

2024-05-22

Bugfixes
  • fix: preserve the class body property keys even if they are special keywords (#​1688)
testing-library/react-testing-library (@​testing-library/react)

v16.0.0

Compare Source

Features
  • Move @testing-library/dom and @types/react-dom to peer dependencies (#​1305) (a4744fa)
BREAKING CHANGES
  • @testing-library/dom was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of @testing-library/dom installed that frequently caused bugs when used with @testing-library/user-event. We will also be able to allow new versions of @testing-library/dom being used without a SemVer major release of @testing-library/react by just widening the peer dependency.
    @types/react-dom needs to be installed if you're typechecking files using @testing-library/react.

v15.0.7

Compare Source

v15.0.6

Compare Source

v15.0.5

Compare Source

v15.0.4

Compare Source

v15.0.3

Compare Source

Bug Fixes
  • Don't raise TypeScript errors when hydating document (#​1304) (067d0c6)

v15.0.2

Compare Source

v15.0.1

Compare Source

v15.0.0

Compare Source

isaacs/node-glob (glob)

v10.4.2

Compare Source

v10.4.1

Compare Source

v10.4.0

Compare Source

v10.3.16

Compare Source

v10.3.15

Compare Source

v10.3.14

Compare Source

v10.3.13

Compare Source

v10.3.12

Compare Source

v10.3.11

Compare Source

v10.3.10

Compare Source

v10.3.9

Compare Source

v10.3.8

Compare Source

v10.3.7

Compare Source

v10.3.6

Compare Source

v10.3.5

Compare Source

v10.3.4

Compare Source

v10.3.3

Compare Source

v10.3.2

Compare Source

v10.3.1

Compare Source

v10.3.0

Compare Source

  • Add --default -p flag to provide a default pattern

v10.2.7

Compare Source

v10.2.6

Compare Source

v10.2.5

Compare Source

v10.2.4

Compare Source

v10.2.3

Compare Source

v10.2.2

Compare Source

v10.2.1

Compare Source

v10.2.0

Compare Source

  • Add glob cli

v10.1.0

Compare Source

  • Return '.' instead of the empty string '' when the current
    working directory is returned as a match.
  • Add posix: true option to return / delimited paths, even on
    Windows.

v10.0.0

Compare Source

  • No default exports, only named exports

v9.3.5

Compare Source

v9.3.4

Compare Source

v9.3.3

Compare Source

  • Upgraded minimatch to v8, adding support for any degree of
    nested extglob patterns.

v9.3.2

Compare Source

v9.3.1

Compare Source

v9.3.0

Compare Source

v9.2.1

Compare Source

v9.2.0

Compare Source

v9.1.2

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

v9.0.2

Compare Source

v9.0.1

Compare Source

v9.0.0

Compare Source

v8.1.0

Compare Source

remeda/remeda (remeda)

v2.2.0

Compare Source

Features

v2.1.0

Compare Source

Features

v2.0.12

Compare Source

Bug Fixes
  • pullObject,fromKeys: Don't partialize unbound records (#​735) (ca8f2d4)

v2.0.11

Compare Source

Bug Fixes

v2.0.10

Compare Source

Bug Fixes

v2.0.9

Compare Source

Bug Fixes

v2.0.8

Compare Source

Bug Fixes

v2.0.7

Compare Source

Bug Fixes

v2.0.6

Compare Source

Bug Fixes

v2.0.5

Compare Source

Bug Fixes

v2.0.4

Compare Source

Bug Fixes
  • set: prevent setting undefined on optional props (#​715) (43f3fc8)

v2.0.3

Compare Source

Bug Fixes

v2.0.2

Compare Source

Bug Fixes

v2.0.1

Compare Source

Bug Fixes

v2.0.0

Compare Source

🎉 We are excited to announce the release of Remeda v2! 🎉

It's been nearly two years since our last major update, and this version is packed with the improvements and changes you've been waiting for. This release focuses on modernization and simplification, gathering many important updates into one comprehensive release.

To make the transition as easy as possible we've prepared a thorough migration guide, which can be found on our documentation site.

Highlights

  • Modernized Runtime and TypeScript Support: Remeda is now compiled with a target of ES2022, and the minimum TypeScript version is now 5.1, allowing us to leverage the latest features for improved type safety and better runtime performance.
  • Removed Variants: The indexed and strict variants are now merged into the base functions, with indexed parameters and improved typing as defaults, respectively.
  • Headless Invocation Changes: Functions like keys and identity should now be called with no parameters to get their dataLast implementation; only type-guards remain headless.
  • Function Renames and Removals: We have aligned function names with ECMAScript standards (e.g., toPairs is now entries), and removed redundant functions that can be replaced with combinations of other functions (e.g., compact replaced with filter(isTruthy)).
  • Object Keys Handling: Typing changes better reflect JavaScript's handling of symbol and number keys.
  • Re-Implementations: Several functions, including clone, difference, and intersect, have had their runtime implementations and semantics adjusted to handle edge cases more consistently.

We believe these changes will enhance your development experience, making Remeda more powerful and easier to use. Thank you for being a part of the Remeda community. If you encounter any issues or have questions, please reach out on our GitHub Issues page. Happy coding!

Go ahead and update!
npm install remeda@latest
yarn add remeda@latest
pnpm add remeda@latest
bun add remeda@latest

The Remeda Team

isaacs/node-tar (tar)

v7.4.0

Compare Source

v7.3.0

Compare Source

v7.2.0

Compare Source

v7.1.0

Compare Source

v7.0.1

Compare Source

v7.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 3am on thursday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the test-all/renovate/major-all-major branch 4 times, most recently from 47fc239 to 285cd86 Compare May 26, 2024 18:36
@renovate renovate bot force-pushed the test-all/renovate/major-all-major branch 7 times, most recently from 1ba54a5 to 5658c1e Compare June 6, 2024 18:46
@renovate renovate bot force-pushed the test-all/renovate/major-all-major branch 2 times, most recently from f283739 to 5ab3660 Compare June 11, 2024 03:30
@renovate renovate bot force-pushed the test-all/renovate/major-all-major branch 6 times, most recently from b4c1b02 to 5910ae5 Compare June 26, 2024 08:06
@renovate renovate bot force-pushed the test-all/renovate/major-all-major branch 8 times, most recently from dc6d13f to e6e15e7 Compare July 5, 2024 17:48
@renovate renovate bot force-pushed the test-all/renovate/major-all-major branch 3 times, most recently from 9319cdc to d76f9b1 Compare July 6, 2024 17:16
@renovate renovate bot force-pushed the test-all/renovate/major-all-major branch 5 times, most recently from cae290b to 3168bf9 Compare July 11, 2024 01:45
Copy link
Contributor Author

renovate bot commented Jul 11, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: apps/silverback-drupal/composer.lock
Command failed: composer update drupal/gutenberg:3.0.2 drupal/typed_data:2.1.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Dependency drupal/core is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires drupal/typed_data 2.1.0 -> satisfiable by drupal/typed_data[2.1.0].
    - drupal/typed_data 2.1.0 requires drupal/core ^10.3 | ^11 -> found drupal/core[10.3.0, 10.3.1] but it conflicts with your root composer.json require (10.2.6).
  Problem 2
    - drupal/typed_data 2.1.0 requires drupal/core ^10.3 | ^11 -> found drupal/core[10.3.0, 10.3.1] but it conflicts with your root composer.json require (10.2.6).
    - drupal/graphql 4.7.0 requires drupal/typed_data * -> satisfiable by drupal/typed_data[2.1.0].
    - drupal/graphql is locked to version 4.7.0 and an update of this package was not requested.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate bot force-pushed the test-all/renovate/major-all-major branch 4 times, most recently from ae7f681 to 715ec81 Compare July 18, 2024 21:58
@renovate renovate bot force-pushed the test-all/renovate/major-all-major branch from 715ec81 to 657c7a6 Compare July 19, 2024 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants