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 #1907

Merged
merged 1 commit into from
Feb 3, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) 19.6.1 -> 19.7.1 age adoption passing confidence devDependencies minor
@lmc-eu/spirit-design-tokens (source) 3.0.1 -> 3.0.3 age adoption passing confidence devDependencies patch
@lmc-eu/spirit-form-validations (source) 2.0.9 -> 2.0.10 age adoption passing confidence devDependencies patch
@lmc-eu/spirit-web (source) 3.1.0 -> 3.3.0 age adoption passing confidence devDependencies minor
@​omlet/cli 1.13.0 -> 1.13.1 age adoption passing confidence devDependencies patch
@playwright/test (source) 1.49.1 -> 1.50.1 age adoption passing confidence devDependencies minor
mcr.microsoft.com/playwright v1.49.1-jammy -> v1.50.1-jammy age adoption passing confidence docker minor

Release Notes

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

v19.7.1

Compare Source

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

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

v3.0.3

Compare Source

Dependencies
  • Update stylelint non-major (63261a7)

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

v3.0.2

Compare Source

Code Refactoring
  • repo: Use sharable typescript-config-spirit in tsconfig files (b53a603)
Styles
  • repo: Get rid of all heading capitalization ignore comments in docs (e2c358b)

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

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

v2.0.10

Compare Source

Dependencies
  • Update all non-major dependencies (a6df4f7)

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

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

v3.3.0

Compare Source

Dependencies
  • Update all non-major dependencies (a6df4f7)
  • Update stylelint non-major (63261a7)
Features
  • web, web-twig, web-react: Deprecate UNSTABLE_ActionLayout (eb4d82d)

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

v3.2.0

Compare Source

Bug Fixes
  • web, web-react, e2e: Flex reverse dictionary changes (fd239fd)
  • web: Add missing presentation role to Tabs Item #DS-1653 (f25d377)
  • web: Add SVG Avatar to CardFooter demo (bbb3eec)
  • web: Fix inverted colors in Spinner demo #DS-1545 (ace49e9)
  • web: Radio button with multiple line label #DS-1664 (103693e)
  • web: Wrap Card demos in Containers (4c3e3a3)
Code Refactoring
  • repo: Use sharable typescript-config-spirit in tsconfig files (b53a603)
  • web, web-react, web-twig: UNSTABLE_EmptyState use ActionGroup component (e25b290)
  • web: Refactor EmptyState CSS (f591d3f)
Dependencies
  • Update all non-major dependencies (b59c923)
Documentation
Features
Styles
  • repo: Get rid of all heading capitalization ignore comments in docs (e2c358b)
  • repo: Set up markdown linting base on new version and apply it (e4e4c4b), closes #​1828

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

microsoft/playwright (@​playwright/test)

v1.50.1

Compare Source

v1.50.0

Compare Source

Test runner

  • New option timeout allows specifying a maximum run time for an individual test step. A timed-out step will fail the execution of the test.

    test('some test', async ({ page }) => {
      await test.step('a step', async () => {
        // This step can time out separately from the test
      }, { timeout: 1000 });
    });
  • New method test.step.skip() to disable execution of a test step.

    test('some test', async ({ page }) => {
      await test.step('before running step', async () => {
        // Normal step
      });
    
      await test.step.skip('not yet ready', async () => {
        // This step is skipped
      });
    
      await test.step('after running step', async () => {
        // This step still runs even though the previous one was skipped
      });
    });
  • Expanded expect(locator).toMatchAriaSnapshot() to allow storing of aria snapshots in separate YAML files.

  • Added method expect(locator).toHaveAccessibleErrorMessage() to assert the Locator points to an element with a given aria errormessage.

  • Option testConfig.updateSnapshots added the configuration enum changed. changed updates only the snapshots that have changed, whereas all now updates all snapshots, regardless of whether there are any differences.

  • New option testConfig.updateSourceMethod defines the way source code is updated when testConfig.updateSnapshots is configured. Added overwrite and 3-way modes that write the changes into source code, on top of existing patch mode that creates a patch file.

    npx playwright test --update-snapshots=changed --update-source-method=3way
  • Option testConfig.webServer added a gracefulShutdown field for specifying a process kill signal other than the default SIGKILL.

  • Exposed testStep.attachments from the reporter API to allow retrieval of all attachments created by that step.

UI updates

  • Updated default HTML reporter to improve display of attachments.
  • New button for picking elements to produce aria snapshots.
  • Additional details (such as keys pressed) are now displayed alongside action API calls in traces.
  • Display of canvas content in traces is error-prone. Display is now disabled by default, and can be enabled via the Display canvas content UI setting.
  • Call and Network panels now display additional time information.

Breaking

Browser Versions

  • Chromium 133.0.6943.16
  • Mozilla Firefox 134.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 132
  • Microsoft Edge 132

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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner February 3, 2025 19:06
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 3, 2025
Copy link
Contributor Author

renovate bot commented Feb 3, 2025

⚠️ 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.

Copy link

netlify bot commented Feb 3, 2025

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

Name Link
🔨 Latest commit 8605614
🔍 Latest deploy log https://app.netlify.com/sites/spirit-design-system-storybook/deploys/67a113b5f00c7d000885d4d1

Copy link

netlify bot commented Feb 3, 2025

Deploy Preview for spirit-design-system ready!

Name Link
🔨 Latest commit 8605614
🔍 Latest deploy log https://app.netlify.com/sites/spirit-design-system/deploys/67a113b527dc0c0008f4dbdf
😎 Deploy Preview https://deploy-preview-1907--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 (🟢 up 1 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.

@literat literat merged commit 2b51b94 into main Feb 3, 2025
23 of 24 checks passed
@literat literat deleted the dependencies/all-minor-patch branch February 3, 2025 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant