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

Deps: Update all non-major dependencies #1702

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) 19.6.0 -> 19.6.1 age adoption passing confidence devDependencies patch
@floating-ui/dom (source) 1.6.11 -> 1.6.12 age adoption passing confidence devDependencies patch
@floating-ui/react (source) ^0.26.5 -> ^0.27.0 age adoption passing confidence dependencies minor
@lmc-eu/spirit-design-tokens (source) 2.1.1 -> 2.1.3 age adoption passing confidence devDependencies patch
@lmc-eu/spirit-form-validations (source) 2.0.4 -> 2.0.7 age adoption passing confidence devDependencies patch
@lmc-eu/spirit-web (source) 2.5.0 -> 2.5.2 age adoption passing confidence devDependencies patch
@next/eslint-plugin-next (source) 14.2.18 -> 14.2.20 age adoption passing confidence devDependencies patch
@playwright/test (source) 1.49.0 -> 1.49.1 age adoption passing confidence devDependencies patch
@rollup/plugin-node-resolve (source) 15.3.0 -> 15.3.1 age adoption passing confidence devDependencies patch
@rollup/plugin-replace (source) 6.0.1 -> 6.0.2 age adoption passing confidence devDependencies patch
@rollup/plugin-typescript (source) 12.1.1 -> 12.1.2 age adoption passing confidence devDependencies patch
@testing-library/react 16.0.1 -> 16.1.0 age adoption passing confidence devDependencies minor
@vitejs/plugin-react (source) 4.3.3 -> 4.3.4 age adoption passing confidence devDependencies patch
docker/dockerfile 1.11 -> 1.12 age adoption passing confidence syntax minor
html-dom-parser 5.0.10 -> 5.0.12 age adoption passing confidence dependencies patch
html-react-parser 5.1.18 -> 5.2.1 age adoption passing confidence dependencies minor
mcr.microsoft.com/playwright v1.49.0-jammy -> v1.49.1-jammy age adoption passing confidence docker patch
netlify-cli 17.37.2 -> 17.38.1 age adoption passing confidence devDependencies minor
next (source) 14.2.18 -> 14.2.20 age adoption passing confidence dependencies patch
sass-embedded 1.81.0 -> 1.83.0 age adoption passing confidence devDependencies minor
terser-webpack-plugin 5.3.10 -> 5.3.11 age adoption passing confidence devDependencies patch
yarn (source) 4.5.0 -> 4.5.3 age adoption passing confidence packageManager patch

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

floating-ui/floating-ui (@​floating-ui/dom)

v1.6.12

Compare Source

Patch Changes
  • fix: handle relative html offset clipping rect
  • fix(getClippingRect): allow passing DOMRect as a boundary
floating-ui/floating-ui (@​floating-ui/react)

v0.27.2

Compare Source

Patch Changes
  • fix(FloatingFocusManager): prevent stale inert/aria-hidden attributes from being left on outside elements

v0.27.1

Compare Source

Patch Changes
  • fix(FloatingFocusManager): correctly fallback to container
  • fix(FloatingFocusManager): check for ancestor floating focus element during closeOnFocusOut
  • fix(FloatingFocusManager): avoid marking tree ancestor floating nodes with data-floating-ui-inert when modal=false

v0.27.0

Compare Source

Minor Changes
  • chore: deprecate inner and useInnerOffset. This technique of aligning an inner element to the reference has poor performance with longer lists, doesn't fit with the middleware paradigm, doesn't work on touch, and has a better custom alternative using native onScroll that is encouraged instead.
  • breaking: drop React 16 support. 17 is the minimum supported version.
  • fix(useId): add | undefined return type for React 17
Patch Changes
  • feat(FloatingFocusManager): add outsideElementsInert prop. This enables pointer modality without a backdrop.
  • perf(useListNavigation): simplify focusing to remove unneeded asynchronicity
  • fix(useDismiss): allow native clicks to work with referencePress
  • fix(useDismiss): read target overflow style for scrollbar press check. Fixes an issue where outside presses would be incorrectly prevented if the target element that was pressed appeared scrollable but was actually not.
  • fix(FloatingFocusManager): check for 'safe-polygon' reason on return focus

v0.26.28

Compare Source

Patch Changes
  • fix(Composite): change focus to be sync
  • fix(useClick): improve consistency when combining with useHover()
  • feat(useClick): add stickIfOpen prop to determine whether to remain open upon first click when first opened by another event
  • feat(Composite): add RTL support
  • fix(FloatingFocusManager): ensure returnFocus is ignored correctly when using disabled prop
  • fix(useListNavigation): incorrect behaviour with RTL grid

v0.26.27

Compare Source

Patch Changes
  • fix(useListNavigation): ignore Home/End key press for typeable combobox references
  • fix(useListNavigation): ensure submenu references are set as virtualItemRef on floating close
  • fix(inner): use list ref length for fallback detection
  • fix(FloatingPortal): allow root to be reactive from null to an element

v0.26.26

Compare Source

Patch Changes
  • fix(useFloating): access domReference instead of reference
  • feat(FloatingFocusManager): specify element to return focus to

v0.26.25

Compare Source

Patch Changes
  • fix(useListNavigation): handle virtual nested Home/End key press
  • fix(useHover): ignore insignificant movement when resetting restMs
  • fix(useListNavigation): ignore duplicate arrow navigation when composing
  • feat(useDelayGroup): add enabled option
  • fix(useDismiss): handle IME keydown events on Escape
  • fix(inner): round max-height only if not scrollable

v0.26.24

Compare Source

Patch Changes
  • fix(FloatingOverlay): correct multiple locks behavior on iOS
  • fix(FloatingFocusManager): avoid returning focus to nearest tabbable element of the reference if it gets removed when the floating element closes to avoid unwanted focus effects of unrelated elements firing. Tab index context remains preserved if the floating element is portaled.
  • refactor: use React.JSX.Element types. Ensure you've upgraded to the latest @types/react patches (versions since May 6, 2023)
  • fix(FloatingArrow): avoid requiring leading space for manually specified transform style property
  • fix(inner): round maxHeight and apply minItemsVisible only when scrollable
  • Update dependencies: @floating-ui/[email protected], @floating-ui/[email protected]
lmc-eu/spirit-design-system (@​lmc-eu/spirit-design-tokens)

v2.1.3

Compare Source

Dependencies
  • Update all non-major dependencies (188c30d)
  • Update all non-major dependencies (da33775)
  • web, web-react, web-twig: Implement sass-embedded library (07df504)

Note: Version bump only for package @​lmc-eu/spirit-design-tokens

v2.1.2

Compare Source

Dependencies
  • Update all non-major dependencies (949b633)
  • Update dependency vite-plugin-dts to v4 (fa6a656)

Note: Version bump only for package @​lmc-eu/spirit-design-tokens

lmc-eu/spirit-design-system (@​lmc-eu/spirit-form-validations)

v2.0.7

Compare Source

Chores
  • form-validations: Manual version bump (d3eaa7e)
Dependencies
  • Update all non-major dependencies (188c30d)
  • Update all non-major dependencies (da33775)
  • web, web-react, web-twig: Implement sass-embedded library (07df504)

v2.0.6

Compare Source

Documentation

Note: Version bump only for package @​lmc-eu/spirit-form-validations

v2.0.5

Compare Source

Dependencies
  • Update all non-major dependencies (949b633)

Note: Version bump only for package @​lmc-eu/spirit-form-validations

lmc-eu/spirit-design-system (@​lmc-eu/spirit-web)

v2.5.2

Compare Source

Dependencies
  • Update all non-major dependencies (188c30d)
  • Update all non-major dependencies (da33775)
  • web, web-react, web-twig: Implement sass-embedded library (07df504)
Documentation
  • repo: Fix typo in contribution guidelines (efe71c9)

Note: Version bump only for package @​lmc-eu/spirit-web

v2.5.1

Compare Source

Chores
  • web: Use outDir to corectly setup output directory (2182419)
Dependencies

Note: Version bump only for package @​lmc-eu/spirit-web

vercel/next.js (@​next/eslint-plugin-next)

v14.2.20

Compare Source

v14.2.19

Compare Source

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

Core Changes
  • ensure worker exits bubble to parent process (#​73433)
  • Increase max cache tags to 128 (#​73125)
Misc Changes
  • Update max tag items limit in docs (#​73445)
Credits

Huge thanks to @​ztanner and @​ijjk for helping!

microsoft/playwright (@​playwright/test)

v1.49.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/33802 - [Bug]: Codegen's Clear button doesn't work if not recordinghttps://github.com/microsoft/playwright/issues/338066 - [Bug]: playwright hangs while waiting for pending navigationhttps://github.com/microsoft/playwright/issues/3378787 - [Bug]: VSC extension isn't capturing all entered tehttps://github.com/microsoft/playwright/issues/33788788 - [Regression]: Double clicking the steps in trace viewer doesn't filter actihttps://github.com/microsoft/playwright/issues/337723772 - [Bug]: aria_snapshot generates invalid yaml when combined with an aria-label attrhttps://github.com/microsoft/playwright/issues/3379133791 - [Bug]: text input with number value raises "container is not iterable" with to_match_aria_snahttps://github.com/microsoft/playwright/issues/33644/33644 - [Bug]: getByRole can't find element with the accessible name from label element when aria-labelledby is nothttps://github.com/microsoft/playwright/issues/33660s/33660 - [Regression]: Unable to open Playwright UI in Dark Mode

Browser Versions
  • Chromium 131.0.6778.33
  • Mozilla Firefox 132.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 130
  • Microsoft Edge 130
rollup/plugins (@​rollup/plugin-node-resolve)

v15.3.1

2024-12-15

Updates
  • refactor: replace test with includes (#​1787)
rollup/plugins (@​rollup/plugin-replace)

v6.0.2

2024-12-15

Bugfixes
  • fix: add missing types for objectGuards option (#​1818)
rollup/plugins (@​rollup/plugin-typescript)

v12.1.2

2024-12-15

Bugfixes
  • fix: path validation issue in validatePaths function (#​1800)
testing-library/react-testing-library (@​testing-library/react)

v16.1.0

Compare Source

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.3.4

Compare Source

Add Vite 6 to peerDependencies range

Vite 6 is highly backward compatible, not much to add!

Force Babel to output spec compliant import attributes #​386

The default was an old spec (with type: "json"). We now enforce spec compliant (with { type: "json" })

remarkablemark/html-dom-parser (html-dom-parser)

v5.0.12

Compare Source

Bug Fixes
  • client: don't break LaTeX when replacing carriage returns (d69bc66), closes #​917

v5.0.11

Compare Source

Bug Fixes
remarkablemark/html-react-parser (html-react-parser)

v5.2.1

Compare Source

Bug Fixes

v5.2.0

Compare Source

Features

v5.1.19

Compare Source

Bug Fixes
netlify/cli (netlify-cli)

v17.38.1

Compare Source

Bug Fixes

v17.38.0

Compare Source

Features
Bug Fixes
vercel/next.js (next)

v14.2.20

Compare Source

v14.2.19

Compare Source

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

Core Changes
  • ensure worker exits bubble to parent process (#​73433)
  • Increase max cache tags to 128 (#​73125)
Misc Changes
  • Update max tag items limit in docs (#​73445)
Credits

Huge thanks to @​ztanner and @​ijjk for helping!

sass/embedded-host-node (sass-embedded)

v1.83.0

Compare Source

  • Allow trailing commas in all argument and parameter lists.

v1.82.0

Compare Source

Command-Line Interface
  • Improve --watch mode reliability when making multiple changes at once, such
    as checking out a different Git branch.

  • Parse the calc-size() function as a calculation now that it's supported in
    some browsers.

Dart API
  • Add a SassCalculation.calcSize() function.

v1.81.1

Compare Source

  • No user-visible changes.
webpack-contrib/terser-webpack-plugin (terser-webpack-plugin)

v5.3.11

Compare Source

yarnpkg/berry (yarn)

v4.5.3

Compare Source

v4.5.2

Compare Source

v4.5.1

Compare Source


Configuration

📅 Schedule: Branch creation - "after 9am and before 5pm on the 2nd and 4th day instance on Monday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 14, 2024
Copy link

netlify bot commented Oct 14, 2024

Deploy Preview for spirit-design-system-storybook canceled.

Name Link
🔨 Latest commit d26c97f
🔍 Latest deploy log https://app.netlify.com/sites/spirit-design-system-storybook/deploys/67619489417c17000769321e

Copy link

netlify bot commented Oct 14, 2024

Deploy Preview for spirit-design-system ready!

Name Link
🔨 Latest commit d26c97f
🔍 Latest deploy log https://app.netlify.com/sites/spirit-design-system/deploys/6761948925e9c20008909821
😎 Deploy Preview https://deploy-preview-1702--spirit-design-system.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 96 (no change from production)
Accessibility: 91 (no change from production)
Best Practices: 100 (no change from production)
SEO: 91 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the dependencies/all-minor-patch branch 7 times, most recently from 167b887 to 7234637 Compare October 16, 2024 23:25
Copy link
Contributor Author

renovate bot commented Oct 16, 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/web-twig-demo/yarn.lock
error This project's package.json defines "packageManager": "[email protected]". However the current global version of Yarn is 1.22.22.

Presence of the "packageManager" field indicates that the project is meant to be used with Corepack, a tool included by default with all official Node.js distributions starting from 16.9 and 14.19.
Corepack must currently be enabled by running corepack enable in your terminal. For more information, check out https://yarnpkg.com/corepack.

@renovate renovate bot force-pushed the dependencies/all-minor-patch branch 13 times, most recently from ac68c53 to c7c96a3 Compare October 20, 2024 00:44
@renovate renovate bot force-pushed the dependencies/all-minor-patch branch 4 times, most recently from 7f19bda to 8a6e2c6 Compare December 11, 2024 16:20
@renovate renovate bot force-pushed the dependencies/all-minor-patch branch 22 times, most recently from 08cbae4 to effb7db Compare December 17, 2024 13:41
@renovate renovate bot force-pushed the dependencies/all-minor-patch branch from effb7db to d26c97f Compare December 17, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Issues blocked by issue we cannot affect dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants