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

chore(license): make detectable by GitHub #497

Merged
merged 1 commit into from
Mar 13, 2024
Merged

chore(license): make detectable by GitHub #497

merged 1 commit into from
Mar 13, 2024

Conversation

10xLaCroixDrinker
Copy link
Contributor

Same issue as pinojs/pino#1859

Currently, GitHub cannot detect the license for this project. The note about the pino team in the LICENSE file prevents GitHub from being able to detect the license. The GitHub documentation notes the following:

If your repository is using a license that is listed on the Choose a License website and it's not displaying clearly at the top of the repository page, it may contain multiple licenses or other complexity. To have your license detected, simplify your LICENSE file and note the complexity somewhere else, such as your repository's README file.

In order to keep the whole thing intact and allow the license to be detected, I combined the two lines.

GitHub uses the ruby gem licensee to detect the license. I used that to test the changes.

Before:

$ licensee detect pino-pretty
License:        NOASSERTION
Matched files:  LICENSE, Readme.md, package.json
LICENSE:
  Content hash:  3e2878c68c523a2ce826187ce962f00041d8a2d8
  License:       NOASSERTION
  Closest non-matching licenses:
    MIT similarity:    90.29%
    MIT-0 similarity:  69.71%
    NCSA similarity:   59.06%
Readme.md:
  Content hash:  da39a3ee5e6b4b0d3255bfef95601890afd80709
  Confidence:    90.00%
  Matcher:       Licensee::Matchers::Reference
  License:       MIT
  Closest non-matching licenses:
    0BSD similarity:   0.00%
    WTFPL similarity:  0.00%
    Vim similarity:    0.00%
package.json:
  Confidence:  90.00%
  Matcher:     Licensee::Matchers::NpmBower
  License:     MIT

After:

$ licensee detect pino-pretty
License:        MIT
Matched files:  LICENSE, Readme.md, package.json
LICENSE:
  Content hash:  4c2c763d64bbc7ef2e58b0ec6d06d90cee9755c9
  Attribution:   Copyright (c) 2019 the Pino team listed at https://github.com/pinojs/pino#the-team
  Confidence:    100.00%
  Matcher:       Licensee::Matchers::Exact
  License:       MIT
Readme.md:
  Content hash:  da39a3ee5e6b4b0d3255bfef95601890afd80709
  Confidence:    90.00%
  Matcher:       Licensee::Matchers::Reference
  License:       MIT
  Closest non-matching licenses:
    0BSD similarity:   0.00%
    WTFPL similarity:  0.00%
    Vim similarity:    0.00%
package.json:
  Confidence:  90.00%
  Matcher:     Licensee::Matchers::NpmBower
  License:     MIT

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm thanks!

