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 root-packages (major) #1596

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config 3.0.0 -> 4.0.1 age adoption passing confidence
dotenv-cli 7.4.2 -> 8.0.0 age adoption passing confidence
sherif 0.11.0 -> 1.2.0 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v4.0.1

Compare Source

   🚀 Features
    View changes on GitHub

v4.0.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v3.16.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.15.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.14.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.13.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.12.2

Compare Source

   🚀 Features
    View changes on GitHub

v3.12.1

Compare Source

No significant changes

    View changes on GitHub

v3.12.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.11.2

Compare Source

   🐞 Bug Fixes
  • perfectionist: Revert bahaviour change on import sorting since v3.10  -  by @​antfu (00c41)
    View changes on GitHub

v3.11.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.11.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.10.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.9.2

Compare Source

   🚀 Features
    View changes on GitHub

v3.9.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.8.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.7.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.7.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • Disable antfu/no-top-level-await for markdown snippets  -  by @​antfu (a984c)
    View changes on GitHub

v3.7.1

Compare Source

   🚀 Features
    View changes on GitHub

v3.7.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • Disable explicit-function-return-type in markdown code  -  by @​antfu (60ffd)
  • Disable ts/explicit-function-return-type in vue files  -  by @​antfu (1788d)
    View changes on GitHub

v3.6.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.6.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.6.0

Compare Source

   🐞 Bug Fixes
  • perfectionist/sort-imports sort types always on top  -  by @​antfu (e2839)
    View changes on GitHub

v3.5.1

Compare Source

No significant changes

    View changes on GitHub

v3.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.4.1

Compare Source

No significant changes

    View changes on GitHub

v3.4.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.3.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.3.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.3.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.2.2

Compare Source

   🐞 Bug Fixes
  • Disable unicorn/consistent-function-scoping for arrow functions  -  by @​antfu (362ab)
    View changes on GitHub

v3.2.1

Compare Source

No significant changes

    View changes on GitHub

v3.2.0

Compare Source

   🚀 Features
  • Move disable rules to the end, remove deprecated rules  -  by @​antfu (c3e2d)
    View changes on GitHub

v3.1.0

Compare Source

   🚀 Features
    View changes on GitHub
entropitor/dotenv-cli (dotenv-cli)

v8.0.0

Compare Source

Improve expansion of configs https://github.com/entropitor/dotenv-cli/pull/101

This might break some configs so it's a major release. In general, you can upgrade without issues.

v7.4.4: Fix security issue

Compare Source

https://github.com/entropitor/dotenv-cli/pull/119

v7.4.3: Forward signals to child process

Compare Source

https://github.com/entropitor/dotenv-cli/pull/107

QuiiBz/sherif (sherif)

v1.2.0

Compare Source

v1.1.1

Compare Source

What's Changed

Full Changelog: QuiiBz/sherif@v1.1.0...v1.1.1

v1.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: QuiiBz/sherif@v1.0.2...v1.1.0

v1.0.2

Compare Source

What's Changed

Full Changelog: QuiiBz/sherif@v1...v1.0.2

v1.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: QuiiBz/sherif@v1.0.0...v1.0.1

v1.0.0

Compare Source

New unordered-dependencies rule

Dependencies should be ordered alphabetically to prevent complex diffs when installing a new dependency via a package manager. This rule is auto-fixable with --fix:

Screenshot 2024-08-31 at 14 22 09

Automatically run your package manager's install command when autofixing

When running Sherif with --fix, your lockfile might need to be refreshed (e.g. when a dependency version is updated, or moved from normal dependencies to devDependencies). Sherif will now automatically run your package manager's install command for you.

Your package manager is auto-detected based on its lockfile - if none is found, Sherif will ask you to choose one. The following package managers are supported:

  • NPM
  • PNPM
  • Yarn
  • Bun

This feature is disabled in CI environments, and can be disabled with the --no-install flag.

Support nested packages in the workspace using **

Sherif now supports expanding packages defined in the workspace using **. For example, packages/**/* is now a supported syntax:

{
  "name": "example-workspace",
  "workspaces": [
    "packages/*", // already supported
    "packages/**/*" // new!
  ]
}

What's Changed

Full Changelog: QuiiBz/sherif@v0.11.0...v1.0.0


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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link

netlify bot commented Aug 31, 2024

Deploy Preview for vue-turbo-starter-storybook ready!

Name Link
🔨 Latest commit edcef0f
🔍 Latest deploy log https://app.netlify.com/sites/vue-turbo-starter-storybook/deploys/672529b4c93a9a0008ab1b49
😎 Deploy Preview https://deploy-preview-1596--vue-turbo-starter-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Aug 31, 2024

Deploy Preview for vue-turbo-starter-nuxt canceled.

Name Link
🔨 Latest commit edcef0f
🔍 Latest deploy log https://app.netlify.com/sites/vue-turbo-starter-nuxt/deploys/672529b4255d30000881f765

@renovate renovate bot force-pushed the renovate/major-root-packages branch 15 times, most recently from bb40d2f to 37738e2 Compare September 6, 2024 07:54
@renovate renovate bot force-pushed the renovate/major-root-packages branch 12 times, most recently from 1437a12 to 96cc4bd Compare September 16, 2024 22:49
@renovate renovate bot force-pushed the renovate/major-root-packages branch 9 times, most recently from 30c2566 to 7d087c6 Compare December 10, 2024 06:12
@renovate renovate bot force-pushed the renovate/major-root-packages branch 5 times, most recently from c8ded77 to 4d582a8 Compare December 16, 2024 21:31
@renovate renovate bot force-pushed the renovate/major-root-packages branch 2 times, most recently from 78d6dfb to b99ac33 Compare December 20, 2024 17:13
@renovate renovate bot changed the title chore(deps): update root dependency sherif to v1 chore(deps): update root-packages (major) Dec 20, 2024
@renovate renovate bot force-pushed the renovate/major-root-packages branch 4 times, most recently from 53c32e4 to 0eae821 Compare December 26, 2024 13:37
@renovate renovate bot force-pushed the renovate/major-root-packages branch 4 times, most recently from d71ba13 to bf519b9 Compare January 6, 2025 13:16
@renovate renovate bot force-pushed the renovate/major-root-packages branch from bf519b9 to b7d2357 Compare January 9, 2025 05:28
@renovate renovate bot force-pushed the renovate/major-root-packages branch from b7d2357 to 1b04024 Compare January 25, 2025 13:36
Copy link
Contributor Author

renovate bot commented Jan 25, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

0 participants