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

Closed
wants to merge 0 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/core (source) 7.24.6 -> 7.24.7 age adoption passing confidence devDependencies patch
@babel/preset-env (source) 7.24.6 -> 7.24.7 age adoption passing confidence devDependencies patch
@babel/preset-react (source) 7.24.6 -> 7.24.7 age adoption passing confidence devDependencies patch
@babel/preset-typescript (source) 7.24.6 -> 7.24.7 age adoption passing confidence devDependencies patch
@lmc-eu/spirit-form-validations (source) 1.1.6 -> 1.1.7 age adoption passing confidence devDependencies patch
@lmc-eu/spirit-web (source) 1.14.0 -> 1.15.0 age adoption passing confidence devDependencies minor
@​omlet/cli 1.6.1 -> 1.7.0 age adoption passing confidence devDependencies minor
@rollup/plugin-replace (source) 5.0.5 -> 5.0.7 age adoption passing confidence devDependencies patch
@swc/core (source) 1.5.7 -> 1.5.28 age adoption passing confidence devDependencies patch
@swc/core (source) 1.5.7 -> 1.5.28 age adoption passing confidence dependencies patch
@testing-library/jest-dom 6.4.5 -> 6.4.6 age adoption passing confidence devDependencies patch
@types/node (source) 20.12.12 -> 20.14.2 age adoption passing confidence devDependencies minor
docker/dockerfile 1.7 -> 1.8 age adoption passing confidence syntax minor
eslint-plugin-prettier 5.0.1 -> 5.1.3 age adoption passing confidence devDependencies minor
eslint-plugin-react 7.34.1 -> 7.34.2 age adoption passing confidence devDependencies patch
node (source) 18.20.2 -> 18.20.3 age adoption passing confidence patch
prettier (source) 3.2.5 -> 3.3.2 age adoption passing confidence devDependencies minor
recast 0.23.7 -> 0.23.9 age adoption passing confidence devDependencies patch
sass 1.77.2 -> 1.77.5 age adoption passing confidence devDependencies patch
tslib (source) 2.6.2 -> 2.6.3 age adoption passing confidence devDependencies patch
webpack 5.91.0 -> 5.92.0 age adoption passing confidence devDependencies minor

Release Notes

babel/babel (@​babel/core)

v7.24.7

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
lmc-eu/spirit-design-system (@​lmc-eu/spirit-form-validations)

v1.1.7

Compare Source

Chores
  • form-validations: Add missing TypeScript dependency (71948ef)
Dependencies
  • Update all non-major dependencies (d0625a8)
Tests
  • form-validations: Use jest-config-spirit common preset (5436240)

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

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

v1.15.0

Compare Source

Bug Fixes
  • web: FileUploader isRequired prop only marks label (76ccd52)
Dependencies
  • Update all non-major dependencies (d0625a8)
Features
  • web-react: Add autoclose feature to Toast component (ef7b36c)
  • web-react: Add Message and Link for ToastBar #DS-1213 (e60fabb)
  • web-twig: Add Message and Link for ToastBar #DS-1213 (d0f9663)
  • web: Add autoclose feature to Toast component (d33c5a8)
  • web: Add Message and Link for ToastBar #DS-1213 (0a497a6)
Tests
  • web: Remove unnecessary stylelint disable and rename sass-true module (17013fd)
  • web: Use jest-config-spirit common preset (5d29885)

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

rollup/plugins (@​rollup/plugin-replace)

v5.0.7

2024-06-05

Bugfixes
  • fix: add missing sourceMap documentation (#​1698)

v5.0.6

2024-06-05

Bugfixes
  • fix: ternary operator replacement (#​1712)
swc-project/swc (@​swc/core)

v1.5.28

Compare Source

Bug Fixes

v1.5.27

Compare Source

v1.5.25

Compare Source

Bug Fixes
Features
Performance

v1.5.24

Compare Source

v1.5.23

Compare Source

Bug Fixes

v1.5.22

Compare Source

v1.5.20

Compare Source

v1.5.19

Compare Source

v1.5.11

Compare Source

testing-library/jest-dom (@​testing-library/jest-dom)

v6.4.6

Compare Source

Bug Fixes
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.1.3

Compare Source

Patch Changes

v5.1.2

Compare Source

Patch Changes
  • #​623 8210e44 Thanks @​BPScott! - Add exports mapping to package.json, to allow import eslintPluginRecommended from 'eslint-plugin-prettier/recommended' to work as expected.

    Strictly speaking this is a breaking change as it removes the ability for people to import from "eslint-plugin-prettier/eslint-plugin-prettier.js" and "eslint-plugin-prettier/recommended.js" but the former was never recommended in the first place and the latter has only been available for a few days.

  • #​621 2b09e7f Thanks @​JounQin! - feat: support parsing markdown via eslint-mdx natively

v5.1.1

Compare Source

Patch Changes

v5.1.0

Compare Source

Minor Changes
  • #​616 3856413 Thanks @​BPScott! - Add recommended config for the flat config format.

    If you are using flat config, import the recommended config from eslint-plugin-prettier/recommended. Like the legacy format recommended config, this automatically includes the contents of eslint-config-prettier.

    // eslint.config.js
    const eslintPluginPrettierRecommended = require('eslint-plugin-prettier/recommended');
    
    module.exports = [
      // Any other config imports go at the top
      eslintPluginPrettierRecommended,
    ];
Patch Changes
  • #​614 5270877 Thanks @​BPScott! - Add meta block to plugin. This improves debugging and cachebusting when using the new flat config

  • #​603 a63a570 Thanks @​filiptammergard! - fix: specify eslint-config-prettier as peer dependency

    It's already added to peerDependenciesMeta as optional, which means it should also be specified in peerDependencies.

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.34.2

Compare Source

Fixed
Changed
nodejs/node (node)

v18.20.3: 2024-05-21, Version 18.20.3 'Hydrogen' (LTS), @​richardlau

Compare Source

Notable Changes

This release fixes a regression introduced in Node.js 18.19.0 where http.server.close() was incorrectly closing idle connections.

A fix has also been included for compiling Node.js from source with newer versions of Clang.

The list of keys used to sign releases has been synchronized with the current list from the main branch.

Updated dependencies
  • acorn updated to 8.11.3.
  • acorn-walk updated to 8.3.2.
  • ada updated to 2.7.8.
  • c-ares updated to 1.28.1.
  • corepack updated to 0.28.0.
  • nghttp2 updated to 1.61.0.
  • ngtcp2 updated to 1.3.0.
  • npm updated to 10.7.0. Includes a fix from [email protected] to limit the number of open connections npm/cli#7324.
  • simdutf updated to 5.2.4.
  • zlib updated to 1.3.0.1-motley-7d77fb7.
Commits
prettier/prettier (prettier)

v3.3.2

Compare Source

diff

Fix handlebars path expressions starts with @ (#​16358 by @​Princeyadav05)
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>

v3.3.1

Compare Source

diff

Preserve empty lines in front matter (#​16347 by @​fisker)
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
Preserve explicit language in front matter (#​16348 by @​fisker)
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
Avoid line breaks in import attributes (#​16349 by @​fisker)
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

v3.3.0

Compare Source

diff

🔗 Release Notes

benjamn/recast (recast)

v0.23.9

Compare Source

v0.23.8

Compare Source

sass/dart-sass (sass)

v1.77.5

Compare Source

  • Fully trim redundant selectors generated by @extend.

v1.77.4

Compare Source

Embedded Sass
  • Support passing Version input for fatalDeprecations as string over
    embedded protocol.

  • Fix a bug in the JS Embedded Host where Version could be incorrectly accepted
    as input for silenceDeprecations and futureDeprecations in pure JS.

v1.77.3

Compare Source

Dart API
  • Deprecation.duplicateVariableFlags has been deprecated and replaced with
    Deprecation.duplicateVarFlags to make it consistent with the
    duplicate-var-flags name used on the command line and in the JS API.
Microsoft/tslib (tslib)

v2.6.3

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.6.2...v2.6.3

webpack/webpack (webpack)

v5.92.0

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 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 requested review from literat and pavelklibani as code owners June 10, 2024 16:14
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 10, 2024
@renovate renovate bot requested review from curdaj, a team, adamkudrna and crishpeen as code owners June 10, 2024 16:14
Copy link
Contributor Author

renovate bot commented Jun 10, 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
Unknown Syntax Error: Unsupported option name ("--ignore-platform").

$ yarn install [--json] [--immutable] [--immutable-cache] [--check-cache] [--inline-builds] [--mode #0]

Copy link

netlify bot commented Jun 10, 2024

Deploy Preview for spirit-design-system-storybook ready!

Name Link
🔨 Latest commit 5d601af
🔍 Latest deploy log https://app.netlify.com/sites/spirit-design-system-storybook/deploys/66696bac44d1df000836688f
😎 Deploy Preview https://deploy-preview-1467--spirit-design-system-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

Copy link

netlify bot commented Jun 10, 2024

Deploy Preview for spirit-design-system ready!

Name Link
🔨 Latest commit 5d601af
🔍 Latest deploy log https://app.netlify.com/sites/spirit-design-system/deploys/66696bac46568800092a9e08
😎 Deploy Preview https://deploy-preview-1467--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: 93 (no change from production)
Best Practices: 100 (no change from production)
SEO: 82 (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.

@coveralls
Copy link

Coverage Status

coverage: 76.403% (-20.5%) from 96.911%
when pulling 655930c on dependencies/all-minor-patch
into 5f2d6e4 on main.

@renovate renovate bot force-pushed the dependencies/all-minor-patch branch from 655930c to ecc1fc4 Compare June 11, 2024 00:46
@coveralls
Copy link

Coverage Status

coverage: 77.713% (-19.2%) from 96.911%
when pulling ecc1fc4 on dependencies/all-minor-patch
into 5f2d6e4 on main.

@renovate renovate bot force-pushed the dependencies/all-minor-patch branch from ecc1fc4 to 08a7be6 Compare June 11, 2024 07:11
@coveralls
Copy link

Coverage Status

coverage: 77.713% (-19.2%) from 96.911%
when pulling 08a7be6 on dependencies/all-minor-patch
into 5f2d6e4 on main.

1 similar comment
@coveralls
Copy link

Coverage Status

coverage: 77.713% (-19.2%) from 96.911%
when pulling 08a7be6 on dependencies/all-minor-patch
into 5f2d6e4 on main.

@renovate renovate bot force-pushed the dependencies/all-minor-patch branch from 08a7be6 to f8826c3 Compare June 11, 2024 15:28
@coveralls
Copy link

Coverage Status

coverage: 77.762% (-19.1%) from 96.911%
when pulling f8826c3 on dependencies/all-minor-patch
into 8a6c985 on main.

@renovate renovate bot force-pushed the dependencies/all-minor-patch branch from f8826c3 to 8a829b1 Compare June 11, 2024 21:13
@coveralls
Copy link

Coverage Status

coverage: 77.762% (-19.1%) from 96.911%
when pulling 8a829b1 on dependencies/all-minor-patch
into 8a6c985 on main.

@renovate renovate bot force-pushed the dependencies/all-minor-patch branch from 8a829b1 to c0e18e5 Compare June 12, 2024 00:09
@coveralls
Copy link

Coverage Status

coverage: 77.762% (-19.1%) from 96.911%
when pulling c0e18e5 on dependencies/all-minor-patch
into 8a6c985 on main.

@literat literat closed this Jun 12, 2024
@literat literat force-pushed the dependencies/all-minor-patch branch from c0e18e5 to 5d601af Compare June 12, 2024 09:34
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.

2 participants