@mcollina mcollina merged commit 74c54b5 into pinojs:master Mar 13, 2024
@10xLaCroixDrinker 10xLaCroixDrinker deleted the chore/detectable-license branch March 13, 2024 11:57
fwouts referenced this pull request in fwouts/previewjs Apr 8, 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 |
|---|---|---|---|---|---|
| [pino-pretty](https://togithub.com/pinojs/pino-pretty) | [`^10.3.1` ->
`^11.0.0`](https://renovatebot.com/diffs/npm/pino-pretty/10.3.1/11.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/pino-pretty/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino-pretty/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino-pretty/10.3.1/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino-pretty/10.3.1/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pinojs/pino-pretty (pino-pretty)</summary>

###
[`v11.0.0`](https://togithub.com/pinojs/pino-pretty/releases/tag/v11.0.0)

[Compare
Source](https://togithub.com/pinojs/pino-pretty/compare/v10.3.1...v11.0.0)

#### What's Changed

- Bump actions/dependency-review-action from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/pinojs/pino-pretty/pull/492](https://togithub.com/pinojs/pino-pretty/pull/492)
- Bump actions/cache from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/pinojs/pino-pretty/pull/491](https://togithub.com/pinojs/pino-pretty/pull/491)
- chore(license): make detectable by GitHub by
[@&#8203;10xLaCroixDrinker](https://togithub.com/10xLaCroixDrinker) in
[https://github.com/pinojs/pino-pretty/pull/497](https://togithub.com/pinojs/pino-pretty/pull/497)
- Update help.txt: Fix program name by
[@&#8203;glensc](https://togithub.com/glensc) in
[https://github.com/pinojs/pino-pretty/pull/498](https://togithub.com/pinojs/pino-pretty/pull/498)
- Providing additional functionality to customPrettifiers and
messageFormat by [@&#8203;FoxxMD](https://togithub.com/FoxxMD) in
[https://github.com/pinojs/pino-pretty/pull/495](https://togithub.com/pinojs/pino-pretty/pull/495)
- Support objects in options.customColors by
[@&#8203;kindagonzo](https://togithub.com/kindagonzo) in
[https://github.com/pinojs/pino-pretty/pull/487](https://togithub.com/pinojs/pino-pretty/pull/487)

#### New Contributors

- [@&#8203;10xLaCroixDrinker](https://togithub.com/10xLaCroixDrinker)
made their first contribution in
[https://github.com/pinojs/pino-pretty/pull/497](https://togithub.com/pinojs/pino-pretty/pull/497)
- [@&#8203;glensc](https://togithub.com/glensc) made their first
contribution in
[https://github.com/pinojs/pino-pretty/pull/498](https://togithub.com/pinojs/pino-pretty/pull/498)
- [@&#8203;FoxxMD](https://togithub.com/FoxxMD) made their first
contribution in
[https://github.com/pinojs/pino-pretty/pull/495](https://togithub.com/pinojs/pino-pretty/pull/495)
- [@&#8203;kindagonzo](https://togithub.com/kindagonzo) made their first
contribution in
[https://github.com/pinojs/pino-pretty/pull/487](https://togithub.com/pinojs/pino-pretty/pull/487)

**Full Changelog**:
pinojs/pino-pretty@v10.3.1...v11.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- 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/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-merge-queue bot referenced this pull request in coveo/ui-kit Apr 10, 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 |
|---|---|---|---|---|---|
| [@fullhuman/postcss-purgecss](https://purgecss.com)
([source](https://togithub.com/FullHuman/purgecss)) | [`5.0.0` ->
`6.0.0`](https://renovatebot.com/diffs/npm/@fullhuman%2fpostcss-purgecss/5.0.0/6.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@fullhuman%2fpostcss-purgecss/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fullhuman%2fpostcss-purgecss/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fullhuman%2fpostcss-purgecss/5.0.0/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fullhuman%2fpostcss-purgecss/5.0.0/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@octokit/graphql](https://togithub.com/octokit/graphql.js) | [`7.0.2`
->
`8.1.0`](https://renovatebot.com/diffs/npm/@octokit%2fgraphql/7.0.2/8.1.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@octokit%2fgraphql/8.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@octokit%2fgraphql/8.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@octokit%2fgraphql/7.0.2/8.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@octokit%2fgraphql/7.0.2/8.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@octokit/graphql-schema](https://togithub.com/octokit/graphql-schema)
| [`14.58.0` ->
`15.5.1`](https://renovatebot.com/diffs/npm/@octokit%2fgraphql-schema/14.58.0/15.5.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@octokit%2fgraphql-schema/15.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@octokit%2fgraphql-schema/15.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@octokit%2fgraphql-schema/14.58.0/15.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@octokit%2fgraphql-schema/14.58.0/15.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@rollup/plugin-node-resolve](https://togithub.com/rollup/plugins/tree/master/packages/node-resolve/#readme)
([source](https://togithub.com/rollup/plugins/tree/HEAD/packages/node-resolve))
| [`11.2.1` ->
`15.2.3`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-node-resolve/11.2.1/15.2.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@rollup%2fplugin-node-resolve/15.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@rollup%2fplugin-node-resolve/15.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@rollup%2fplugin-node-resolve/11.2.1/15.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rollup%2fplugin-node-resolve/11.2.1/15.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@salesforce/sfdx-lwc-jest](https://togithub.com/salesforce/sfdx-lwc-jest)
| [`4.0.1` ->
`5.0.0`](https://renovatebot.com/diffs/npm/@salesforce%2fsfdx-lwc-jest/4.0.1/5.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@salesforce%2fsfdx-lwc-jest/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@salesforce%2fsfdx-lwc-jest/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@salesforce%2fsfdx-lwc-jest/4.0.1/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@salesforce%2fsfdx-lwc-jest/4.0.1/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| @&#8203;types/puppeteer | [`5.4.7` ->
`7.0.4`](https://renovatebot.com/diffs/npm/@types%2fpuppeteer/5.4.7/7.0.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fpuppeteer/7.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fpuppeteer/7.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fpuppeteer/5.4.7/7.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fpuppeteer/5.4.7/7.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [css-loader](https://togithub.com/webpack-contrib/css-loader) |
[`6.11.0` ->
`7.1.0`](https://renovatebot.com/diffs/npm/css-loader/6.11.0/7.1.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/css-loader/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/css-loader/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/css-loader/6.11.0/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/css-loader/6.11.0/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [eslint](https://eslint.org)
([source](https://togithub.com/eslint/eslint)) | [`8.57.0` ->
`9.0.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint/8.57.0/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/8.57.0/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[eslint-plugin-jest](https://togithub.com/jest-community/eslint-plugin-jest)
| [`27.9.0` ->
`28.2.0`](https://renovatebot.com/diffs/npm/eslint-plugin-jest/27.9.0/28.2.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-jest/28.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-jest/28.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-jest/27.9.0/28.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-jest/27.9.0/28.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pino-pretty](https://togithub.com/pinojs/pino-pretty) | [`^6.0.0 \|\|
^10.0.0` -> `^6.0.0 \|\| ^10.0.0 \|\|
^11.0.0`](https://renovatebot.com/diffs/npm/pino-pretty/10.3.1/11.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/pino-pretty/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino-pretty/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino-pretty/10.3.1/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino-pretty/10.3.1/11.0.0?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))
| [`7.6.17` ->
`8.0.6`](https://renovatebot.com/diffs/npm/storybook/7.6.17/8.0.6) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/storybook/8.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/storybook/8.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/storybook/7.6.17/8.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/storybook/7.6.17/8.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [style-loader](https://togithub.com/webpack-contrib/style-loader) |
[`3.3.4` ->
`4.0.0`](https://renovatebot.com/diffs/npm/style-loader/3.3.4/4.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/style-loader/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/style-loader/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/style-loader/3.3.4/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/style-loader/3.3.4/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [ts-debounce](https://togithub.com/chodorowicz/ts-debounce) | [`3.0.0`
-> `4.0.0`](https://renovatebot.com/diffs/npm/ts-debounce/3.0.0/4.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/ts-debounce/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ts-debounce/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ts-debounce/3.0.0/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ts-debounce/3.0.0/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>FullHuman/purgecss
(@&#8203;fullhuman/postcss-purgecss)</summary>

###
[`v6.0.0`](https://togithub.com/FullHuman/purgecss/blob/HEAD/CHANGELOG.md#600-2024-03-29)

[Compare
Source](https://togithub.com/FullHuman/purgecss/compare/v5.0.0...v6.0.0)

##### Bug Fixes

- collect of used variables for changed selector
([#&#8203;1217](https://togithub.com/FullHuman/purgecss/issues/1217))
([9fbb592](https://togithub.com/FullHuman/purgecss/commit/9fbb5920164d3ffd296c0eaab6a4d2b4477b418c))
- **gulp-purgecss:** move vinyl-sourcemaps-apply to deps
[#&#8203;999](https://togithub.com/FullHuman/purgecss/issues/999)
([7858b7a](https://togithub.com/FullHuman/purgecss/commit/7858b7a910efda13162095d8f528fb9e668cc190))

##### Features

- **purgecss:** add support for :where and :is
[#&#8203;978](https://togithub.com/FullHuman/purgecss/issues/978)
([bb5782b](https://togithub.com/FullHuman/purgecss/commit/bb5782bff296805f95c6bae0ce434be314bd1580))
- warn if no files are found
[#&#8203;642](https://togithub.com/FullHuman/purgecss/issues/642)
([6188505](https://togithub.com/FullHuman/purgecss/commit/61885055f46bc36c839f77c07e7d680378083567))

</details>

<details>
<summary>octokit/graphql.js (@&#8203;octokit/graphql)</summary>

###
[`v8.1.0`](https://togithub.com/octokit/graphql.js/releases/tag/v8.1.0)

[Compare
Source](https://togithub.com/octokit/graphql.js/compare/v8.0.2...v8.1.0)

##### Features

- **security:** Add provenance
([#&#8203;562](https://togithub.com/octokit/graphql.js/issues/562))
([6926030](https://togithub.com/octokit/graphql.js/commit/692603034e9cd6ebc4de03c4351a1874ebe22e49))

###
[`v8.0.2`](https://togithub.com/octokit/graphql.js/releases/tag/v8.0.2)

[Compare
Source](https://togithub.com/octokit/graphql.js/compare/v8.0.1...v8.0.2)

##### Bug Fixes

- **deps:** update dependency
[@&#8203;octokit/types](https://togithub.com/octokit/types) to v13
([ce3f6c9](https://togithub.com/octokit/graphql.js/commit/ce3f6c95023b199c34564f8b1b826e11c8a7fee8))

###
[`v8.0.1`](https://togithub.com/octokit/graphql.js/releases/tag/v8.0.1)

[Compare
Source](https://togithub.com/octokit/graphql.js/compare/v8.0.0...v8.0.1)

##### Bug Fixes

- **pkg:** add `main` entry point
([#&#8203;551](https://togithub.com/octokit/graphql.js/issues/551))
([d3ada54](https://togithub.com/octokit/graphql.js/commit/d3ada54e13e059bc14d58febb383965daf715366)),
closes
[octokit/core.js#662](https://togithub.com/octokit/core.js/issues/662)

###
[`v8.0.0`](https://togithub.com/octokit/graphql.js/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/octokit/graphql.js/compare/v7.1.0...v8.0.0)

##### Features

- package is now ESM
([#&#8203;549](https://togithub.com/octokit/graphql.js/issues/549))
([8b126b5](https://togithub.com/octokit/graphql.js/commit/8b126b561259aea280b26fe4797a51ec0f013a6d))

##### BREAKING CHANGES

-   this package is now ESM

-   fix: add missing file extension in relative file path import

###
[`v7.1.0`](https://togithub.com/octokit/graphql.js/releases/tag/v7.1.0)

[Compare
Source](https://togithub.com/octokit/graphql.js/compare/v7.0.2...v7.1.0)

##### Bug Fixes

- upgrade `@octokit/types`
([981171f](https://togithub.com/octokit/graphql.js/commit/981171f3ea463be5ec8c2910f00d7c9ea9b7389f))

##### Features

- **security:** Add provenance
([#&#8203;562](https://togithub.com/octokit/graphql.js/issues/562))
([cac3717](https://togithub.com/octokit/graphql.js/commit/cac371781d1604f7dedbd442932f0c107101093e))

</details>

<details>
<summary>octokit/graphql-schema
(@&#8203;octokit/graphql-schema)</summary>

###
[`v15.5.1`](https://togithub.com/octokit/graphql-schema/releases/tag/v15.5.1)

[Compare
Source](https://togithub.com/octokit/graphql-schema/compare/v15.5.0...v15.5.1)

##### Bug Fixes

- remove `PropertyTargetDefinition#PropertyTargetDefinition` again ...
nothing to see here 🤣
([#&#8203;926](https://togithub.com/octokit/graphql-schema/issues/926))
([6df361c](https://togithub.com/octokit/graphql-schema/commit/6df361cae3dced15ca9e7956930d2f8966172b3e))

###
[`v15.5.0`](https://togithub.com/octokit/graphql-schema/releases/tag/v15.5.0)

[Compare
Source](https://togithub.com/octokit/graphql-schema/compare/v15.4.2...v15.5.0)

##### Features

- `Repository#planFeatures`, `PropertyTargetDefinition#source`
([#&#8203;916](https://togithub.com/octokit/graphql-schema/issues/916))
([09b963e](https://togithub.com/octokit/graphql-schema/commit/09b963efb954f3fc9c47ac30a433c9fc5c3c0308))

###
[`v15.4.2`](https://togithub.com/octokit/graphql-schema/releases/tag/v15.4.2)

[Compare
Source](https://togithub.com/octokit/graphql-schema/compare/v15.4.1...v15.4.2)

##### Bug Fixes

- correct type export to use .d.ts extension
([#&#8203;924](https://togithub.com/octokit/graphql-schema/issues/924))
([a347201](https://togithub.com/octokit/graphql-schema/commit/a3472013e7a2a01e82ba8c98d86f912a553ad334))

###
[`v15.4.1`](https://togithub.com/octokit/graphql-schema/releases/tag/v15.4.1)

[Compare
Source](https://togithub.com/octokit/graphql-schema/compare/v15.4.0...v15.4.1)

##### Bug Fixes

- export types explicitly
([#&#8203;923](https://togithub.com/octokit/graphql-schema/issues/923))
([4aa5a4b](https://togithub.com/octokit/graphql-schema/commit/4aa5a4bb12e5dca78e7a782e727ef3b206528261))

###
[`v15.4.0`](https://togithub.com/octokit/graphql-schema/releases/tag/v15.4.0)

[Compare
Source](https://togithub.com/octokit/graphql-schema/compare/v15.3.0...v15.4.0)

##### Features

- **security:** Add provenance
([#&#8203;922](https://togithub.com/octokit/graphql-schema/issues/922))
([2320d30](https://togithub.com/octokit/graphql-schema/commit/2320d307149df2515b23181b149d8fe4ece23c9c))

###
[`v15.3.0`](https://togithub.com/octokit/graphql-schema/releases/tag/v15.3.0)

[Compare
Source](https://togithub.com/octokit/graphql-schema/compare/v15.2.0...v15.3.0)

##### Features

- `FundingPlatform#BUY_ME_A_COFFEE`
([#&#8203;914](https://togithub.com/octokit/graphql-schema/issues/914))
([475f1d4](https://togithub.com/octokit/graphql-schema/commit/475f1d4277b434541afb2a11e184b4bd19a2afc9))

###
[`v15.2.0`](https://togithub.com/octokit/graphql-schema/releases/tag/v15.2.0)

[Compare
Source](https://togithub.com/octokit/graphql-schema/compare/v15.1.2...v15.2.0)

##### Features

- **mutation:** optional `recurring` argument for `createSponsorship()`
([#&#8203;913](https://togithub.com/octokit/graphql-schema/issues/913))
([9d08d51](https://togithub.com/octokit/graphql-schema/commit/9d08d51a041f0792fa212425cbc59f3124392f3a))

###
[`v15.1.2`](https://togithub.com/octokit/graphql-schema/releases/tag/v15.1.2)

[Compare
Source](https://togithub.com/octokit/graphql-schema/compare/v15.1.1...v15.1.2)

##### Bug Fixes

- remove `OTECHIE` from `FundingPlatform` enum
([#&#8203;912](https://togithub.com/octokit/graphql-schema/issues/912))
([54d37d9](https://togithub.com/octokit/graphql-schema/commit/54d37d96c7766bea76959f4333b481faf439fd59))

###
[`v15.1.1`](https://togithub.com/octokit/graphql-schema/releases/tag/v15.1.1)

[Compare
Source](https://togithub.com/octokit/graphql-schema/compare/v15.1.0...v15.1.1)

##### Bug Fixes

- built
([#&#8203;911](https://togithub.com/octokit/graphql-schema/issues/911))
([cd3182f](https://togithub.com/octokit/graphql-schema/commit/cd3182f61fd02792a408b7903c584e8cf87c9587))

###
[`v15.1.0`](https://togithub.com/octokit/graphql-schema/releases/tag/v15.1.0)

[Compare
Source](https://togithub.com/octokit/graphql-schema/compare/v15.0.0...v15.1.0)

##### Features

- `Repository#environments(names)`
([#&#8203;908](https://togithub.com/octokit/graphql-schema/issues/908))
([4f4197c](https://togithub.com/octokit/graphql-schema/commit/4f4197c3728116667bbb17b3693990b31d7e5723))

###
[`v15.0.0`](https://togithub.com/octokit/graphql-schema/releases/tag/v15.0.0)

[Compare
Source](https://togithub.com/octokit/graphql-schema/compare/v14.58.0...v15.0.0)

##### Features

- package is now ESM
([#&#8203;909](https://togithub.com/octokit/graphql-schema/issues/909))
([f419cdd](https://togithub.com/octokit/graphql-schema/commit/f419cdd03fb1c7e34b813a1bc1c51e3b79b5ba92))

##### BREAKING CHANGES

-   package is now ESM

-   fix(deps): bump execa

-   fix: correct `fs` import

-   fix: replace usage of `require()`

-   style: prettier

-   fix: update execa import

-   test: remove default export tests

</details>

<details>
<summary>rollup/plugins (@&#8203;rollup/plugin-node-resolve)</summary>

###
[`v15.2.3`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1523)

[Compare
Source](https://togithub.com/rollup/plugins/compare/dfe48153f8cb94fa92d520e047f49ff5f642c64c...f7fb936485437ea66baffaa078d82560085c6b6d)

*2023-10-08*

##### Bugfixes

- fix: modulePaths default is not set
[#&#8203;1534](https://togithub.com/rollup/plugins/pull/1534)

###
[`v15.2.2`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1522)

[Compare
Source](https://togithub.com/rollup/plugins/compare/767a8f5b49a3c871d681407a7b237475a7c6a97d...dfe48153f8cb94fa92d520e047f49ff5f642c64c)

*2023-10-05*

##### Bugfixes

- fix: ensure rollup 4 compatibility
[#&#8203;1595](https://togithub.com/rollup/plugins/pull/1595)

###
[`v15.2.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1521)

[Compare
Source](https://togithub.com/rollup/plugins/compare/7d395b8828db2b208c561a5bda87997c00ecf2b6...767a8f5b49a3c871d681407a7b237475a7c6a97d)

*2023-08-22*

##### Bugfixes

- fix: Implement package exports / imports resolution algorithm
according to Node documentation
[#&#8203;1549](https://togithub.com/rollup/plugins/pull/1549)

###
[`v15.2.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1520)

[Compare
Source](https://togithub.com/rollup/plugins/compare/616bdd3e2dd613821267e4e56e9666d65aef862e...7d395b8828db2b208c561a5bda87997c00ecf2b6)

*2023-08-17*

##### Features

- feat: pass original importee to secondary resolve
[#&#8203;1557](https://togithub.com/rollup/plugins/pull/1557)

###
[`v15.1.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1510)

[Compare
Source](https://togithub.com/rollup/plugins/compare/f6816155d568e60f9f7a20d091bb884034d8110a...616bdd3e2dd613821267e4e56e9666d65aef862e)

*2023-05-30*

##### Features

- feat: Resolve js/jsx/mjs/cjs imports from TypeScript files
[#&#8203;1498](https://togithub.com/rollup/plugins/pull/1498)

###
[`v15.0.2`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1502)

[Compare
Source](https://togithub.com/rollup/plugins/compare/65530068f85e64736de18be5cf53fce753ad4b4f...f6816155d568e60f9f7a20d091bb884034d8110a)

*2023-04-04*

##### Bugfixes

- fix: bump is-builtin-module version, imports with a trailing slash
[#&#8203;1424](https://togithub.com/rollup/plugins/pull/1424)

###
[`v15.0.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1501)

[Compare
Source](https://togithub.com/rollup/plugins/compare/8f1aea320bb43c16afe52bc44ed357746c8f9711...65530068f85e64736de18be5cf53fce753ad4b4f)

*2022-10-21*

##### Updates

- chore: update rollup dependencies
([3038271](https://togithub.com/rollup/plugins/commit/303827191ede6b2e4eade96c6968ed16a587683f))

###
[`v15.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1500)

[Compare
Source](https://togithub.com/rollup/plugins/compare/509d0310ff12f6dec78df59585b55b4f0209af9a...8f1aea320bb43c16afe52bc44ed357746c8f9711)

*2022-10-10*

##### Breaking Changes

- fix: prepare for Rollup 3
[#&#8203;1288](https://togithub.com/rollup/plugins/pull/1288)

###
[`v14.1.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1410)

[Compare
Source](https://togithub.com/rollup/plugins/compare/3dce792aa1dcb453555fc5efa214d6f034598563...509d0310ff12f6dec78df59585b55b4f0209af9a)

*2022-09-12*

##### Features

- feat: add new option, modulePaths
([#&#8203;1104](https://togithub.com/rollup/plugins/issues/1104))

###
[`v14.0.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1401)

[Compare
Source](https://togithub.com/rollup/plugins/compare/608ad1001b4da5f97dad2c8ed18af4cdb49f0902...3dce792aa1dcb453555fc5efa214d6f034598563)

*2022-09-08*

##### Bugfixes

- fix: handle circular commonjs
([#&#8203;1259](https://togithub.com/rollup/plugins/issues/1259))

###
[`v14.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1400)

*2022-09-06*

##### Breaking Changes

- fix: preserve moduleSideEffects when re-resolving files
([#&#8203;1245](https://togithub.com/rollup/plugins/issues/1245))

###
[`v13.3.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1330)

*2022-05-02*

##### Features

- feat: support `node:` protocol
([#&#8203;1124](https://togithub.com/rollup/plugins/issues/1124))

###
[`v13.2.2`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1322)

*2022-05-02*

##### Bugfixes

- fix: Respect if other plugins resolve the resolution to a different id
([#&#8203;1181](https://togithub.com/rollup/plugins/issues/1181))
- fix: Revert respect if other plugins resolve the resolution to a
different id
([`ae59ceb`](https://togithub.com/rollup/plugins/commit/ae59ceb))
- fix: Respect if other plugins resolve the resolution to a different id
([`f8d4c44`](https://togithub.com/rollup/plugins/commit/f8d4c44))

###
[`v13.2.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1321)

*2022-04-15*

##### Bugfixes

- fix: update side effects logic to be deep when glob doesn’t contain
`/` ([#&#8203;1148](https://togithub.com/rollup/plugins/issues/1148))

###
[`v13.2.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1320)

*2022-04-11*

##### Features

- feat: Add the ability to pass a function into resolveOnly
([#&#8203;1152](https://togithub.com/rollup/plugins/issues/1152))

###
[`v13.1.3`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1313)

*2022-01-05*

##### Bugfixes

- fix: use correct version when published
([#&#8203;1063](https://togithub.com/rollup/plugins/issues/1063))

###
[`v13.1.2`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1312)

*2021-12-31*

##### Bugfixes

- fix: forward meta-information from other plugins
([#&#8203;1062](https://togithub.com/rollup/plugins/issues/1062))

###
[`v13.1.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1311)

*2021-12-13*

##### Updates

- test: add tests for mixing custom `exportConditions` with `browser:
true` ([#&#8203;1043](https://togithub.com/rollup/plugins/issues/1043))

###
[`v13.1.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1310)

*2021-12-13*

##### Features

- feat: expose plugin version
([#&#8203;1050](https://togithub.com/rollup/plugins/issues/1050))

###
[`v13.0.6`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1306)

*2021-10-19*

##### Bugfixes

- fix: pass on isEntry flag
([#&#8203;1016](https://togithub.com/rollup/plugins/issues/1016))

###
[`v13.0.5`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1305)

*2021-09-21*

##### Updates

- docs: fix readme heading depth
([#&#8203;999](https://togithub.com/rollup/plugins/issues/999))

###
[`v13.0.4`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1304)

*2021-07-24*

##### Bugfixes

- fix: Fix bug where JS import was converted to a TS import, resulting
in an error when using export maps
([#&#8203;921](https://togithub.com/rollup/plugins/issues/921))

###
[`v13.0.3`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1303)

*2021-07-24*

##### Bugfixes

- fix: handle browser-mapped paths correctly in nested contexts
([#&#8203;920](https://togithub.com/rollup/plugins/issues/920))

###
[`v13.0.2`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1302)

*2021-07-15*

##### Bugfixes

- fix: handle "package.json" being in path
([#&#8203;927](https://togithub.com/rollup/plugins/issues/927))

###
[`v13.0.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1301)

*2021-07-15*

##### Updates

- docs: Document how to get Node.js exports resolution
([#&#8203;884](https://togithub.com/rollup/plugins/issues/884))

###
[`v13.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1300)

*2021-05-04*

##### Breaking Changes

- fix!: mark module as external if resolved module is external
([#&#8203;799](https://togithub.com/rollup/plugins/issues/799))

##### Features

- feat: Follow up to
[#&#8203;843](https://togithub.com/rollup/plugins/issues/843), refining
exports and browser field interaction
([#&#8203;866](https://togithub.com/rollup/plugins/issues/866))

</details>

<details>
<summary>salesforce/sfdx-lwc-jest
(@&#8203;salesforce/sfdx-lwc-jest)</summary>

###
[`v5.0.0`](https://togithub.com/salesforce/sfdx-lwc-jest/releases/tag/v5.0.0)

[Compare
Source](https://togithub.com/salesforce/sfdx-lwc-jest/compare/v4.0.1...v5.0.0)

#### Breaking changes

Snapshots may have changed due to [lwc-test
v15](https://togithub.com/salesforce/lwc-test/releases/tag/v15.0.0). Run
with `-u` to update.

#### What's Changed

- chore: update lwc to v6.3.2 by
[@&#8203;ravijayaramappa](https://togithub.com/ravijayaramappa) in
[https://github.com/salesforce/sfdx-lwc-jest/pull/351](https://togithub.com/salesforce/sfdx-lwc-jest/pull/351)
- chore: move CI to GH actions by
[@&#8203;rax-it](https://togithub.com/rax-it) in
[https://github.com/salesforce/sfdx-lwc-jest/pull/354](https://togithub.com/salesforce/sfdx-lwc-jest/pull/354)
- chore: update dependencies by
[@&#8203;nolanlawson](https://togithub.com/nolanlawson) in
[https://github.com/salesforce/sfdx-lwc-jest/pull/355](https://togithub.com/salesforce/sfdx-lwc-jest/pull/355)
- chore: release v5.0.0 by
[@&#8203;nolanlawson](https://togithub.com/nolanlawson) in
[https://github.com/salesforce/sfdx-lwc-jest/pull/356](https://togithub.com/salesforce/sfdx-lwc-jest/pull/356)

#### New Contributors

- [@&#8203;rax-it](https://togithub.com/rax-it) made their first
contribution in
[https://github.com/salesforce/sfdx-lwc-jest/pull/354](https://togithub.com/salesforce/sfdx-lwc-jest/pull/354)

**Full Changelog**:
salesforce/sfdx-lwc-jest@v4.0.1...v5.0.0

</details>

<details>
<summary>webpack-contrib/css-loader (css-loader)</summary>

###
[`v7.1.0`](https://togithub.com/webpack-contrib/css-loader/blob/HEAD/CHANGELOG.md#710-2024-04-08)

[Compare
Source](https://togithub.com/webpack-contrib/css-loader/compare/v7.0.0...v7.1.0)

##### Features

- added the `getJSON` option to output CSS modules mapping
([#&#8203;1577](https://togithub.com/webpack-contrib/css-loader/issues/1577))
([af834b4](https://togithub.com/webpack-contrib/css-loader/commit/af834b43b375f336108d74ff7bd9ed13bc79200a))

###
[`v7.0.0`](https://togithub.com/webpack-contrib/css-loader/blob/HEAD/CHANGELOG.md#700-2024-04-04)

[Compare
Source](https://togithub.com/webpack-contrib/css-loader/compare/v6.11.0...v7.0.0)

##### ⚠ BREAKING CHANGES

- The `modules.namedExport` option is `true` by default if you enable
the `esModule` option

Migration guide:

Before:

```js
import style from "./style.css";

console.log(style.myClass);
```

After:

```js
import * as style from "./style.css";

console.log(style.myClass);
```

- The `modules.exportLocalsConvention` has the value `as-is` when the
`modules.namedExport` option is `true` and you don't specify a value
-   Minimum supported webpack version is `5.27.0`
-   Minimum supported Node.js version is `18.12.0`

##### Features

- The `modules.namedExports` option works fine with any
`modules.exportLocalsConvention` values
([f96a110](https://togithub.com/webpack-contrib/css-loader/commit/f96a11007da55a632de7f58167895e1b5814d717))
- Added dashed variants for the `modules.exportLocalsConvention` options
([40e1668](https://togithub.com/webpack-contrib/css-loader/commit/40e1668b8366f0df63343efe706ba848c2b5dfb2))

</details>

<details>
<summary>eslint/eslint (eslint)</summary>

###
[`v9.0.0`](https://togithub.com/eslint/eslint/compare/v8.57.0...e0cbc50179adac1670f4e0bd9093387a51f4f42a)

[Compare
Source](https://togithub.com/eslint/eslint/compare/v8.57.0...v9.0.0)

</details>

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

###
[`v28.2.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2820-2024-04-06)

[Compare
Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.1.1...v28.2.0)

##### Features

- support providing aliases for `@jest/globals` package
([#&#8203;1543](https://togithub.com/jest-community/eslint-plugin-jest/issues/1543))
([744d4f6](https://togithub.com/jest-community/eslint-plugin-jest/commit/744d4f6fa5685e0c87062cc867ecadbad9b2e06c))

####
[28.1.1](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.1.0...v28.1.1)
(2024-04-06)

##### Bug Fixes

- **max-expects:** properly reset counter when exiting a test case
([#&#8203;1550](https://togithub.com/jest-community/eslint-plugin-jest/issues/1550))
([b4b7cbc](https://togithub.com/jest-community/eslint-plugin-jest/commit/b4b7cbc6195b47ba032fcf9ef1443de6b851d42b))

###
[`v28.1.1`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2811-2024-04-06)

[Compare
Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.1.0...v28.1.1)

##### Bug Fixes

- **max-expects:** properly reset counter when exiting a test case
([#&#8203;1550](https://togithub.com/jest-community/eslint-plugin-jest/issues/1550))
([b4b7cbc](https://togithub.com/jest-community/eslint-plugin-jest/commit/b4b7cbc6195b47ba032fcf9ef1443de6b851d42b))

###
[`v28.1.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2810-2024-04-06)

[Compare
Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.0.0...v28.1.0)

##### Features

- add `prefer-importing-jest-globals` rule
([#&#8203;1490](https://togithub.com/jest-community/eslint-plugin-jest/issues/1490))
([37478d8](https://togithub.com/jest-community/eslint-plugin-jest/commit/37478d860eb15841f2ab73bb3fb6d94f51841638)),
closes
[#&#8203;1101](https://togithub.com/jest-community/eslint-plugin-jest/issues/1101)

###
[`v28.0.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2800-2024-04-06)

[Compare
Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.9.0...v28.0.0)

##### Bug Fixes

- allow ESLint 9 as peer dependency
([#&#8203;1547](https://togithub.com/jest-community/eslint-plugin-jest/issues/1547))
([3c5e167](https://togithub.com/jest-community/eslint-plugin-jest/commit/3c5e1673afd02dc2c9b90d259c0452326715ae6c))
- drop support for Node 19
([#&#8203;1548](https://togithub.com/jest-community/eslint-plugin-jest/issues/1548))
([c87e388](https://togithub.com/jest-community/eslint-plugin-jest/commit/c87e3887e736c40d1460af9cdbdffe30f79fdaea))
- **no-large-snapshots:** avoid `instanceof RegExp` check for ESLint v9
compatibility
([#&#8203;1542](https://togithub.com/jest-community/eslint-plugin-jest/issues/1542))
([af4a9c9](https://togithub.com/jest-community/eslint-plugin-jest/commit/af4a9c94d624b5db4643c994f5bec96b0cb889b8))

##### Features

- drop support for `@typescript-eslint/eslint-plugin` v5
([#&#8203;1530](https://togithub.com/jest-community/eslint-plugin-jest/issues/1530))
([150e355](https://togithub.com/jest-community/eslint-plugin-jest/commit/150e3558a637b49ddd76d362f88332b30f78dc5c))
- drop support for Node v14
([#&#8203;1527](https://togithub.com/jest-community/eslint-plugin-jest/issues/1527))
([df5e580](https://togithub.com/jest-community/eslint-plugin-jest/commit/df5e58081d1bd15fbed8bd22f6c03d5f350d73b6))
- remove `no-if` rule
([#&#8203;1528](https://togithub.com/jest-community/eslint-plugin-jest/issues/1528))
([f976fc8](https://togithub.com/jest-community/eslint-plugin-jest/commit/f976fc8c71fc5e9f55cd5ae09092f15ee277fd2c))
- remove `snapshot` processor and `flat/snapshot` config
([#&#8203;1532](https://togithub.com/jest-community/eslint-plugin-jest/issues/1532))
([98087f9](https://togithub.com/jest-community/eslint-plugin-jest/commit/98087f9bb27082f9fbda59a56c65536fb9d8a0dc))
- upgrade `@typescript-eslint/utils` to v6
([#&#8203;1508](https://togithub.com/jest-community/eslint-plugin-jest/issues/1508))
([dc6e8cd](https://togithub.com/jest-community/eslint-plugin-jest/commit/dc6e8cd249817de585b50e473c2146e1542dd146))

##### BREAKING CHANGES

-   Node v19 is no longer supported
-   removed unneeded `snapshot` processor and `flat/snapshot` config
-   dropped support for `@typescript-eslint/eslint-plugin` v5
-   dropped support for Node v14
-   removed `no-if` in favor of `no-conditional-in-test`

</details>

<details>
<summary>pinojs/pino-pretty (pino-pretty)</summary>

###
[`v11.0.0`](https://togithub.com/pinojs/pino-pretty/releases/tag/v11.0.0)

[Compare
Source](https://togithub.com/pinojs/pino-pretty/compare/v10.3.1...v11.0.0)

#### What's Changed

- Bump actions/dependency-review-action from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/pinojs/pino-pretty/pull/492](https://togithub.com/pinojs/pino-pretty/pull/492)
- Bump actions/cache from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/pinojs/pino-pretty/pull/491](https://togithub.com/pinojs/pino-pretty/pull/491)
- chore(license): make detectable by GitHub by
[@&#8203;10xLaCroixDrinker](https://togithub.com/10xLaCroixDrinker) in
[https://github.com/pinojs/pino-pretty/pull/497](https://togithub.com/pinojs/pino-pretty/pull/497)
- Update help.txt: Fix program name by
[@&#8203;glensc](https://togithub.com/glensc) in
[https://github.com/pinojs/pino-pretty/pull/498](https://togithub.com/pinojs/pino-pretty/pull/498)
- Providing additional functionality to customPrettifiers and
messageFormat by [@&#8203;FoxxMD](https://togithub.com/FoxxMD) in
[https://github.com/pinojs/pino-pretty/pull/495](https://togithub.com/pinojs/pino-pretty/pull/495)
- Support objects in options.customColors by
[@&#8203;kindagonzo](https://togithub.com/kindagonzo) in
[https://github.com/pinojs/pino-pretty/pull/487](https://togithub.com/pinojs/pino-pretty/pull/487)

#### New Contributors

- [@&#8203;10xLaCroixDrinker](https://togithub.com/10xLaCroixDrinker)
made their first contribution in
[https://github.com/pinojs/pino-pretty/pull/497](https://togithub.com/pinojs/pino-pretty/pull/497)
- [@&#8203;glensc](https://togithub.com/glensc) made their first
contribution in
[https://github.com/pinojs/pino-pretty/pull/498](https://togithub.com/pinojs/pino-pretty/pull/498)
- [@&#8203;FoxxMD](https://togithub.com/FoxxMD) made their first
contribution in
[https://github.com/pinojs/pino-pretty/pull/495](https://togithub.com/pinojs/pino-pretty/pull/495)
- [@&#8203;kindagonzo](https://togithub.com/kindagonzo) made their first
contribution in
[https://github.com/pinojs/pino-pretty/pull/487](https://togithub.com/pinojs/pino-pretty/pull/487)

**Full Changelog**:
pinojs/pino-pretty@v10.3.1...v11.0.0

</details>

<details>
<summary>storybookjs/storybook (storybook)</summary>

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

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

- CLI: Add --config-dir flag to migrate command -
[#&#8203;26721](https://togithub.com/storybookjs/storybook/pull/26721),
thanks [@&#8203;yannbf](https://togithub.com/yannbf)!
- Next.js: Fix next/font usage on Windows machines -
[#&#8203;26700](https://togithub.com/storybookjs/storybook/pull/26700),
thanks
[@&#8203;valentinpalkovic](https://togithub.com/valentinpalkovic)!
- Next.js: Support path aliases when no base url is set -
[#&#8203;26651](https://togithub.com/storybookjs/storybook/pull/26651),
thanks [@&#8203;yannbf](https://togithub.com/yannbf)!
- Webpack: Fix sourcemap generation in webpack react-docgen-loader -
[#&#8203;26676](https://togithub.com/storybookjs/storybook/pull/26676),
thanks
[@&#8203;valentinpalkovic](https://togithub.com/valentinpalkovic)!

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

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

- Addon-docs: Fix `react-dom/server` imports breaking stories and docs -
[#&#8203;26557](https://togithub.com/storybookjs/storybook/pull/26557),
thanks [@&#8203;JReinhold](https://togithub.com/JReinhold)!
- Automigrations: Fix missing support for mts vite config -
[#&#8203;26441](https://togithub.com/storybookjs/storybook/pull/26441),
thanks [@&#8203;drik98](https://togithub.com/drik98)!
- CLI: Improve Yarn berry error parsing -
[#&#8203;26616](https://togithub.com/storybookjs/storybook/pull/26616),
thanks [@&#8203;yannbf](https://togithub.com/yannbf)!
- React-Docgen: Make sure to be able to handle empty unions -
[#&#8203;26639](https://togithub.com/storybookjs/storybook/pull/26639),
thanks [@&#8203;kasperpeulen](https://togithub.com/kasperpeulen)!
- Viewport: Fix missing style -
[#&#8203;26530](https://togithub.com/storybookjs/storybook/pull/26530),
thanks [@&#8203;jpzwarte](https://togithub.com/jpzwarte)!

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

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

- Addon Docs: Support Stencil based display names in source snippets -
[#&#8203;26592](https://togithub.com/storybookjs/storybook/pull/26592),
thanks [@&#8203;yannbf](https://togithub.com/yannbf)!
- CLI: Instruct the correct auto-migration command -
[#&#8203;26515](https://togithub.com/storybookjs/storybook/pull/26515),
thanks [@&#8203;ndelangen](https://togithub.com/ndelangen)!
- CLI: Throw an error when running upgrade command in incorrect cwd -
[#&#8203;26585](https://togithub.com/storybookjs/storybook/pull/26585),
thanks [@&#8203;yannbf](https://togithub.com/yannbf)!

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

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

- Bug: Remove redundant component check, as we auto-generate titles from
the file system -
[#&#8203;26516](https://togithub.com/storybookjs/storybook/pull/26516),
thanks [@&#8203;kasperpeulen](https://togithub.com/kasperpeulen)!
- UI: Replace the icon prop in the Manager API -
[#&#8203;26477](https://togithub.com/storybookjs/storybook/pull/26477),
thanks [@&#8203;cdedreuille](https://togithub.com/cdedreuille)!

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

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

- Addon Docs: Fix \[Object object] displayName in some JSX components -
[#&#8203;26566](https://togithub.com/storybookjs/storybook/pull/26566),
thanks [@&#8203;yannbf](https://togithub.com/yannbf)!
- CLI: Add yarn1 package manager fallback for init in empty directory -
[#&#8203;26500](https://togithub.com/storybookjs/storybook/pull/26500),
thanks
[@&#8203;valentinpalkovic](https://togithub.com/valentinpalkovic)!
- CSF: Make sure loaders/decorators can be used as array -
[#&#8203;26514](https://togithub.com/storybookjs/storybook/pull/26514),
thanks [@&#8203;kasperpeulen](https://togithub.com/kasperpeulen)!
- Controls: Fix disable condition in ArgControl component -
[#&#8203;26567](https://togithub.com/storybookjs/storybook/pull/26567),
thanks
[@&#8203;valentinpalkovic](https://togithub.com/valentinpalkovic)!
- UI: Add key property to list children in Highlight component -
[#&#8203;26471](https://togithub.com/storybookjs/storybook/pull/26471),
thanks
[@&#8203;valentinpalkovic](https://togithub.com/valentinpalkovic)!
- UI: Fix theming of elements inside bars -
[#&#8203;26527](https://togithub.com/storybookjs/storybook/pull/26527),
thanks
[@&#8203;valentinpalkovic](https://togithub.com/valentinpalkovic)!
- UI: Improve empty state of addon panel -
[#&#8203;26481](https://togithub.com/storybookjs/storybook/pull/26481),
thanks [@&#8203;yannbf](https://togithub.com/yannbf)!

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

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

- Controls: Fix type summary when table.type unset -
[#&#8203;26283](https://togithub.com/storybookjs/storybook/pull/26283),
thanks [@&#8203;shilman](https://togithub.com/shilman)!
- Core: Fix addon bundling script -
[#&#8203;26145](https://togithub.com/storybookjs/storybook/pull/26145),
thanks [@&#8203;ndelangen](https://togithub.com/ndelangen)!
- Core: Fix fail to load `main.ts` error message -
[#&#8203;26035](https://togithub.com/storybookjs/storybook/pull/26035),
thanks [@&#8203;ndelangen](https://togithub.com/ndelangen)!
- Maintenance: Fix performance regressions -
[#&#8203;26411](https://togithub.com/storybookjs/storybook/pull/26411),
thanks [@&#8203;kasperpeulen](https://togithub.com/kasperpeulen)!

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

[Compare
Source](https://togithub.com/storybookjs/storybook/compare/v7.6.17...v8.0.0)

##### Storybook 8.0 is here

It brings major improvements to Storybook's feature set for testing and
documentation, with strengthened framework support across React, Vue,
Angular, web-components, Svelte, and more.

-   🩻 Built-in visual testing
-   ⚛️ React Server Component support
-   🎛️ Improved controls for React and Vue projects
-   ⚡️ Improved Vite architecture, Vitest testing, and Vite 5 support
-   🧪 2-4x faster Storybooks for testing
-   ✨ Refreshed desktop UI
-   📲 Rebuilt mobile UX
-   🙅‍♀️ No more React requirement in non-React projects

Please checkout our [Migration
Guide](https://storybook.js.org/docs/8.0/migration-guide) to upgrade
from earlier versions of Storybook. To see a comprehensive list of
changes that went into 8.0, you can refer to the [8.0 prerelease
changelogs](https://togithub.com/storybookjs/storybook/blob/next/CHANGELOG.prerelease.md).

</details>

<details>
<summary>webpack-contrib/style-loader (style-loader)</summary>

###
[`v4.0.0`](https://togithub.com/webpack-contrib/style-loader/blob/HEAD/CHANGELOG.md#400-2024-04-08)

[Compare
Source](https://togithub.com/webpack-contrib/style-loader/compare/v3.3.4...v4.0.0)

##### ⚠ BREAKING CHANGES

-   minimum supported webpack version is `5.27.0`
-   minimum support Node.js version is `18.12.0`
-   the `insert` option can only be a selector or the path to the module

Migration:

Before:

**webpack.config.js**

```js
module.exports = {
  module: {
    rules: [
      {
        test: /\.css$/i,
        use: [
          {
            loader: "style-loader",
            options: {
              injectType: "styleTag",
              styleTagTransform: function (css, style) {
                // Do something ...
                style.innerHTML = `${css}.modify{}\n`;

                document.head.appendChild(style);
              },
            },
          },
          "css-loader",
        ],
      },
    ],
  },
};
```

After:

**insert-function.js**

```js
function insert(css, style) {
  var parent = options.target || document.head;

  parent.appendChild(element);
}

module.exports = insert;
```

**webpack.config.js**

```js
module.exports = {
  module: {
    rules: [
      {
        test: /\.css$/i,
        use: [
          {
            loader: "style-loader",
            options: {
              insert: require.resolve("./insert.js"),
            },
          },
          "css-loader",
        ],
      },
    ],
  },
};
```

-   the `styleTagTransform` option can only be the path to the module

Migration:

Before:

**webpack.config.js**

```js
module.exports = {
  module: {
    rules: [
      {
        test: /\.css$/i,
        use: [
          {
            loader: "style-loader",
            options: {
              injectType: "styleTag",
              styleTagTransform: function (css, style) {
                // Do something ...
                style.innerHTML = `${css}.modify{}\n`;

                document.head.appendChild(style);
              },
            },
          },
          "css-loader",
        ],
      },
    ],
  },
};
```

After:

**style-tag-transform-function.js**

```js
function styleTagTransform(css, style) {
  // Do something ...
  style.innerHTML = `${css}.modify{}\n`;

  document.head.appendChild(style);
}

module.exports = styleTagTransform;
```

**webpack.config.js**

```js
module.exports = {
  module: {
    rules: [
      {
        test: /\.css$/i,
        use: [
          {
            loader: "style-loader",
            options: {
              styleTagTransform: require.resolve("./style-tag-transform-function.js"),
            },
          },
          "css-loader",
        ],
      },
    ],
  },
};
```

##### Bug Fixes

- css experiments logic
([#&#8203;617](https://togithub.com/webpack-contrib/style-loader/issues/617))
([8b9fc97](https://togithub.com/webpack-contrib/style-loader/commit/8b9fc976628341d3e33b77b5eb4b6ebad009fd19))

#####
[3.3.3](https://togithub.com/webpack-contrib/style-loader/compare/v3.3.2...v3.3.3)
(2023-05-19)

##### Bug Fixes

- compatibility with built-in CSS support
([#&#8203;605](https://togithub.com/webpack-contrib/style-loader/issues/605))
([9636f58](https://togithub.com/webpack-contrib/style-loader/commit/9636f5805407734f587a87e69dd048e5cc7f1021))

#####
[3.3.2](https://togithub.com/webpack-contrib/style-loader/compare/v3.3.1...v3.3.2)
(2023-03-13)

##### Bug Fixes

- noop in environment without DOM API
([#&#8203;597](https://togithub.com/webpack-contrib/style-loader/issues/597))
([03d3df3](https://togithub.com/webpack-contrib/style-loader/commit/03d3df3c363484c18a1e9a5e468a7600ea1322f3))

#####
[3.3.1](https://togithub.com/webpack-contrib/style-loader/compare/v3.3.0...v3.3.1)
(2021-10-21)

##### Bug Fixes

- small perf improvement
([#&#8203;544](https://togithub.com/webpack-contrib/style-loader/issues/544))
([610524e](https://togithub.com/webpack-contrib/style-loader/commit/610524ef6266c27e147d3c0003e7825b08f17454))

</details>

<details>
<summary>chodorowicz/ts-debounce (ts-debounce)</summary>

###
[`v4.0.0`](https://togithub.com/chodorowicz/ts-debounce/releases/tag/v4.0.0):
🚀 Improve inference of from the signature of the the function where
debounce is used

[Compare
Source](https://togithub.com/chodorowicz/ts-debounce/compare/v3.0.0...v4.0.0)

##### Breaking

- improve type inference thanks
[@&#8203;juanmendes](https://togithub.com/juanmendes) for the idea
- since we're improving types in some scenarios (instead of `any` you
can get more precise types) this can break your type checks

```ts
const inputs = document.querySelectorAll("input");
inputs[0].addEventListener(
  "input",
  debounce((event) => {
    // here Event has `Event` type, before it was just `any`
    expectType<EventTarget | null>(event.target);
  }, 0)
);
```

##### other

-   🧪  introduce tsd type testing
-   📝  add past contributors
-   💅  Add Prettier, format files

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/coveo/ui-kit).

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Louis Bompart <lbompart@coveo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants