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(dev-deps): ⬆️ upgrade devdependencies (major) to v5 (major) #11

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-prettier ^4.2.1 -> ^5.1.3 age adoption passing confidence
vite (source) ^4.2.1 -> ^5.1.5 age adoption passing confidence

Release Notes

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.1.3

Compare Source

Patch Changes

v5.1.2

Compare Source

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

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

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

v5.1.1

Compare Source

Patch Changes

v5.1.0

Compare Source

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

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

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

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

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

v5.0.1

Compare Source

Patch Changes

v5.0.0

Compare Source

Major Changes
Minor Changes
Patch Changes
vitejs/vite (vite)

v5.1.5

Compare Source

v5.1.4

Compare Source

v5.1.3

Compare Source

v5.1.2

Compare Source

v5.1.1

v5.1.0

v5.0.12

Compare Source

Please refer to CHANGELOG.md for details.

v5.0.11

Compare Source

v5.0.10

Compare Source

v5.0.9

Compare Source

v5.0.8

Compare Source

v5.0.7

Compare Source

v5.0.6

Compare Source

v5.0.5

Compare Source

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

v5.0.0

v4.5.2

Compare Source

Please refer to CHANGELOG.md for details.

v4.5.1

Compare Source

Please refer to CHANGELOG.md for details.

v4.5.0

Compare Source

Please refer to CHANGELOG.md for details.

v4.4.12

Compare Source

Please refer to CHANGELOG.md for details.

v4.4.11

Compare Source

Please refer to CHANGELOG.md for details.

v4.4.10

Compare Source

Please refer to CHANGELOG.md for details.

v4.4.9

Compare Source

v4.4.8

Compare Source

v4.4.7

Compare Source

v4.4.6

Compare Source

v4.4.5

Compare Source

v4.4.4

Compare Source

v4.4.3

Compare Source

v4.4.2

Compare Source

v4.4.1

Compare Source

v4.4.0

Compare Source

Experimental support for Lightning CSS

Starting from Vite 4.4, there is experimental support for Lightning CSS. You can opt into it by adding css.transformer: 'lightningcss' to your config file and install the optional lightningcss dev dependency. If enabled, CSS files will be processed by Lightning CSS instead of PostCSS.

Lightning CSS can also be used as the CSS minifier with build.cssMinify: 'lightningcss'.

See beta docs at the Lighting CSS guide.

esbuild 0.18 update

esbuild 0.18 contains backwards-incompatible changes to esbuild's handling of tsconfig.json files. We think they shouldn't affect Vite users, you can review #​13525 for more information.

Templates for Solid and Qwik in create-vite

New starter templates have been added to create-vite for Solid and Qwik. Try them online at vite.new/solid-ts and vite.new/qwik-ts.

Korean Translation

Vite's docs are now translated to Korean, available at ko.vitejs.dev.

Features

Configuration

📅 Schedule: Branch creation - "after 12am and before 5am every weekday,every weekend" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Sep 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
js-carousel ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 5, 2024 5:52am

@renovate renovate bot force-pushed the renovate/major-5-devdependencies-(major) branch from a362537 to 5090422 Compare September 11, 2023 14:49
@renovate renovate bot force-pushed the renovate/major-5-devdependencies-(major) branch from 5090422 to 8cb3f06 Compare October 11, 2023 05:32
@renovate renovate bot changed the title chore(dev-deps): ⬆️ upgrade eslint-plugin-prettier to v5 chore(dev-deps): ⬆️ upgrade devdependencies (major) to v5 (major) Nov 17, 2023
@renovate renovate bot force-pushed the renovate/major-5-devdependencies-(major) branch from 8cb3f06 to 3c0cf0b Compare November 17, 2023 05:35
@renovate renovate bot force-pushed the renovate/major-5-devdependencies-(major) branch from 3c0cf0b to e8024b5 Compare November 21, 2023 23:44
@renovate renovate bot force-pushed the renovate/major-5-devdependencies-(major) branch from e8024b5 to d0c8542 Compare November 30, 2023 05:38
@renovate renovate bot force-pushed the renovate/major-5-devdependencies-(major) branch from d0c8542 to 68bc664 Compare December 5, 2023 08:45
@renovate renovate bot force-pushed the renovate/major-5-devdependencies-(major) branch from 68bc664 to 81c3d2e Compare December 7, 2023 14:43
@renovate renovate bot force-pushed the renovate/major-5-devdependencies-(major) branch from 81c3d2e to a803fd9 Compare December 9, 2023 02:25
@renovate renovate bot force-pushed the renovate/major-5-devdependencies-(major) branch from a803fd9 to 3ca7e9d Compare December 13, 2023 05:09
@renovate renovate bot force-pushed the renovate/major-5-devdependencies-(major) branch from 3ca7e9d to 3dcdc80 Compare December 15, 2023 20:31
@renovate renovate bot force-pushed the renovate/major-5-devdependencies-(major) branch from 3dcdc80 to 631da7e Compare December 20, 2023 05:53
@renovate renovate bot force-pushed the renovate/major-5-devdependencies-(major) branch from 631da7e to e7a2c1a Compare December 23, 2023 08:24
@renovate renovate bot force-pushed the renovate/major-5-devdependencies-(major) branch from e7a2c1a to 897e158 Compare December 25, 2023 05:04
@renovate renovate bot force-pushed the renovate/major-5-devdependencies-(major) branch from 897e158 to a7e64c0 Compare January 6, 2024 08:26
@renovate renovate bot force-pushed the renovate/major-5-devdependencies-(major) branch from a7e64c0 to cf685fd Compare January 10, 2024 20:41
@renovate renovate bot force-pushed the renovate/major-5-devdependencies-(major) branch from cf685fd to 658ed84 Compare January 20, 2024 14:43
@renovate renovate bot force-pushed the renovate/major-5-devdependencies-(major) branch from 658ed84 to b71131a Compare February 9, 2024 05:44
@renovate renovate bot force-pushed the renovate/major-5-devdependencies-(major) branch from b71131a to ba668ff Compare February 10, 2024 02:36
@renovate renovate bot force-pushed the renovate/major-5-devdependencies-(major) branch from ba668ff to 544df4e Compare February 15, 2024 02:52
@renovate renovate bot force-pushed the renovate/major-5-devdependencies-(major) branch from 544df4e to 694478f Compare February 16, 2024 05:17
@renovate renovate bot force-pushed the renovate/major-5-devdependencies-(major) branch from 694478f to c48d415 Compare February 22, 2024 02:26
@renovate renovate bot force-pushed the renovate/major-5-devdependencies-(major) branch from c48d415 to 38b0ab8 Compare March 5, 2024 05:52
@SamrithaS SamrithaS closed this Mar 11, 2024
@SamrithaS SamrithaS deleted the renovate/major-5-devdependencies-(major) branch March 11, 2024 08:14
Copy link
Contributor Author

renovate bot commented Mar 11, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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