Skip to content

chore(deps): bump ws from 8.15.1 to 8.17.1#110

Merged
raphaelpor merged 1 commit intomainfrom
dependabot/npm_and_yarn/ws-8.17.1
Jul 29, 2024
Merged

chore(deps): bump ws from 8.15.1 to 8.17.1#110
raphaelpor merged 1 commit intomainfrom
dependabot/npm_and_yarn/ws-8.17.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps ws from 8.15.1 to 8.17.1.

Release notes

Sourced from ws's releases.

8.17.1

Bug fixes

  • Fixed a DoS vulnerability (#2231).

A request with a number of headers exceeding the[server.maxHeadersCount][] threshold could be used to crash a ws server.

const http = require('http');
const WebSocket = require('ws');
const wss = new WebSocket.Server({ port: 0 }, function () {
const chars = "!#$%&'*+-.0123456789abcdefghijklmnopqrstuvwxyz^_`|~".split('');
const headers = {};
let count = 0;
for (let i = 0; i < chars.length; i++) {
if (count === 2000) break;
for (let j = 0; j &lt; chars.length; j++) {
  const key = chars[i] + chars[j];
  headers[key] = 'x';
if (++count === 2000) break;
}

}
headers.Connection = 'Upgrade';
headers.Upgrade = 'websocket';
headers['Sec-WebSocket-Key'] = 'dGhlIHNhbXBsZSBub25jZQ==';
headers['Sec-WebSocket-Version'] = '13';
const request = http.request({
headers: headers,
host: '127.0.0.1',
port: wss.address().port
});
request.end();
});

The vulnerability was reported by Ryan LaPointe in websockets/ws#2230.

In vulnerable versions of ws, the issue can be mitigated in the following ways:

  1. Reduce the maximum allowed length of the request headers using the [--max-http-header-size=size][] and/or the [maxHeaderSize][] options so that no more headers than the server.maxHeadersCount limit can be sent.

... (truncated)

Commits
  • 3c56601 [dist] 8.17.1
  • e55e510 [security] Fix crash when the Upgrade header cannot be read (#2231)
  • 6a00029 [test] Increase code coverage
  • ddfe4a8 [perf] Reduce the amount of crypto.randomFillSync() calls
  • b73b118 [dist] 8.17.0
  • 29694a5 [test] Use the highWaterMark variable
  • 934c9d6 [ci] Test on node 22
  • 1817bac [ci] Do not test on node 21
  • 96c9b3d [major] Flip the default value of allowSynchronousEvents (#2221)
  • e5f32c7 [fix] Emit at most one event per event loop iteration (#2218)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [ws](https://github.com/websockets/ws) from 8.15.1 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.15.1...8.17.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the Feature: Dependencies Pull requests that update a dependency file label Jun 18, 2024
@raphaelpor raphaelpor merged commit 93e18fb into main Jul 29, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ws-8.17.1 branch July 29, 2024 18:46
gfellerph referenced this pull request in swisspost/design-system Aug 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 |
|---|---|---|---|---|---|
|
[@angular-devkit/build-angular](https://togithub.com/angular/angular-cli)
| [`18.1.1` ->
`18.1.3`](https://renovatebot.com/diffs/npm/@angular-devkit%2fbuild-angular/18.1.1/18.1.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@angular-devkit%2fbuild-angular/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular-devkit%2fbuild-angular/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular-devkit%2fbuild-angular/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular-devkit%2fbuild-angular/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@angular-eslint/builder](https://togithub.com/angular-eslint/angular-eslint)
([source](https://togithub.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder))
| [`18.1.0` ->
`18.2.0`](https://renovatebot.com/diffs/npm/@angular-eslint%2fbuilder/18.1.0/18.2.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@angular-eslint%2fbuilder/18.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular-eslint%2fbuilder/18.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular-eslint%2fbuilder/18.1.0/18.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular-eslint%2fbuilder/18.1.0/18.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@angular-eslint/eslint-plugin](https://togithub.com/angular-eslint/angular-eslint)
([source](https://togithub.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin))
| [`18.1.0` ->
`18.2.0`](https://renovatebot.com/diffs/npm/@angular-eslint%2feslint-plugin/18.1.0/18.2.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@angular-eslint%2feslint-plugin/18.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular-eslint%2feslint-plugin/18.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular-eslint%2feslint-plugin/18.1.0/18.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular-eslint%2feslint-plugin/18.1.0/18.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@angular-eslint/eslint-plugin-template](https://togithub.com/angular-eslint/angular-eslint)
([source](https://togithub.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template))
| [`18.1.0` ->
`18.2.0`](https://renovatebot.com/diffs/npm/@angular-eslint%2feslint-plugin-template/18.1.0/18.2.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@angular-eslint%2feslint-plugin-template/18.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular-eslint%2feslint-plugin-template/18.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular-eslint%2feslint-plugin-template/18.1.0/18.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular-eslint%2feslint-plugin-template/18.1.0/18.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@angular-eslint/template-parser](https://togithub.com/angular-eslint/angular-eslint)
([source](https://togithub.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser))
| [`18.1.0` ->
`18.2.0`](https://renovatebot.com/diffs/npm/@angular-eslint%2ftemplate-parser/18.1.0/18.2.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@angular-eslint%2ftemplate-parser/18.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular-eslint%2ftemplate-parser/18.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular-eslint%2ftemplate-parser/18.1.0/18.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular-eslint%2ftemplate-parser/18.1.0/18.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@angular/animations](https://togithub.com/angular/angular)
([source](https://togithub.com/angular/angular/tree/HEAD/packages/animations))
| [`18.1.1` ->
`18.1.3`](https://renovatebot.com/diffs/npm/@angular%2fanimations/18.1.1/18.1.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@angular%2fanimations/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular%2fanimations/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular%2fanimations/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular%2fanimations/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@angular/cdk](https://togithub.com/angular/components) | [`18.1.1` ->
`18.1.3`](https://renovatebot.com/diffs/npm/@angular%2fcdk/18.1.1/18.1.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@angular%2fcdk/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular%2fcdk/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular%2fcdk/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular%2fcdk/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@angular/cli](https://togithub.com/angular/angular-cli) | [`18.1.1`
->
`18.1.3`](https://renovatebot.com/diffs/npm/@angular%2fcli/18.1.1/18.1.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@angular%2fcli/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular%2fcli/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular%2fcli/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular%2fcli/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@angular/common](https://togithub.com/angular/angular)
([source](https://togithub.com/angular/angular/tree/HEAD/packages/common))
| [`18.1.1` ->
`18.1.3`](https://renovatebot.com/diffs/npm/@angular%2fcommon/18.1.1/18.1.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@angular%2fcommon/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular%2fcommon/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular%2fcommon/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular%2fcommon/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@angular/compiler](https://togithub.com/angular/angular)
([source](https://togithub.com/angular/angular/tree/HEAD/packages/compiler))
| [`18.1.1` ->
`18.1.3`](https://renovatebot.com/diffs/npm/@angular%2fcompiler/18.1.1/18.1.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@angular%2fcompiler/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular%2fcompiler/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular%2fcompiler/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular%2fcompiler/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@angular/compiler-cli](https://togithub.com/angular/angular/tree/main/packages/compiler-cli)
([source](https://togithub.com/angular/angular/tree/HEAD/packages/compiler-cli))
| [`18.1.1` ->
`18.1.3`](https://renovatebot.com/diffs/npm/@angular%2fcompiler-cli/18.1.1/18.1.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@angular%2fcompiler-cli/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular%2fcompiler-cli/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular%2fcompiler-cli/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular%2fcompiler-cli/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@angular/core](https://togithub.com/angular/angular)
([source](https://togithub.com/angular/angular/tree/HEAD/packages/core))
| [`18.1.1` ->
`18.1.3`](https://renovatebot.com/diffs/npm/@angular%2fcore/18.1.1/18.1.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@angular%2fcore/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular%2fcore/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular%2fcore/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular%2fcore/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@angular/elements](https://togithub.com/angular/angular)
([source](https://togithub.com/angular/angular/tree/HEAD/packages/elements))
| [`18.1.1` ->
`18.1.3`](https://renovatebot.com/diffs/npm/@angular%2felements/18.1.1/18.1.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@angular%2felements/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular%2felements/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular%2felements/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular%2felements/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@angular/forms](https://togithub.com/angular/angular)
([source](https://togithub.com/angular/angular/tree/HEAD/packages/forms))
| [`18.1.1` ->
`18.1.3`](https://renovatebot.com/diffs/npm/@angular%2fforms/18.1.1/18.1.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@angular%2fforms/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular%2fforms/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular%2fforms/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular%2fforms/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@angular/language-service](https://togithub.com/angular/angular)
([source](https://togithub.com/angular/angular/tree/HEAD/packages/language-service))
| [`18.1.1` ->
`18.1.3`](https://renovatebot.com/diffs/npm/@angular%2flanguage-service/18.1.1/18.1.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@angular%2flanguage-service/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular%2flanguage-service/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular%2flanguage-service/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular%2flanguage-service/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@angular/localize](https://togithub.com/angular/angular) | [`18.1.1`
->
`18.1.3`](https://renovatebot.com/diffs/npm/@angular%2flocalize/18.1.1/18.1.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@angular%2flocalize/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular%2flocalize/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular%2flocalize/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular%2flocalize/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@angular/platform-browser](https://togithub.com/angular/angular)
([source](https://togithub.com/angular/angular/tree/HEAD/packages/platform-browser))
| [`18.1.1` ->
`18.1.3`](https://renovatebot.com/diffs/npm/@angular%2fplatform-browser/18.1.1/18.1.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@angular%2fplatform-browser/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular%2fplatform-browser/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular%2fplatform-browser/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular%2fplatform-browser/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@angular/platform-browser-dynamic](https://togithub.com/angular/angular)
([source](https://togithub.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic))
| [`18.1.1` ->
`18.1.3`](https://renovatebot.com/diffs/npm/@angular%2fplatform-browser-dynamic/18.1.1/18.1.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@angular%2fplatform-browser-dynamic/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular%2fplatform-browser-dynamic/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular%2fplatform-browser-dynamic/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular%2fplatform-browser-dynamic/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@angular/router](https://togithub.com/angular/angular/tree/main/packages/router)
([source](https://togithub.com/angular/angular/tree/HEAD/packages/router))
| [`18.1.1` ->
`18.1.3`](https://renovatebot.com/diffs/npm/@angular%2frouter/18.1.1/18.1.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@angular%2frouter/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular%2frouter/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular%2frouter/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular%2frouter/18.1.1/18.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@babel/core](https://babel.dev/docs/en/next/babel-core)
([source](https://togithub.com/babel/babel/tree/HEAD/packages/babel-core))
| [`7.24.9` ->
`7.25.2`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.24.9/7.25.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.25.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fcore/7.25.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fcore/7.24.9/7.25.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.24.9/7.25.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@percy/cli](https://togithub.com/percy/cli)
([source](https://togithub.com/percy/cli/tree/HEAD/packages/cli)) |
[`1.29.0` ->
`1.29.1`](https://renovatebot.com/diffs/npm/@percy%2fcli/1.29.0/1.29.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@percy%2fcli/1.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@percy%2fcli/1.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@percy%2fcli/1.29.0/1.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@percy%2fcli/1.29.0/1.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@stencil-community/eslint-plugin](https://togithub.com/stencil-community/stencil-eslint)
| [`0.7.2` ->
`0.8.0`](https://renovatebot.com/diffs/npm/@stencil-community%2feslint-plugin/0.7.2/0.8.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@stencil-community%2feslint-plugin/0.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@stencil-community%2feslint-plugin/0.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@stencil-community%2feslint-plugin/0.7.2/0.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@stencil-community%2feslint-plugin/0.7.2/0.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/addon-docs](https://togithub.com/storybookjs/storybook/tree/next/code/addons/docs)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/docs))
| [`8.2.5` ->
`8.2.7`](https://renovatebot.com/diffs/npm/@storybook%2faddon-docs/8.2.5/8.2.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-docs/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-docs/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-docs/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-docs/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/addon-essentials](https://togithub.com/storybookjs/storybook/tree/next/code/addons/essentials)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/essentials))
| [`8.2.5` ->
`8.2.7`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/8.2.5/8.2.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-essentials/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-essentials/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-essentials/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-essentials/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/addon-links](https://togithub.com/storybookjs/storybook/tree/next/code/addons/links)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/links))
| [`8.2.5` ->
`8.2.7`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/8.2.5/8.2.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-links/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-links/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-links/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-links/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/blocks](https://togithub.com/storybookjs/storybook/tree/next/code/lib/blocks)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/lib/blocks))
| [`8.2.5` ->
`8.2.7`](https://renovatebot.com/diffs/npm/@storybook%2fblocks/8.2.5/8.2.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fblocks/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fblocks/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fblocks/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fblocks/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/components](https://togithub.com/storybookjs/storybook/tree/next/code/deprecated/components)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/deprecated/components))
| [`8.2.5` ->
`8.2.7`](https://renovatebot.com/diffs/npm/@storybook%2fcomponents/8.2.5/8.2.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fcomponents/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fcomponents/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fcomponents/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fcomponents/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/core-events](https://togithub.com/storybookjs/storybook/tree/next/code/lib/core-events)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/lib/core-events))
| [`8.2.5` ->
`8.2.7`](https://renovatebot.com/diffs/npm/@storybook%2fcore-events/8.2.5/8.2.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fcore-events/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fcore-events/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fcore-events/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fcore-events/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/manager-api](https://togithub.com/storybookjs/storybook/tree/next/code/lib/manager-api)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/lib/manager-api))
| [`8.2.5` ->
`8.2.7`](https://renovatebot.com/diffs/npm/@storybook%2fmanager-api/8.2.5/8.2.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fmanager-api/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fmanager-api/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fmanager-api/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fmanager-api/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/preview-api](https://togithub.com/storybookjs/storybook/tree/next/code/lib/preview-api)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/lib/preview-api))
| [`8.2.5` ->
`8.2.7`](https://renovatebot.com/diffs/npm/@storybook%2fpreview-api/8.2.5/8.2.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fpreview-api/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fpreview-api/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fpreview-api/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fpreview-api/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/theming](https://togithub.com/storybookjs/storybook/tree/next/code/lib/theming)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/lib/theming))
| [`8.2.5` ->
`8.2.7`](https://renovatebot.com/diffs/npm/@storybook%2ftheming/8.2.5/8.2.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2ftheming/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2ftheming/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2ftheming/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2ftheming/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/types](https://togithub.com/storybookjs/storybook/tree/next/code/lib/types)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/lib/types))
| [`8.2.5` ->
`8.2.7`](https://renovatebot.com/diffs/npm/@storybook%2ftypes/8.2.5/8.2.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2ftypes/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2ftypes/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2ftypes/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2ftypes/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/web-components](https://togithub.com/storybookjs/storybook/tree/next/code/renderers/web-components)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/renderers/web-components))
| [`8.2.5` ->
`8.2.7`](https://renovatebot.com/diffs/npm/@storybook%2fweb-components/8.2.5/8.2.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fweb-components/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fweb-components/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fweb-components/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fweb-components/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@storybook/web-components-vite](https://togithub.com/storybookjs/storybook/tree/next/code/frameworks/web-components-vite)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/frameworks/web-components-vite))
| [`8.2.5` ->
`8.2.7`](https://renovatebot.com/diffs/npm/@storybook%2fweb-components-vite/8.2.5/8.2.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fweb-components-vite/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fweb-components-vite/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fweb-components-vite/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fweb-components-vite/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@tokens-studio/sd-transforms](https://togithub.com/tokens-studio/sd-transforms)
| [`1.2.0` ->
`1.2.2`](https://renovatebot.com/diffs/npm/@tokens-studio%2fsd-transforms/1.2.0/1.2.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@tokens-studio%2fsd-transforms/1.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tokens-studio%2fsd-transforms/1.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tokens-studio%2fsd-transforms/1.2.0/1.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tokens-studio%2fsd-transforms/1.2.0/1.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`20.14.12` ->
`20.14.14`](https://renovatebot.com/diffs/npm/@types%2fnode/20.14.12/20.14.14)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.14.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.14.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.14.12/20.14.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.14.12/20.14.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin)
([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin))
| [`7.17.0` ->
`7.18.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.17.0/7.18.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/7.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/7.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/7.17.0/7.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/7.17.0/7.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@typescript-eslint/parser](https://typescript-eslint.io/packages/parser)
([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
| [`7.17.0` ->
`7.18.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/7.17.0/7.18.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/7.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/7.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/7.17.0/7.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/7.17.0/7.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [cypress](https://cypress.io)
([source](https://togithub.com/cypress-io/cypress)) | [`13.13.1` ->
`13.13.2`](https://renovatebot.com/diffs/npm/cypress/13.13.1/13.13.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/cypress/13.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cypress/13.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cypress/13.13.1/13.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress/13.13.1/13.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [karma](https://karma-runner.github.io/)
([source](https://togithub.com/karma-runner/karma)) | [`6.4.3` ->
`6.4.4`](https://renovatebot.com/diffs/npm/karma/6.4.3/6.4.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/karma/6.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/karma/6.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/karma/6.4.3/6.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/karma/6.4.3/6.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [postcss](https://postcss.org/)
([source](https://togithub.com/postcss/postcss)) | [`8.4.39` ->
`8.4.40`](https://renovatebot.com/diffs/npm/postcss/8.4.39/8.4.40) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/postcss/8.4.40?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/postcss/8.4.40?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/postcss/8.4.39/8.4.40?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/postcss/8.4.39/8.4.40?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [primeng](https://togithub.com/primefaces/primeng) | [`17.18.5` ->
`17.18.7`](https://renovatebot.com/diffs/npm/primeng/17.18.5/17.18.7) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/primeng/17.18.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/primeng/17.18.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/primeng/17.18.5/17.18.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/primeng/17.18.5/17.18.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[start-server-and-test](https://togithub.com/bahmutov/start-server-and-test)
| [`2.0.4` ->
`2.0.5`](https://renovatebot.com/diffs/npm/start-server-and-test/2.0.4/2.0.5)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/start-server-and-test/2.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/start-server-and-test/2.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/start-server-and-test/2.0.4/2.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/start-server-and-test/2.0.4/2.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[storybook](https://togithub.com/storybookjs/storybook/tree/next/code/lib/cli)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/lib/cli))
| [`8.2.5` ->
`8.2.7`](https://renovatebot.com/diffs/npm/storybook/8.2.5/8.2.7) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/storybook/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/storybook/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/storybook/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/storybook/8.2.5/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [stylelint](https://stylelint.io)
([source](https://togithub.com/stylelint/stylelint)) | [`16.7.0` ->
`16.8.1`](https://renovatebot.com/diffs/npm/stylelint/16.7.0/16.8.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/stylelint/16.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/stylelint/16.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/stylelint/16.7.0/16.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/stylelint/16.7.0/16.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [tailwindcss](https://tailwindcss.com)
([source](https://togithub.com/tailwindlabs/tailwindcss)) | [`3.4.6` ->
`3.4.7`](https://renovatebot.com/diffs/npm/tailwindcss/3.4.6/3.4.7) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/tailwindcss/3.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tailwindcss/3.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tailwindcss/3.4.6/3.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tailwindcss/3.4.6/3.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [ts-jest](https://kulshekhar.github.io/ts-jest)
([source](https://togithub.com/kulshekhar/ts-jest)) | [`29.2.3` ->
`29.2.4`](https://renovatebot.com/diffs/npm/ts-jest/29.2.3/29.2.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/ts-jest/29.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ts-jest/29.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ts-jest/29.2.3/29.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ts-jest/29.2.3/29.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [undici-types](https://undici.nodejs.org)
([source](https://togithub.com/nodejs/undici)) | [`6.19.4` ->
`6.19.5`](https://renovatebot.com/diffs/npm/undici-types/6.19.4/6.19.5)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/undici-types/6.19.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici-types/6.19.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici-types/6.19.4/6.19.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici-types/6.19.4/6.19.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>angular/angular-cli
(@&#8203;angular-devkit/build-angular)</summary>

###
[`v18.1.3`](https://togithub.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1813-2024-07-31)

[Compare
Source](https://togithub.com/angular/angular-cli/compare/18.1.2...18.1.3)

##### [@&#8203;angular/build](https://togithub.com/angular/build)

| Commit | Type | Description |
|
---------------------------------------------------------------------------------------------------
| ---- |
-----------------------------------------------------------------------------
|
|
[a28615d7d](https://togithub.com/angular/angular-cli/commit/a28615d7dd3f6503f257756058fe182ce6f6b052)
| fix | add CSP `nonce` attribute to script tags when inline critical
CSS is disabled |
|
[747a1447c](https://togithub.com/angular/angular-cli/commit/747a1447c1855a1bb918e5f55e4ba4182235f88a)
| fix | prevent build failures with remote CSS imports when Tailwind is
configured |
|
[c0933f2c0](https://togithub.com/angular/angular-cli/commit/c0933f2c0354a13ba3f752f29b24054177697faa)
| fix | resolve error with `extract-i18n` builder for libraries |

<!-- CHANGELOG SPLIT MARKER -->

###
[`v18.1.2`](https://togithub.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1812-2024-07-24)

[Compare
Source](https://togithub.com/angular/angular-cli/compare/18.1.1...18.1.2)

##### [@&#8203;angular/build](https://togithub.com/angular/build)

| Commit | Type | Description |
|
---------------------------------------------------------------------------------------------------
| ---- | --------------------------------------------------- |
|
[5b9378a3b](https://togithub.com/angular/angular-cli/commit/5b9378a3be3a1c4f465ba471a120a2edd3a4d2f8)
| fix | account for HTML base HREF for dev-server externals |
|
[3e4ea77d7](https://togithub.com/angular/angular-cli/commit/3e4ea77d755edce2c88d55b76860e6e91fb03f3c)
| fix | correctly detect comma in Sass URL lexer |
|
[d868270f1](https://togithub.com/angular/angular-cli/commit/d868270f1baf0fd5f2c5677691cc9c4e88b47d8f)
| fix | prevent redirection loop |
|
[3573ac655](https://togithub.com/angular/angular-cli/commit/3573ac6555ead2afc34979e284426a0204fff42c)
| fix | serve HTML files directly |

<!-- CHANGELOG SPLIT MARKER -->

</details>

<details>
<summary>angular-eslint/angular-eslint
(@&#8203;angular-eslint/builder)</summary>

###
[`v18.2.0`](https://togithub.com/angular-eslint/angular-eslint/blob/HEAD/packages/builder/CHANGELOG.md#1820-2024-07-31)

[Compare
Source](https://togithub.com/angular-eslint/angular-eslint/compare/v18.1.0...v18.2.0)

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

</details>

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

###
[`v18.2.0`](https://togithub.com/angular-eslint/angular-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#1820-2024-07-31)

[Compare
Source](https://togithub.com/angular-eslint/angular-eslint/compare/v18.1.0...v18.2.0)

##### 🚀 Features

-   update typescript-eslint to v8 stable, eslint v9.8.0

##### 🩹 Fixes

- **eslint-plugin:** \[prefer-standalone] ignore empty Directive
decorators

##### ❤️ Thank You

-   James Henry
-   Paweł Maniecki

</details>

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

###
[`v18.2.0`](https://togithub.com/angular-eslint/angular-eslint/blob/HEAD/packages/eslint-plugin-template/CHANGELOG.md#1820-2024-07-31)

[Compare
Source](https://togithub.com/angular-eslint/angular-eslint/compare/v18.1.0...v18.2.0)

##### 🚀 Features

-   update typescript-eslint to v8 stable, eslint v9.8.0

##### 🩹 Fixes

-   update dependency axobject-query to v4.1.0

- **eslint-plugin-template:** add meta to preprocessor to resolve eslint
cache error

##### ❤️ Thank You

-   James Henry
-   kwiateusz

</details>

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

###
[`v18.2.0`](https://togithub.com/angular-eslint/angular-eslint/blob/HEAD/packages/template-parser/CHANGELOG.md#1820-2024-07-31)

[Compare
Source](https://togithub.com/angular-eslint/angular-eslint/compare/v18.1.0...v18.2.0)

##### 🚀 Features

-   update typescript-eslint to v8 stable, eslint v9.8.0

##### ❤️ Thank You

-   James Henry

</details>

<details>
<summary>angular/angular (@&#8203;angular/animations)</summary>

###
[`v18.1.3`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1813-2024-07-31)

[Compare
Source](https://togithub.com/angular/angular/compare/18.1.2...18.1.3)

##### compiler

| Commit | Type | Description |
| -- | -- | -- |
|
[31dea066d6](https://togithub.com/angular/angular/commit/31dea066d636bb49fa18b1172815b1ef7af4dbe5)
| fix | reduce chance of conflicts between generated factory and local
variables
([#&#8203;57181](https://togithub.com/angular/angular/pull/57181)) |

##### compiler-cli

| Commit | Type | Description |
| -- | -- | -- |
|
[1f9e090910](https://togithub.com/angular/angular/commit/1f9e09091076924a2f2c2d4bd6e5f65303bf8fea)
| fix | emitting references to ngtypecheck files
([#&#8203;57138](https://togithub.com/angular/angular/pull/57138))
([#&#8203;57202](https://togithub.com/angular/angular/pull/57202)) |

##### core

| Commit | Type | Description |
| -- | -- | -- |
|
[f7ab04018e](https://togithub.com/angular/angular/commit/f7ab04018ea0fe12781de987fff40fd1dc30f3f0)
| fix | errors during ApplicationRef.tick should be rethrown for
zoneless tests
([#&#8203;56993](https://togithub.com/angular/angular/pull/56993)) |
|
[eaa83f9d27](https://togithub.com/angular/angular/commit/eaa83f9d279855b104597d396e39fe3496470daf)
| fix | hydration error in some let declaration setups
([#&#8203;57173](https://togithub.com/angular/angular/pull/57173)) |

<!-- CHANGELOG SPLIT MARKER -->

###
[`v18.1.2`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1812-2024-07-24)

[Compare
Source](https://togithub.com/angular/angular/compare/18.1.1...18.1.2)

##### compiler

| Commit | Type | Description |
| -- | -- | -- |
|
[463945003d](https://togithub.com/angular/angular/commit/463945003dcf253c64809ffdcddabedb87e78e06)
| fix | limit the number of chained instructions
([#&#8203;57069](https://togithub.com/angular/angular/pull/57069)) |

##### compiler-cli

| Commit | Type | Description |
| -- | -- | -- |
|
[e904f34020](https://togithub.com/angular/angular/commit/e904f3402053ce9098854a31f2652020dd79e8f9)
| fix | add warning for unused let declarations
([#&#8203;57033](https://togithub.com/angular/angular/pull/57033)) |

##### core

| Commit | Type | Description |
| -- | -- | -- |
|
[9e52c1c840](https://togithub.com/angular/angular/commit/9e52c1c8402dd5a54cf73caafff4a5b81d73fabd)
| fix | `afterNextRender` hooks return that callback value.
([#&#8203;57031](https://togithub.com/angular/angular/pull/57031)) |
|
[b9fb98c67c](https://togithub.com/angular/angular/commit/b9fb98c67c29d8e5697b72788f09f1263e8130f4)
| fix | tree shake dev mode error message
([#&#8203;57035](https://togithub.com/angular/angular/pull/57035)) |

<!-- CHANGELOG SPLIT MARKER -->

</details>

<details>
<summary>angular/components (@&#8203;angular/cdk)</summary>

###
[`v18.1.3`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1813-plastic-beach-2024-07-31)

[Compare
Source](https://togithub.com/angular/components/compare/18.1.2...18.1.3)

##### cdk

| Commit | Type | Description |
| -- | -- | -- |
|
[2c76917779](https://togithub.com/angular/components/commit/2c7691777915e1fd051fd22458980e63fa15958d)
| fix | **coercion:** Return undefined when the fallback value is
undefined
([#&#8203;29491](https://togithub.com/angular/components/pull/29491)) |

##### material

| Commit | Type | Description |
| -- | -- | -- |
|
[caf4b61ead](https://togithub.com/angular/components/commit/caf4b61eadce6c8c407cc5a66a8b420a6a2d805f)
| fix | **chips:** remove tab-index attribute from mat-chip host
([#&#8203;29436](https://togithub.com/angular/components/pull/29436)) |
|
[913267c0b1](https://togithub.com/angular/components/commit/913267c0b18bee9b47bdb860b9c5c584b84a609c)
| fix | **core:** custom system-level variable prefix not used in some
mixins
([#&#8203;29513](https://togithub.com/angular/components/pull/29513)) |
|
[70048ef226](https://togithub.com/angular/components/commit/70048ef226fab98a60067f87fc2ace6e2003afa8)
| fix | **dialog:** invalid font-family declaration
([#&#8203;29516](https://togithub.com/angular/components/pull/29516)) |
|
[d7d82e1455](https://togithub.com/angular/components/commit/d7d82e145501321de195bc26e428a05314878d5f)
| fix | **slide-toggle:** don't trigger active state for entire
container
([#&#8203;29514](https://togithub.com/angular/components/pull/29514)) |
|
[d237e7d2c7](https://togithub.com/angular/components/commit/d237e7d2c76ab11a4089a35a3b3a77f2515ac713)
| fix | **slide-toggle:** remove divs from button
([#&#8203;29485](https://togithub.com/angular/components/pull/29485)) |

<!-- CHANGELOG SPLIT MARKER -->

###
[`v18.1.2`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1812-velvet-violin-2024-07-24)

[Compare
Source](https://togithub.com/angular/components/compare/18.1.1...18.1.2)

##### material

| Commit | Type | Description |
| -- | -- | -- |
|
[cf61af53bd](https://togithub.com/angular/components/commit/cf61af53bdb5178cfc80157b9abae2ca1819f4b0)
| fix | **chips:** remove button is too small
([#&#8203;29351](https://togithub.com/angular/components/pull/29351)) |
|
[c79ec264aa](https://togithub.com/angular/components/commit/c79ec264aa454b31f6cefa6a1b032884c565ae2e)
| fix | **form-field:** hiding a label after it has been
([#&#8203;29461](https://togithub.com/angular/components/pull/29461)) |
|
[15238d255f](https://togithub.com/angular/components/commit/15238d255f563348677fd81690735a708d3bda5c)
| fix | **input:** Number input not changing on wheel interaction
([#&#8203;29449](https://togithub.com/angular/components/pull/29449)) |

<!-- CHANGELOG SPLIT MARKER -->

</details>

<details>
<summary>babel/babel (@&#8203;babel/core)</summary>

###
[`v7.25.2`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7252-2024-07-30)

[Compare
Source](https://togithub.com/babel/babel/compare/v7.24.9...v7.25.2)

##### :bug: Bug Fix

-   `babel-core`, `babel-traverse`
- [#&#8203;16695](https://togithub.com/babel/babel/pull/16695) Ensure
that `requeueComputedKeyAndDecorators` is available
([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

</details>

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

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

[Compare
Source](https://togithub.com/percy/cli/compare/v1.29.0...v1.29.1)

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

**Full Changelog**:
https://github.com/percy/cli/compare/v1.29.0...v1.29.1

</details>

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

###
[`v0.8.0`](https://togithub.com/stencil-community/stencil-eslint/releases/tag/v0.8.0)

[Compare
Source](https://togithub.com/stencil-community/stencil-eslint/compare/v0.7.2...v0.8.0)

##### What's Changed

-
[#&#8203;106](https://togithub.com/stencil-community/stencil-eslint/issues/106)
adding support for native attributes for
[@&#8203;Watch](https://togithub.com/Watch) rule by
[@&#8203;laddi-netapp](https://togithub.com/laddi-netapp) in
[https://github.com/stencil-community/stencil-eslint/pull/107](https://togithub.com/stencil-community/stencil-eslint/pull/107)
- fix: adding formAssociated methods to stencil lifecycle methods list
by [@&#8203;laddi-netapp](https://togithub.com/laddi-netapp) in
[https://github.com/stencil-community/stencil-eslint/pull/108](https://togithub.com/stencil-community/stencil-eslint/pull/108)
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/stencil-community/stencil-eslint/pull/109](https://togithub.com/stencil-community/stencil-eslint/pull/109)
- chore(deps): bump ws from 8.15.1 to 8.17.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/stencil-community/stencil-eslint/pull/110](https://togithub.com/stencil-community/stencil-eslint/pull/110)
- fix(strict-mutable): fix order assumption when checking mutable props
by [@&#8203;jcfranco](https://togithub.com/jcfranco) in
[https://github.com/stencil-community/stencil-eslint/pull/113](https://togithub.com/stencil-community/stencil-eslint/pull/113)

**Full Changelog**:
https://github.com/stencil-community/stencil-eslint/compare/v0.7.2...v0.8.0

</details>

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

###
[`v8.2.7`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#827)

[Compare
Source](https://togithub.com/storybookjs/storybook/compare/v8.2.6...v8.2.7)

- CPC: Fix type usage in renderers -
[#&#8203;28745](https://togithub.com/storybookjs/storybook/pull/28745),
thanks [@&#8203;ndelangen](https://togithub.com/ndelangen)!
- Core: Introduce run over play in portable stories, and revert back
play changes of 8.2 -
[#&#8203;28764](https://togithub.com/storybookjs/storybook/pull/28764),
thanks [@&#8203;kasperpeulen](https://togithub.com/kasperpeulen)!

###
[`v8.2.6`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#826)

[Compare
Source](https://togithub.com/storybookjs/storybook/compare/v8.2.5...v8.2.6)

- CPC: Fix missing exports for addon-kit -
[#&#8203;28691](https://togithub.com/storybookjs/storybook/pull/28691),
thanks [@&#8203;ndelangen](https://togithub.com/ndelangen)!

</details>

<details>
<summary>tokens-studio/sd-transforms
(@&#8203;tokens-studio/sd-transforms)</summary>

###
[`v1.2.2`](https://togithub.com/tokens-studio/sd-transforms/blob/HEAD/CHANGELOG.md#122)

[Compare
Source](https://togithub.com/tokens-studio/sd-transforms/compare/v1.2.1...v1.2.2)

##### Patch Changes

-
[`0dea2af`](https://togithub.com/tokens-studio/sd-transforms/commit/0dea2af):
fix: evaluate math expressions with units
-
[`4fe336f`](https://togithub.com/tokens-studio/sd-transforms/commit/4fe336f):
Override lineHeight expandTypesMap from SD. Add letterSpacing override.
This is needed for our lineHeight and letterSpacing transforms to apply.

###
[`v1.2.1`](https://togithub.com/tokens-studio/sd-transforms/blob/HEAD/CHANGELOG.md#121)

[Compare
Source](https://togithub.com/tokens-studio/sd-transforms/compare/v1.2.0...v1.2.1)

##### Patch Changes

-
[`c6c9223`](https://togithub.com/tokens-studio/sd-transforms/commit/c6c9223):
Add composition to expandTypesMap.
-
[`19f4530`](https://togithub.com/tokens-studio/sd-transforms/commit/19f4530):
Fix alwaysAddFontStyle option to not apply to tokens of type
fontWeight(s), only meant for typography tokens.
-
[`32c2d13`](https://togithub.com/tokens-studio/sd-transforms/commit/32c2d13):
textCase and textDecoration types should be kept, instead of changing to
"other". This should help with transforms targeting those tokens,
whereas "other" is not a useful type conversion whatsoever.
-
[`3a044ed`](https://togithub.com/tokens-studio/sd-transforms/commit/3a044ed):
Remove the boxShadow expandTypesMap, this is no longer needed since SD
4.0.1 as it runs user defined preprocessors before expanding tokens.

</details>

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

###
[`v7.18.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7180-2024-07-29)

[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.17.0...v7.18.0)

##### 🩹 Fixes

- **eslint-plugin:** \[no-unnecessary-type-assertion] prevent runtime
error when asserting a variable declared in default TS lib

- **eslint-plugin:** \[unbound-method] report on destructuring in
function parameters

- **eslint-plugin:** \[no-duplicate-type-constituents] shouldn't report
on error types

- **eslint-plugin:** \[strict-boolean-expressions] support branded
booleans

##### ❤️  Thank You

-   auvred
-   Oliver Salzburg
-   Vinccool96
-   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>

<deta

</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://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
benelan referenced this pull request in Esri/calcite-design-system Aug 7, 2024
….8.0 (#9983)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@stencil-community/eslint-plugin](https://togithub.com/stencil-community/stencil-eslint)
| [`0.7.2` ->
`0.8.0`](https://renovatebot.com/diffs/npm/@stencil-community%2feslint-plugin/0.7.2/0.8.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@stencil-community%2feslint-plugin/0.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@stencil-community%2feslint-plugin/0.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@stencil-community%2feslint-plugin/0.7.2/0.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@stencil-community%2feslint-plugin/0.7.2/0.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v0.8.0`](https://togithub.com/stencil-community/stencil-eslint/releases/tag/v0.8.0)

[Compare
Source](https://togithub.com/stencil-community/stencil-eslint/compare/v0.7.2...v0.8.0)

#### What's Changed

-
[#&#8203;106](https://togithub.com/stencil-community/stencil-eslint/issues/106)
adding support for native attributes for
[@&#8203;Watch](https://togithub.com/Watch) rule by
[@&#8203;laddi-netapp](https://togithub.com/laddi-netapp) in
[https://github.com/stencil-community/stencil-eslint/pull/107](https://togithub.com/stencil-community/stencil-eslint/pull/107)
- fix: adding formAssociated methods to stencil lifecycle methods list
by [@&#8203;laddi-netapp](https://togithub.com/laddi-netapp) in
[https://github.com/stencil-community/stencil-eslint/pull/108](https://togithub.com/stencil-community/stencil-eslint/pull/108)
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/stencil-community/stencil-eslint/pull/109](https://togithub.com/stencil-community/stencil-eslint/pull/109)
- chore(deps): bump ws from 8.15.1 to 8.17.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/stencil-community/stencil-eslint/pull/110](https://togithub.com/stencil-community/stencil-eslint/pull/110)
- fix(strict-mutable): fix order assumption when checking mutable props
by [@&#8203;jcfranco](https://togithub.com/jcfranco) in
[https://github.com/stencil-community/stencil-eslint/pull/113](https://togithub.com/stencil-community/stencil-eslint/pull/113)

**Full Changelog**:
stenciljs/eslint-plugin@v0.7.2...v0.8.0

</details>

---

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

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

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

Feature: Dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant