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

⬆️👷 Bump github/codeql-action from 3.24.9 to 3.25.10 #1619

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Bumps github/codeql-action from 3.24.9 to 3.25.10.

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

[UNRELEASED]

No user facing changes.

3.25.10 - 13 Jun 2024

  • Update default CodeQL bundle version to 2.17.5. #2327

3.25.9 - 12 Jun 2024

  • Avoid failing database creation if the database folder already exists and contains some unexpected files. Requires CodeQL 2.18.0 or higher. #2330
  • The init Action will attempt to clean up the database cluster directory before creating a new database and at the end of the job. This will help to avoid issues where the database cluster directory is left in an inconsistent state. #2332

3.25.8 - 04 Jun 2024

  • Update default CodeQL bundle version to 2.17.4. #2321

3.25.7 - 31 May 2024

  • We are rolling out a feature in May/June 2024 that will reduce the Actions cache usage of the Action by keeping only the newest TRAP cache for each language. #2306

3.25.6 - 20 May 2024

  • Update default CodeQL bundle version to 2.17.3. #2295

3.25.5 - 13 May 2024

  • Add a compatibility matrix of supported CodeQL Action, CodeQL CLI, and GitHub Enterprise Server versions to the https://github.com/github/codeql-action/blob/main/README.md. #2273
  • Avoid printing out a warning for a missing on.push trigger when the CodeQL Action is triggered via a workflow_call event. #2274
  • The tools: latest input to the init Action has been renamed to tools: linked. This option specifies that the Action should use the tools shipped at the same time as the Action. The old name will continue to work for backwards compatibility, but we recommend that new workflows use the new name. #2281

3.25.4 - 08 May 2024

  • Update default CodeQL bundle version to 2.17.2. #2270

3.25.3 - 25 Apr 2024

  • Update default CodeQL bundle version to 2.17.1. #2247
  • Workflows running on macos-latest using CodeQL CLI versions before v2.15.1 will need to either upgrade their CLI version to v2.15.1 or newer, or change the platform to an Intel MacOS runner, such as macos-12. ARM machines with SIP disabled, including the newest macos-latest image, are unsupported for CLI versions before 2.15.1. #2261

3.25.2 - 22 Apr 2024

No user facing changes.

... (truncated)

Commits
  • 23acc5c Merge pull request #2337 from github/update-v3.25.10-5bf6dad35
  • 9b72dbd Update changelog for v3.25.10
  • 5bf6dad Merge pull request #2329 from github/henrymercer/csharp-buildless-rollback-me...
  • feec81c Merge branch 'main' into henrymercer/csharp-buildless-rollback-mechanism
  • 789b5f8 Merge pull request #2328 from github/henrymercer/direct-tracing-fix
  • c36b5fc Merge pull request #2327 from github/update-bundle/codeql-bundle-v2.17.5
  • b3642aa Merge branch 'main' into update-bundle/codeql-bundle-v2.17.5
  • 1fc6e20 Merge pull request #2335 from github/mergeback/v3.25.9-to-main-530d4fea
  • 356bee4 Update checked-in dependencies
  • 385808c Update changelog and version after v3.25.9
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner June 17, 2024 09:09
@dependabot dependabot bot added the ⬆️⬇️ dependencies Pull requests that update a dependency file label Jun 17, 2024
@ninadbstack
Copy link
Contributor

@dependabot create

@ninadbstack
Copy link
Contributor

@dependabot recreate

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.9 to 3.25.10.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@1b1aada...23acc5c)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/github/codeql-action-3.25.10 branch from 49cc9ba to c1f2616 Compare June 21, 2024 08:22
@ninadbstack ninadbstack merged commit f81cd42 into master Jun 21, 2024
35 checks passed
@ninadbstack ninadbstack deleted the dependabot/github_actions/github/codeql-action-3.25.10 branch June 21, 2024 09:24
gfellerph referenced this pull request in swisspost/design-system Jul 2, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@changesets/cli](https://github.com/changesets/changesets/tree/main#readme)
([source](https://github.com/changesets/changesets)) | [`2.27.5` ->
`2.27.7`](https://renovatebot.com/diffs/npm/@changesets%2fcli/2.27.5/2.27.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@changesets%2fcli/2.27.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@changesets%2fcli/2.27.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@changesets%2fcli/2.27.5/2.27.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@changesets%2fcli/2.27.5/2.27.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@floating-ui/dom](https://floating-ui.com)
([source](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom))
| [`1.6.5` ->
`1.6.7`](https://renovatebot.com/diffs/npm/@floating-ui%2fdom/1.6.5/1.6.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@floating-ui%2fdom/1.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@floating-ui%2fdom/1.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@floating-ui%2fdom/1.6.5/1.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@floating-ui%2fdom/1.6.5/1.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@percy/cli](https://github.com/percy/cli)
([source](https://github.com/percy/cli/tree/HEAD/packages/cli)) |
[`1.28.7` ->
`1.28.8`](https://renovatebot.com/diffs/npm/@percy%2fcli/1.28.7/1.28.8)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@percy%2fcli/1.28.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@percy%2fcli/1.28.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@percy%2fcli/1.28.7/1.28.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@percy%2fcli/1.28.7/1.28.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@stencil/core](https://stenciljs.com/)
([source](https://github.com/ionic-team/stencil)) | [`4.18.3` ->
`4.19.1`](https://renovatebot.com/diffs/npm/@stencil%2fcore/4.18.3/4.19.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@stencil%2fcore/4.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@stencil%2fcore/4.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@stencil%2fcore/4.18.3/4.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@stencil%2fcore/4.18.3/4.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/next/code/addons/docs)
([source](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs))
| [`8.1.9` ->
`8.1.11`](https://renovatebot.com/diffs/npm/@storybook%2faddon-docs/8.1.9/8.1.11)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-docs/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-docs/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-docs/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-docs/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/next/code/addons/essentials)
([source](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials))
| [`8.1.9` ->
`8.1.11`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/8.1.9/8.1.11)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-essentials/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-essentials/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-essentials/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-essentials/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/addon-links](https://github.com/storybookjs/storybook/tree/next/code/addons/links)
([source](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links))
| [`8.1.9` ->
`8.1.11`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/8.1.9/8.1.11)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-links/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-links/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-links/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-links/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/blocks](https://github.com/storybookjs/storybook/tree/next/code/ui/blocks)
([source](https://github.com/storybookjs/storybook/tree/HEAD/code/ui/blocks))
| [`8.1.9` ->
`8.1.11`](https://renovatebot.com/diffs/npm/@storybook%2fblocks/8.1.9/8.1.11)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fblocks/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fblocks/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fblocks/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fblocks/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/components](https://github.com/storybookjs/storybook/tree/next/code/ui/components)
([source](https://github.com/storybookjs/storybook/tree/HEAD/code/ui/components))
| [`8.1.9` ->
`8.1.11`](https://renovatebot.com/diffs/npm/@storybook%2fcomponents/8.1.9/8.1.11)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fcomponents/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fcomponents/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fcomponents/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fcomponents/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/core-events](https://github.com/storybookjs/storybook/tree/next/code/lib/core-events)
([source](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/core-events))
| [`8.1.9` ->
`8.1.11`](https://renovatebot.com/diffs/npm/@storybook%2fcore-events/8.1.9/8.1.11)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fcore-events/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fcore-events/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fcore-events/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fcore-events/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/manager-api](https://github.com/storybookjs/storybook/tree/next/code/lib/manager-api)
([source](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/manager-api))
| [`8.1.9` ->
`8.1.11`](https://renovatebot.com/diffs/npm/@storybook%2fmanager-api/8.1.9/8.1.11)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fmanager-api/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fmanager-api/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fmanager-api/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fmanager-api/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/preview-api](https://github.com/storybookjs/storybook/tree/next/code/lib/preview-api)
([source](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/preview-api))
| [`8.1.9` ->
`8.1.11`](https://renovatebot.com/diffs/npm/@storybook%2fpreview-api/8.1.9/8.1.11)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fpreview-api/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fpreview-api/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fpreview-api/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fpreview-api/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/theming](https://github.com/storybookjs/storybook/tree/next/code/lib/theming)
([source](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/theming))
| [`8.1.9` ->
`8.1.11`](https://renovatebot.com/diffs/npm/@storybook%2ftheming/8.1.9/8.1.11)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2ftheming/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2ftheming/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2ftheming/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2ftheming/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/types](https://github.com/storybookjs/storybook/tree/next/code/lib/types)
([source](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/types))
| [`8.1.9` ->
`8.1.11`](https://renovatebot.com/diffs/npm/@storybook%2ftypes/8.1.9/8.1.11)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2ftypes/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2ftypes/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2ftypes/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2ftypes/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/web-components](https://github.com/storybookjs/storybook/tree/next/code/renderers/web-components)
([source](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/web-components))
| [`8.1.9` ->
`8.1.11`](https://renovatebot.com/diffs/npm/@storybook%2fweb-components/8.1.9/8.1.11)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fweb-components/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fweb-components/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fweb-components/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fweb-components/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/web-components-vite](https://github.com/storybookjs/storybook/tree/next/code/frameworks/web-components-vite)
([source](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/web-components-vite))
| [`8.1.9` ->
`8.1.11`](https://renovatebot.com/diffs/npm/@storybook%2fweb-components-vite/8.1.9/8.1.11)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fweb-components-vite/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fweb-components-vite/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fweb-components-vite/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fweb-components-vite/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin)
([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin))
| [`7.13.0` ->
`7.15.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.13.0/7.15.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/7.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/7.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/7.13.0/7.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/7.13.0/7.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@typescript-eslint/parser](https://typescript-eslint.io/packages/parser)
([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
| [`7.13.0` ->
`7.15.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/7.13.0/7.15.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/7.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/7.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/7.13.0/7.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/7.13.0/7.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [cypress](https://cypress.io)
([source](https://github.com/cypress-io/cypress)) | [`13.11.0` ->
`13.13.0`](https://renovatebot.com/diffs/npm/cypress/13.11.0/13.13.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/cypress/13.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cypress/13.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cypress/13.11.0/13.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress/13.11.0/13.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise)
| [`6.2.0` ->
`6.4.0`](https://renovatebot.com/diffs/npm/eslint-plugin-promise/6.2.0/6.4.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-promise/6.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-promise/6.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-promise/6.2.0/6.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-promise/6.2.0/6.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react)
| [`7.34.2` ->
`7.34.3`](https://renovatebot.com/diffs/npm/eslint-plugin-react/7.34.2/7.34.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-react/7.34.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-react/7.34.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-react/7.34.2/7.34.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-react/7.34.2/7.34.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [glob](https://github.com/isaacs/node-glob) | [`10.4.1` ->
`10.4.2`](https://renovatebot.com/diffs/npm/glob/10.4.1/10.4.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/glob/10.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/glob/10.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/glob/10.4.1/10.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/glob/10.4.1/10.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [globby](https://github.com/sindresorhus/globby) | [`14.0.1` ->
`14.0.2`](https://renovatebot.com/diffs/npm/globby/14.0.1/14.0.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/globby/14.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/globby/14.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/globby/14.0.1/14.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/globby/14.0.1/14.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [https-proxy-agent](https://github.com/TooTallNate/proxy-agents)
([source](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/https-proxy-agent))
| [`7.0.4` ->
`7.0.5`](https://renovatebot.com/diffs/npm/https-proxy-agent/7.0.4/7.0.5)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/https-proxy-agent/7.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/https-proxy-agent/7.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/https-proxy-agent/7.0.4/7.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/https-proxy-agent/7.0.4/7.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [postcss](https://postcss.org/)
([source](https://github.com/postcss/postcss)) | [`8.4.38` ->
`8.4.39`](https://renovatebot.com/diffs/npm/postcss/8.4.38/8.4.39) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/postcss/8.4.39?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/postcss/8.4.39?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/postcss/8.4.38/8.4.39?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/postcss/8.4.38/8.4.39?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [sass](https://github.com/sass/dart-sass) | [`1.77.5` ->
`1.77.6`](https://renovatebot.com/diffs/npm/sass/1.77.5/1.77.6) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.77.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.77.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.77.5/1.77.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.77.5/1.77.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[storybook](https://github.com/storybookjs/storybook/tree/next/code/lib/cli)
([source](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli))
| [`8.1.9` ->
`8.1.11`](https://renovatebot.com/diffs/npm/storybook/8.1.9/8.1.11) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/storybook/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/storybook/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/storybook/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/storybook/8.1.9/8.1.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [style-dictionary](https://github.com/amzn/style-dictionary) |
[`4.0.0-prerelease.35` ->
`4.0.0`](https://renovatebot.com/diffs/npm/style-dictionary/4.0.0-prerelease.35/4.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/style-dictionary/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/style-dictionary/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/style-dictionary/4.0.0-prerelease.35/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/style-dictionary/4.0.0-prerelease.35/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) |
[`6.3.1` ->
`6.3.2`](https://renovatebot.com/diffs/npm/stylelint-scss/6.3.1/6.3.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/stylelint-scss/6.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/stylelint-scss/6.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/stylelint-scss/6.3.1/6.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/stylelint-scss/6.3.1/6.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [throttle-debounce](https://github.com/niksy/throttle-debounce) |
[`5.0.0` ->
`5.0.2`](https://renovatebot.com/diffs/npm/throttle-debounce/5.0.0/5.0.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/throttle-debounce/5.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/throttle-debounce/5.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/throttle-debounce/5.0.0/5.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/throttle-debounce/5.0.0/5.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [undici-types](https://undici.nodejs.org)
([source](https://github.com/nodejs/undici)) | [`6.18.2` ->
`6.19.2`](https://renovatebot.com/diffs/npm/undici-types/6.18.2/6.19.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/undici-types/6.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici-types/6.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici-types/6.18.2/6.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici-types/6.18.2/6.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [webpack](https://github.com/webpack/webpack) | [`5.92.0` ->
`5.92.1`](https://renovatebot.com/diffs/npm/webpack/5.92.0/5.92.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/webpack/5.92.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/webpack/5.92.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/webpack/5.92.0/5.92.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/webpack/5.92.0/5.92.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>changesets/changesets (@&#8203;changesets/cli)</summary>

###
[`v2.27.7`](https://github.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.7)

[Compare
Source](https://github.com/changesets/changesets/compare/@changesets/cli@2.27.6...@changesets/cli@2.27.7)

##### Patch Changes

- [#&#8203;1047](https://github.com/changesets/changesets/pull/1047)
[`d108fa6`](https://github.com/changesets/changesets/commit/d108fa66e63c3000f42db7580a862b737e241c4d)
Thanks [@&#8203;patzick](https://github.com/patzick)! - Fixed a crash
that could occur when depending on a tagged version of another workspace
package.

- [#&#8203;1400](https://github.com/changesets/changesets/pull/1400)
[`dd6e5bb`](https://github.com/changesets/changesets/commit/dd6e5bbf74e246d7a742aa50424989462679b0ca)
Thanks [@&#8203;Andarist](https://github.com/Andarist)! - Fixed a
crash that prevented the CLI from running in a scenario when a workspace
depends on the root workspace

- Updated dependencies
\[[`d108fa6`](https://github.com/changesets/changesets/commit/d108fa66e63c3000f42db7580a862b737e241c4d),
[`dd6e5bb`](https://github.com/changesets/changesets/commit/dd6e5bbf74e246d7a742aa50424989462679b0ca),
[`dd6e5bb`](https://github.com/changesets/changesets/commit/dd6e5bbf74e246d7a742aa50424989462679b0ca)]:
-
[@&#8203;changesets/apply-release-plan](https://github.com/changesets/apply-release-plan)[@&#8203;7](https://github.com/7).0.4
-
[@&#8203;changesets/config](https://github.com/changesets/config)[@&#8203;3](https://github.com/3).0.2
-
[@&#8203;changesets/get-dependents-graph](https://github.com/changesets/get-dependents-graph)[@&#8203;2](https://github.com/2).1.1
-
[@&#8203;changesets/assemble-release-plan](https://github.com/changesets/assemble-release-plan)[@&#8203;6](https://github.com/6).0.3
-
[@&#8203;changesets/get-release-plan](https://github.com/changesets/get-release-plan)[@&#8203;4](https://github.com/4).0.3

###
[`v2.27.6`](https://github.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.6)

[Compare
Source](https://github.com/changesets/changesets/compare/@changesets/cli@2.27.5...@changesets/cli@2.27.6)

##### Patch Changes

- [#&#8203;1392](https://github.com/changesets/changesets/pull/1392)
[`f295b3e`](https://github.com/changesets/changesets/commit/f295b3e560233e2a800f62216febb7061ba66df3)
Thanks [@&#8203;bluwy](https://github.com/bluwy)! - Replace `meow`
dependency with `mri` to reduce the number of transitive dependencies

- [#&#8203;1390](https://github.com/changesets/changesets/pull/1390)
[`6a3452e`](https://github.com/changesets/changesets/commit/6a3452ef1943bfb3a3018168b4b6c14af556fdef)
Thanks [@&#8203;bluwy](https://github.com/bluwy)! - Display `changeset
status --verbose` in list form and remove `tty-table` dependency

</details>

<details>
<summary>floating-ui/floating-ui (@&#8203;floating-ui/dom)</summary>

###
[`v1.6.7`](https://github.com/floating-ui/floating-ui/blob/HEAD/packages/dom/CHANGELOG.md#167)

[Compare
Source](https://github.com/floating-ui/floating-ui/compare/@floating-ui/dom@1.6.6...@floating-ui/dom@1.6.7)

##### Patch Changes

-   chore: fix internal dependency versioning
-   Update dependencies: `@floating-ui/utils@0.2.4`

###
[`v1.6.6`](https://github.com/floating-ui/floating-ui/blob/HEAD/packages/dom/CHANGELOG.md#166)

[Compare
Source](https://github.com/floating-ui/floating-ui/compare/@floating-ui/dom@1.6.5...@floating-ui/dom@1.6.6)

##### Patch Changes

-   fix(getContainingBlock): detect top layer elements
- fix(types): add optional `getClientRects()` method to `VirtualElement`
-   chore: fix internal deps
- refactor: improve types and internal codebase consistency. All
documented types are now exported.
-   Update dependencies: `@floating-ui/utils@0.2.3`

</details>

<details>
<summary>percy/cli (@&#8203;percy/cli)</summary>

### [`v1.28.8`](https://github.com/percy/cli/releases/tag/v1.28.8)

[Compare
Source](https://github.com/percy/cli/compare/v1.28.7...v1.28.8)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### ✨ Enhancements

- tags support by
[@&#8203;shantanuk-browserstack](https://github.com/shantanuk-browserstack)
in
[https://github.com/percy/cli/pull/1625](https://github.com/percy/cli/pull/1625)
- ✨ Added log collection to logger of sdk utils by
[@&#8203;ninadbstack](https://github.com/ninadbstack) in
[https://github.com/percy/cli/pull/1628](https://github.com/percy/cli/pull/1628)
- 🔖 v1.28.8 by
[@&#8203;shantanuk-browserstack](https://github.com/shantanuk-browserstack)
in
[https://github.com/percy/cli/pull/1638](https://github.com/percy/cli/pull/1638)

##### 🐛 Bug Fixes

- tags: minor fixes by
[@&#8203;shantanuk-browserstack](https://github.com/shantanuk-browserstack)
in
[https://github.com/percy/cli/pull/1637](https://github.com/percy/cli/pull/1637)

##### 🏗 Maintenance

- \[Snyk] Security upgrade ws from 8.13.0 to 8.17.1 by
[@&#8203;AgnellusX1](https://github.com/AgnellusX1) in
[https://github.com/percy/cli/pull/1629](https://github.com/percy/cli/pull/1629)

##### ⬆️⬇️ Dependency Updates

- ⬆️ Bump socket.io from 4.4.1 to 4.7.5 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/percy/cli/pull/1626](https://github.com/percy/cli/pull/1626)
- \[Snyk] Security upgrade micromatch from 4.0.5 to 4.0.6 by
[@&#8203;AgnellusX1](https://github.com/AgnellusX1) in
[https://github.com/percy/cli/pull/1601](https://github.com/percy/cli/pull/1601)
- ⬆️ Bump fast-glob from 3.2.12 to 3.3.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/percy/cli/pull/1630](https://github.com/percy/cli/pull/1630)
- ⬆️👷 Bump softprops/action-gh-release from 2.0.2 to 2.0.6 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/percy/cli/pull/1633](https://github.com/percy/cli/pull/1633)
- ⬆️👷 Bump github/codeql-action from 3.24.9 to 3.25.10 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/percy/cli/pull/1619](https://github.com/percy/cli/pull/1619)
- ⬆️ Bump [@&#8203;babel/cli](https://github.com/babel/cli) from
7.19.3 to 7.24.7 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/percy/cli/pull/1613](https://github.com/percy/cli/pull/1613)
- ⬆️ Bump tar from 6.1.0 to 6.2.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/percy/cli/pull/1572](https://github.com/percy/cli/pull/1572)
- ⬆️ Bump ejs from 3.1.8 to 3.1.10 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/percy/cli/pull/1588](https://github.com/percy/cli/pull/1588)

#### New Contributors

- [@&#8203;AgnellusX1](https://github.com/AgnellusX1) made their first
contribution in
[https://github.com/percy/cli/pull/1629](https://github.com/percy/cli/pull/1629)

**Full Changelog**:
https://github.com/percy/cli/compare/v1.28.7...v1.28.8

</details>

<details>
<summary>ionic-team/stencil (@&#8203;stencil/core)</summary>

###
[`v4.19.1`](https://github.com/ionic-team/stencil/blob/HEAD/CHANGELOG.md#-4191-2024-06-27)

[Compare
Source](https://github.com/ionic-team/stencil/compare/v4.19.0...v4.19.1)

##### Bug Fixes

- **compiler:** account for package imports in aliasing
([#&#8203;5862](https://github.com/ionic-team/stencil/issues/5862))
([02b41d3](https://github.com/ionic-team/stencil/commit/02b41d3e64dfb7a2960ad32968e991fef159c137)),
fixes
[#&#8203;5859](https://github.com/ionic-team/stencil/issues/5859)
- **compiler:** try to create web worker with the workerPath before
falling back to blob
([#&#8203;3513](https://github.com/ionic-team/stencil/issues/3513))
([c84dd32](https://github.com/ionic-team/stencil/commit/c84dd32499e8d0f092579e1c0317537a4ae341ac)),
fixes
[#&#8203;3512](https://github.com/ionic-team/stencil/issues/3512)
- **hydrate:** change type resolve order
([#&#8203;5863](https://github.com/ionic-team/stencil/issues/5863))
([42b1ff2](https://github.com/ionic-team/stencil/commit/42b1ff23405cf27670b335e3b95d9dceb65578ae))
- **internal:** add cli sub package to export map
([ad95222](https://github.com/ionic-team/stencil/commit/ad95222bbd7a6421ac518cce24f3fd59102d4774))
- **internal:** add mock-doc export in client runtime package.json
([ad95222](https://github.com/ionic-team/stencil/commit/4ff9011b9d07fba3f7deeb5f5f71cf5fd2d41397))

###
[`v4.19.0`](https://github.com/ionic-team/stencil/blob/HEAD/CHANGELOG.md#-4190-2024-06-26)

[Compare
Source](https://github.com/ionic-team/stencil/compare/v4.18.3...v4.19.0)

##### Bug Fixes

- **compiler:** support rollup's external input option
([#&#8203;3227](https://github.com/ionic-team/stencil/issues/3227))
([2c68849](https://github.com/ionic-team/stencil/commit/2c6884970baf9f01f36d0843ce4ad59745e5a1f0)),
fixes
[#&#8203;3226](https://github.com/ionic-team/stencil/issues/3226)
- **emit:** don't emit test files
([#&#8203;5789](https://github.com/ionic-team/stencil/issues/5789))
([50892f1](https://github.com/ionic-team/stencil/commit/50892f153c4c95e2728ecc460c87582fcd763a1e)),
fixes
[#&#8203;5788](https://github.com/ionic-team/stencil/issues/5788)
- **hydrate:** support vdom annotation in nested dsd structures
([#&#8203;5856](https://github.com/ionic-team/stencil/issues/5856))
([61bb5e3](https://github.com/ionic-team/stencil/commit/61bb5e3a080c011fb3242c0428cad9238b43149d))
- label attribute not toggling input
([#&#8203;3474](https://github.com/ionic-team/stencil/issues/3474))
([13db920](https://github.com/ionic-team/stencil/commit/13db92075b8dec53f5226761cec5ace5edb73d0c)),
fixes
[#&#8203;3473](https://github.com/ionic-team/stencil/issues/3473)
- **mock-doc:** expose ShadowRoot and DocumentFragment globals
([#&#8203;5827](https://github.com/ionic-team/stencil/issues/5827))
([98bbd7c](https://github.com/ionic-team/stencil/commit/98bbd7c0d6fb67f085aa9ce0c3013e942c882be2)),
fixes
[#&#8203;3260](https://github.com/ionic-team/stencil/issues/3260)
- **runtime:** allow watchers to fire w/ no Stencil members
([#&#8203;5855](https://github.com/ionic-team/stencil/issues/5855))
([850ad4f](https://github.com/ionic-team/stencil/commit/850ad4f4dd7c2349109be987af1e6f5df8c39608)),
fixes
[#&#8203;5854](https://github.com/ionic-team/stencil/issues/5854)
- **runtime:** catch errors in async lifecycle methods
([#&#8203;5826](https://github.com/ionic-team/stencil/issues/5826))
([87e5b33](https://github.com/ionic-team/stencil/commit/87e5b33a3b2c7d65803394d8209449de2e85a0a4)),
fixes
[#&#8203;5824](https://github.com/ionic-team/stencil/issues/5824)
- **runtime:** don't register listener before connected to DOM
([#&#8203;5844](https://github.com/ionic-team/stencil/issues/5844))
([9d7021f](https://github.com/ionic-team/stencil/commit/9d7021feab38fa03a8cbc0d489350786381d235c)),
fixes
[#&#8203;4067](https://github.com/ionic-team/stencil/issues/4067)
- **runtime:** properly assign style declarations
([#&#8203;5838](https://github.com/ionic-team/stencil/issues/5838))
([5c10ebf](https://github.com/ionic-team/stencil/commit/5c10ebfd090d904409be6addc8a5e907b2e91ed0))
- **testing:** allow to re-use pages across it blocks
([#&#8203;5830](https://github.com/ionic-team/stencil/issues/5830))
([561eab4](https://github.com/ionic-team/stencil/commit/561eab4af68c4b24f349f0791085e191c0f8a69c)),
fixes
[#&#8203;3720](https://github.com/ionic-team/stencil/issues/3720)
- **typescript:** remove unsupported label property
([#&#8203;5840](https://github.com/ionic-team/stencil/issues/5840))
([d26ea2b](https://github.com/ionic-team/stencil/commit/d26ea2b7490db64e4e6cd1af8eccfe48c63c5122)),
fixes
[#&#8203;3473](https://github.com/ionic-team/stencil/issues/3473)

##### Features

- **cli:** support generation of sass and less files
([#&#8203;5857](https://github.com/ionic-team/stencil/issues/5857))
([1883812](https://github.com/ionic-team/stencil/commit/18838123f11f7277d82c8045ff41859d3c14e025)),
closes
[#&#8203;2155](https://github.com/ionic-team/stencil/issues/2155)
- **compiler:** generate export maps on build
([#&#8203;5809](https://github.com/ionic-team/stencil/issues/5809))
([b6d2404](https://github.com/ionic-team/stencil/commit/b6d24043bd518a7ddaf28f5da65730dd8669303d))
- **complier:** support type import aliasing
([#&#8203;5836](https://github.com/ionic-team/stencil/issues/5836))
([7ffb25d](https://github.com/ionic-team/stencil/commit/7ffb25d259de5b863e7dc3bc43270265cc786557)),
closes
[#&#8203;2335](https://github.com/ionic-team/stencil/issues/2335)
- **runtime:** support declarative shadow DOM
([#&#8203;5792](https://github.com/ionic-team/stencil/issues/5792))
([c837063](https://github.com/ionic-team/stencil/commit/c83706362819eb44d43cba66851f9ea81f27d3bd)),
closes
[#&#8203;4010](https://github.com/ionic-team/stencil/issues/4010)
- **testing:** add `toHaveLastReceivedEventDetail` event spy matcher
([#&#8203;5829](https://github.com/ionic-team/stencil/issues/5829))
([63491de](https://github.com/ionic-team/stencil/commit/63491de1e6ae18a5c6bdaa07e20629b6c765b677)),
closes
[#&#8203;2488](https://github.com/ionic-team/stencil/issues/2488)
- **testing:** allow to disable network error logging via
'logFailingNetworkRequests' option
([#&#8203;5839](https://github.com/ionic-team/stencil/issues/5839))
([dac3e33](https://github.com/ionic-team/stencil/commit/dac3e33e14bec08b8c38190642761b286fe92168)),
closes
[#&#8203;2572](https://github.com/ionic-team/stencil/issues/2572)
- **testing:** expose captureBeyondViewport in pageCompareScreenshot
([#&#8203;5828](https://github.com/ionic-team/stencil/issues/5828))
([cf6a450](https://github.com/ionic-team/stencil/commit/cf6a4503b3f211802eb11960029d2c49dd8af6c7)),
closes
[#&#8203;3188](https://github.com/ionic-team/stencil/issues/3188)

#### 😄
[4.18.3](https://github.com/ionic-team/stencil/compare/v4.18.2...v4.18.3)
(2024-05-28)

##### Bug Fixes

- **esbuild:** remove all `node:` imports from glob script to keep
support for Jest v26
([#&#8203;5784](https://github.com/ionic-team/stencil/issues/5784))
([5f4fcfa](https://github.com/ionic-team/stencil/commit/5f4fcfa12e701ece8884aa1e3b3143bd2221e0a0)),
fixes
[#&#8203;5766](https://github.com/ionic-team/stencil/issues/5766)
- **mock-doc:** support toDataURL method in canvas
([#&#8203;5773](https://github.com/ionic-team/stencil/issues/5773))
([3830dad](https://github.com/ionic-team/stencil/commit/3830dad7c8bd78de2c59c087a291e3d954d70508)),
closes
[#&#8203;2923](https://github.com/ionic-team/stencil/issues/2923)
- **runtime:** add missing intermediate parents scope ids to the
elements
([#&#8203;5775](https://github.com/ionic-team/stencil/issues/5775))
([56c60d4](https://github.com/ionic-team/stencil/commit/56c60d4af1227fb82abf9bb838abfc4f439bd32d)),
fixes
[#&#8203;5774](https://github.com/ionic-team/stencil/issues/5774)

#### ⛲️
[4.18.2](https://github.com/ionic-team/stencil/compare/v4.18.1...v4.18.2)
(2024-05-20)

##### Bug Fixes

- **e2e:** allow to fetch CSS variables assigned to host elements
([#&#8203;5682](https://github.com/ionic-team/stencil/issues/5682))
([e420eb6](https://github.com/ionic-team/stencil/commit/e420eb69ed8121a0b3e552ee331dffb5759cee32)),
closes
[#&#8203;5681](https://github.com/ionic-team/stencil/issues/5681)
- **hydrate:** respect `HydratedFlag` configuration in hydrate script
([#&#8203;5741](https://github.com/ionic-team/stencil/issues/5741))
([3538d06](https://github.com/ionic-team/stencil/commit/3538d06bdc4e1193c0032a228fa7571c0554e4df)),
closes
[#&#8203;3606](https://github.com/ionic-team/stencil/issues/3606)
- **runtime:** always throw if component can not be loaded
([#&#8203;5762](https://github.com/ionic-team/stencil/issues/5762))
([1d52b95](https://github.com/ionic-team/stencil/commit/1d52b9500e5b42b12e2ce24985bef4da34dd4e05)),
closes
[#&#8203;5759](https://github.com/ionic-team/stencil/issues/5759)
- **runtime:** support watch for components with custom tag names
([#&#8203;5767](https://github.com/ionic-team/stencil/issues/5767))
([f561e0f](https://github.com/ionic-team/stencil/commit/f561e0fdc323b6491c54badb83da4237f896d960)),
closes
[#&#8203;3554](https://github.com/ionic-team/stencil/issues/3554)
- **runtime:** throw proper error if component is loaded with invalid
runtime
([#&#8203;5675](https://github.com/ionic-team/stencil/issues/5675))
([3cfbb8d](https://github.com/ionic-team/stencil/commit/3cfbb8d7be940f7db952d21510b1128679ec42a2)),
closes
[#&#8203;5596](https://github.com/ionic-team/stencil/issues/5596)
- **types:** move autofocus attr/prop definition to HTMLAttributes
([#&#8203;5727](https://github.com/ionic-team/stencil/issues/5727))
([3a33eff](https://github.com/ionic-team/stencil/commit/3a33eff4c810c5f87dee18634fb6e7b7f19e2eb6)),
closes
[#&#8203;5726](https://github.com/ionic-team/stencil/issues/5726)

#### 🏍
[4.18.1](https://github.com/ionic-team/stencil/compare/v4.18.0...v4.18.1)
(2024-05-13)

##### Bug Fixes

- **build:** do not copy polyfills to the `dist` OT unless building es5
([#&#8203;5725](https://github.com/ionic-team/stencil/issues/5725))
([945df46](https://github.com/ionic-team/stencil/commit/945df46b72ec52bf348f10cb9bf58f337b11de7c)),
closes
[#&#8203;5416](https://github.com/ionic-team/stencil/issues/5416)
- **compiler:** Allow OutputTargetCustom to be called on devMode
([#&#8203;5541](https://github.com/ionic-team/stencil/issues/5541))
([b0a9f7b](https://github.com/ionic-team/stencil/commit/b0a9f7b559b2a8efd21674609f35f6a09c430f01)),
closes
[#&#8203;5514](https://github.com/ionic-team/stencil/issues/5514)
- **compiler:** deprecate `scriptDataOpts`
([#&#8203;5737](https://github.com/ionic-team/stencil/issues/5737))
([da25aaa](https://github.com/ionic-team/stencil/commit/da25aaa4f37df0fcedfc67a5dc063a60769fe2c1))
- **declarations:** Attribute ping is missing on AnchorHTMLAttributes
([#&#8203;5752](https://github.com/ionic-team/stencil/issues/5752))
([d345412](https://github.com/ionic-team/stencil/commit/d345412302a05323a4f8922aa7388fd67a4e4944)),
closes
[#&#8203;5751](https://github.com/ionic-team/stencil/issues/5751)
- **runtime:** add root scope id to the user provided nested children as
classname
([#&#8203;5750](https://github.com/ionic-team/stencil/issues/5750))
([e864132](https://github.com/ionic-team/stencil/commit/e8641322c3a6b08f31469312d5351d611aa05086)),
closes
[#&#8203;5749](https://github.com/ionic-team/stencil/issues/5749)

</details>

<details>
<summary>storybookjs/storybook (@&#8203;storybook/addon-docs)</summary>

###
[`v8.1.11`](https://github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#8111)

[Compare
Source](https://github.com/storybookjs/storybook/compare/v8.1.10...v8.1.11)

- Telemetry: Detect Node version -
[#&#8203;28299](https://github.com/storybookjs/storybook/pull/28299),
thanks [@&#8203;yannbf](https://github.com/yannbf)!
- Test: Upgrade deps of
[@&#8203;storybook/test](https://github.com/storybook/test) -
[#&#8203;27862](https://github.com/storybookjs/storybook/pull/27862),
thanks [@&#8203;kasperpeulen](https://github.com/kasperpeulen)!

###
[`v8.1.10`](https://github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#8110)

[Compare
Source](https://github.com/storybookjs/storybook/compare/v8.1.9...v8.1.10)

- Addon-interactions: Fix deprecation warnings -
[#&#8203;28250](https://github.com/storybookjs/storybook/pull/28250),
thanks [@&#8203;shilman](https://github.com/shilman)!
- Test: Upgrade deps of
[@&#8203;storybook/test](https://github.com/storybook/test) -
[#&#8203;27862](https://github.com/storybookjs/storybook/pull/27862),
thanks [@&#8203;kasperpeulen](https://github.com/kasperpeulen)!

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/eslint-plugin)</summary>

###
[`v7.15.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7150-2024-07-01)

[Compare
Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.14.1...v7.15.0)

##### 🚀 Features

-   **eslint-plugin:** \[array-type] detect `Readonly<string[]>` case

- **eslint-plugin:** back-port new rules around empty object types from
v8

##### 🩹 Fixes

- disable `EXPERIMENTAL_useProjectService` in `disabled-type-checked`
shared config

- **eslint-plugin:** \[no-unsafe-return] differentiate a types-error any
from a true any

- **eslint-plugin:** \[no-unsafe-call] differentiate a types-error any
from a true any

##### ❤️  Thank You

-   auvred
-   Kim Sang Du
-   rgehbt
-   Vinccool96

You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.

###
[`v7.14.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7141-2024-06-24)

[Compare
Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.14.0...v7.14.1)

##### 🩹 Fixes

- **eslint-plugin:** \[prefer-nullish-coalescing] treat enums and
literals as their underlying primitive types

- **eslint-plugin:** \[prefer-nullish-coalescing] ensure ternary fix
does not remove parens

##### ❤️  Thank You

-   Jake Bailey

You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.

###
[`v7.14.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7140-2024-06-24)

[Compare
Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.13.1...v7.14.0)

##### 🚀 Features

-   support TypeScript 5.5

##### 🩹 Fixes

-   **eslint-plugin:** \[no-extraneous-class] handle abstract members

- **eslint-plugin:** \[prefer-nullish-coalescing] handle intersected
primitive types

-   **eslint-plugin:** \[no-invalid-this] support AccessorProperty

##### ❤️  Thank You

-   Brad Zacher
-   cm-ayf
-   Jake Bailey
-   James Zhan
-   Joshua Chen
-   yoshi2no

You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.

###
[`v7.13.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7131-2024-06-17)

[Compare
Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.13.0...v7.13.1)

##### 🩹 Fixes

-   **eslint-plugin:** \[prefer-readonly] refine report locations

- **eslint-plugin:** \[return-await] support explicit resource
management

- **eslint-plugin:** \[no-unsafe-member-access] differentiate a
types-error any from a true any

##### ❤️  Thank You

-   Kirk Waiblinger
-   Yukihiro Hasegawa

You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/parser)</summary>

###
[`v7.15.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7150-2024-07-01)

[Compare
Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.14.1...v7.15.0)

This was a version bump only for parser to align it with other projects,
there were no code changes.

You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.

###
[`v7.14.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7141-2024-06-24)

[Compare
Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.14.0...v7.14.1)

This was a version bump only for parser to align it with other projects,
there were no code changes.

You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.

###
[`v7.14.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7140-2024-06-24)

[Compare
Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.13.1...v7.14.0)

##### 🚀 Features

-   support TypeScript 5.5

##### ❤️  Thank You

-   Brad Zacher
-   cm-ayf
-   Jake Bailey
-   James Zhan
-   Joshua Chen
-   yoshi2no

You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.

###
[`v7.13.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7131-2024-06-17)

[Compare
Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.13.0...v7.13.1)

This was a version bump only for parser to align it with other projects,
there were no code changes.

You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.

</details>

<details>
<summary>cypress-io/cypress (cypress)</summary>

###
[`v13.13.0`](https://github.com/cypress-io/cypress/releases/tag/v13.13.0)

[Compare
Source](https://github.com/cypress-io/cypress/compare/v13.12.0...v13.13.0)

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-0

###
[`v13.12.0`](https://github.com/cypress-io/cypress/releases/tag/v13.12.0)

[Compare
Source](https://github.com/cypress-io/cypress/compare/v13.11.0...v13.12.0)

Changelog: https://docs.cypress.io/guides/references/changelog#13-12-0

</details>

<details>
<summary>eslint-community/eslint-plugin-promise
(eslint-plugin-promise)</summary>

###
[`v6.4.0`](https://github.com/eslint-community/eslint-plugin-promise/compare/4dfc8a77c0592a19d467a268708678114c3c7c2b...ecbce9faef0c8e05636287cf9c851949be6d70cc)

[Compare
Source](https://github.com/eslint-community/eslint-plugin-promise/compare/v6.3.0...v6.4.0)

###
[`v6.3.0`](https://github.com/eslint-community/eslint-plugin-promise/compare/v6.2.0...4dfc8a77c0592a19d467a268708678114c3c7c2b)

[Compare
Source](https://github.com/eslint-community/eslint-plugin-promise/compare/v6.2.0...v6.3.0)

</details>

<details>
<summary>jsx-eslint/eslint-plugin-react (eslint-plugin-react)</summary>

###
[`v7.34.3`](https://github.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7343---20240618)

[Compare
Source](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.2...v7.34.3)

##### Fixed

- \[`prop-types`]: null-check rootNode before calling getScope
([#&#8203;3762][] [@&#8203;crnhrv](https://github.com/crnhrv))
- \[`boolean-prop-naming`]: avoid a crash with a spread prop
([#&#8203;3733][] [@&#8203;ljharb](https://github.com/ljharb))
- \[`jsx-boolean-value`]: `assumeUndefinedIsFalse` with `never` must not
allow explicit `true` value ([#&#8203;3757][]
[@&#8203;6uliver](https://github.com/6uliver))
- \[`no-object-type-as-default-prop`]: enable rule for components with
many parameters ([#&#8203;3768][]
[@&#8203;JulienR1](https://github.com/JulienR1))
- \[`jsx-key`]: incorrect behavior for checkKeyMustBeforeSpread with map
callbacks ([#&#8203;3769][]
[@&#8203;akulsr0](https://github.com/akulsr0))

[7.34.3]:
https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.2...v7.34.3

[#&#8203;3769]:
https://github.com/jsx-eslint/eslint-plugin-react/pull/3769

[#&#8203;3768]:
https://github.com/jsx-eslint/eslint-plugin-react/pull/3768

[#&#8203;3762]:
https://github.com/jsx-eslint/eslint-plugin-react/pull/3762

[#&#8203;3757]:
https://github.com/jsx-eslint/eslint-plugin-react/pull/3757

[#&#8203;3733]:
https://github.com/jsx-eslint/eslint-plugin-react/issues/3733

</details>

<details>
<summary>isaacs/node-glob (glob)</summary>

###
[`v10.4.2`](https://github.com/isaacs/node-glob/compare/v10.4.1...eef7ea35afe511079c5bf83862ed57ece2bbf7fa)

[Compare
Source](https://github.com/isaacs/node-glob/compare/v10.4.1...v10.4.2)

</details>

<details>
<summary>sindresorhus/globby (globby)</summary>

###
[`v14.0.2`](https://github.com/sindresorhus/globby/releases/tag/v14.0.2)

[Compare
Source](https://github.com/sindresorhus/globby/compare/v14.0.1...v14.0.2)

- Fix types
[`f600250`](https://github.com/sindresorhus/globby/commit/f600250)

</details>

<details>
<summary>TooTallNate/proxy-agents (https-proxy-agent)</summary>

###
[`v7.0.5`](https://github.com/TooTallNate/proxy-agents/blob/HEAD/packages/https-proxy-agent/CHANGELOG.md#705)

[Compare
Source](https://github.com/TooTallNate/proxy-agents/compare/https-proxy-agent@7.0.4...https-proxy-agent@7.0.5)

##### Patch Changes

-
[`5908e84`](https://github.com/TooTallNate/proxy-agents/commit/5908e84):
Remove `net.isIP()` check for TLS `servername`

</details>

<details>
<summary>postcss/postcss (postcss)</summary>

###
[`v8.4.39`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8439)

[Compare
Source](https://github.com/postcss/postcss/compare/8.4.38...8.4.39)

- Fixed `CssSyntaxError` types (by
[@&#8203;romainmenke](https://github.com/romainmenke)).

</details>

<details>
<summary>sass/dart-sass (sass)</summary>

###
[`v1.77.6`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1776)

[Compare
Source](https://github.com/sass/dart-sass/compare/1.77.5...1.77.6)

- Fix a few cases where comments and occasionally even whitespace wasn't
allowed
    between the end of Sass statements and the following semicolon.

</details>

<details>
<summary>amzn/style-dictionary (style-dictionary)</summary>

###
[`v4.0.0`](https://github.com/amzn/style-dictionary/blob/HEAD/CHANGELOG.md#400)

[Compare
Source](https://github.com/amzn/style-dictionary/compare/v4.0.0-prerelease.39...v4.0.0)

> For a more comprehensive migration guide from version 3.x.x to version
4.0.0,
> [visit the migration guide
page](https://v4.styledictionary.com/version-4/migration/)

##### Major Changes

-
[`6cc7f31`](https://github.com/amzn/style-dictionary/commit/6cc7f31):
BREAKING:

- `usesReference` util function is now `usesReferences` to be consistent
plural form like the other reference util functions.
- `getReferences` first and second parameters have been swapped to be
consistent with `resolveReferences`, so value first, then the full token
object (instead of the entire dictionary instance).
- `getReferences` accepts a third options parameter which can be used to
set reference Regex options as well as an unfilteredTokens object which
can be used as a fallback when references are made to tokens that have
been filtered out. There will be warnings logged for this.
- `format.formatter` removed old function signature of `(dictionary,
platform, file)` in favor of `({ dictionary, platform, options, file
})`.
    -   Types changes:

        -   Style Dictionar

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the
month" in timezone Europe/Zurich, 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](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/swisspost/design-system).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyLwn5OmICJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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