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 #261

Merged
merged 1 commit into from
Oct 28, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/content ^2.8.5 -> ^2.9.0 age adoption passing confidence
nuxt-icon ^0.6.0 -> ^0.6.1 age adoption passing confidence
pnpm (source) 8.9.2 -> 8.10.0 age adoption passing confidence
vue (source) ^3.3.6 -> ^3.3.7 age adoption passing confidence

Release Notes

nuxt/content (@​nuxt/content)

v2.9.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
📖 Documentation
❤️ Contributors
nuxt-modules/icon (nuxt-icon)

v0.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: nuxt/icon@v0.6.0...v0.6.1

pnpm/pnpm (pnpm)

v8.10.0

Compare Source

Minor Changes

  • Support for multiple architectures when installing dependencies #​5965.

    You can now specify architectures for which you'd like to install optional dependencies, even if they don't match the architecture of the system running the install. Use the supportedArchitectures field in package.json to define your preferences.

    For example, the following configuration tells pnpm to install optional dependencies for Windows x64:

    {
      "pnpm": {
        "supportedArchitectures": {
          "os": ["win32"],
          "cpu": ["x64"]
        }
      }
    }

    Whereas this configuration will have pnpm install optional dependencies for Windows, macOS, and the architecture of the system currently running the install. It includes artifacts for both x64 and arm64 CPUs:

    {
      "pnpm": {
        "supportedArchitectures": {
          "os": ["win32", "darwin", "current"],
          "cpu": ["x64", "arm64"]
        }
      }
    }

    Additionally, supportedArchitectures also supports specifying the libc of the system.

  • The pnpm licenses list command now accepts the --filter option to check the licenses of the dependencies of a subset of workspace projects #​5806.

Patch Changes

  • Allow scoped name as bin name #​7112.

  • When running scripts recursively inside a workspace, the logs of the scripts are grouped together in some CI tools. (Only works with --workspace-concurrency 1)

  • Print a warning when installing a dependency from a non-existent directory #​7159

  • Should fetch dependency from tarball url when patching dependency installed from git #​7196

  • pnpm setup should add a newline at the end of the updated shell config file #​7227.

  • Improved the performance of linking bins of hoisted dependencies to node_modules/.pnpm/node_modules/.bin #​7212.

  • Wrongful ELIFECYCLE error on program termination #​7164.

  • pnpm publish should not pack the same file twice sometimes #​6997.

    The fix was to update npm-packlist to the latest version.

Our Gold Sponsors

Our Silver Sponsors

vuejs/core (vue)

v3.3.7

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

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 Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Oct 24, 2023

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

Name Status Preview Comments Updated (UTC)
unjs-unhead ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 27, 2023 10:48pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5cdce5d to cfbf516 Compare October 25, 2023 00:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cfbf516 to dc7aec6 Compare October 25, 2023 11:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dc7aec6 to 912f4e1 Compare October 25, 2023 14:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 912f4e1 to 1c043f9 Compare October 26, 2023 00:02
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update resolutions vue to ^3.3.7 Oct 26, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1c043f9 to 4f06f3e Compare October 26, 2023 01:51
@renovate renovate bot changed the title chore(deps): update resolutions vue to ^3.3.7 chore(deps): update all non-major dependencies Oct 26, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4f06f3e to 8ff81a5 Compare October 26, 2023 01:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8ff81a5 to 56d70a6 Compare October 26, 2023 03:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 56d70a6 to cc72093 Compare October 26, 2023 06:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cc72093 to cdac267 Compare October 26, 2023 21:28
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update resolutions vue to ^3.3.7 Oct 27, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cdac267 to 4bc0c91 Compare October 27, 2023 04:49
@renovate renovate bot changed the title chore(deps): update resolutions vue to ^3.3.7 chore(deps): update all non-major dependencies Oct 27, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4bc0c91 to 6a90b70 Compare October 27, 2023 13:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6a90b70 to 37de4d9 Compare October 27, 2023 17:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 37de4d9 to a319dda Compare October 27, 2023 22:45
@renovate renovate bot merged commit f4e25bb into main Oct 28, 2023
2 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 28, 2023 01:55
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.

0 participants