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(deps): update all non-major dependencies #3976

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

renovate-coveo[bot]
Copy link
Contributor

@renovate-coveo renovate-coveo bot commented Dec 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@swc/cli 0.5.1 -> 0.5.2 age adoption passing confidence
@vitest/eslint-plugin 1.1.12 -> 1.1.13 age adoption passing confidence
eslint-plugin-react-refresh 0.4.14 -> 0.4.16 age adoption passing confidence
globals 15.12.0 -> 15.13.0 age adoption passing confidence
vite (source) 6.0.1 -> 6.0.2 age adoption passing confidence
vitest (source) 2.1.6 -> 2.1.7 age adoption passing confidence

Release Notes

vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.1.13

Compare Source

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.12...v1.1.13

ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)

v0.4.16

Compare Source

Fix CJS/ESM interop issue. Sorry everyone for the trouble.

v0.4.15

Compare Source

Add support for custom HOCs (#​60)

By default, the rule only knows that memo & forwardRef function calls with return a React component. With this option, you can also allow extra function names like Mobx observer to make this code valid:

const Foo = () => <></>;
export default observer(Foo);
{
  "react-refresh/only-export-components": [
    "error",
    { "customHOCs": ["observer"] }
  ]
}

Thanks @​HorusGoul!

Add recommended config and simple types (#​67)

You can now add the recommended config to your ESLint config like this:

import reactRefresh from "eslint-plugin-react-refresh";

export default [
  /* Main config */
  reactRefresh.configs.recommended, // Or reactRefresh.configs.vite for Vite users
];

To follow ESLint recommandations, the rule is added with the error severity.

Some simple types ensure that people typecheking their config won't need @ts-expect-error anymore.

Bump ESLint peer dependency to 8.40

This was actually done by mistake in the previous release when moving from a deprecated API to a new one.

Given that ESLint 8 is officialy end-of-life and the only report (#​56) didn't get likes, I'm going forward and documenting the expected minimum version from ESLin in the package JSON so that people can get warning from their package manager.

sindresorhus/globals (globals)

v15.13.0

Compare Source

  • Update globals

vitejs/vite (vite)

v6.0.2

Compare Source

vitest-dev/vitest (vitest)

v2.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@renovate-coveo renovate-coveo bot requested a review from a team as a code owner December 9, 2024 00:05
@renovate-coveo renovate-coveo bot requested review from GermainBergeron and gdostie and removed request for a team December 9, 2024 00:05
Copy link

github-actions bot commented Dec 9, 2024

@renovate-coveo renovate-coveo bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6266ddc to 445f1ea Compare December 9, 2024 10:02
@renovate-coveo renovate-coveo bot force-pushed the renovate/all-minor-patch branch from 445f1ea to 63da4e5 Compare December 9, 2024 12:01
@GermainBergeron GermainBergeron merged commit 51ce304 into master Dec 9, 2024
7 checks passed
@GermainBergeron GermainBergeron deleted the renovate/all-minor-patch branch December 9, 2024 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant