-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 25, 2023 00:55
5cdce5d
to
cfbf516
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 25, 2023 11:02
cfbf516
to
dc7aec6
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 25, 2023 14:42
dc7aec6
to
912f4e1
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 26, 2023 00:02
912f4e1
to
1c043f9
Compare
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
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 26, 2023 01:51
1c043f9
to
4f06f3e
Compare
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
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 26, 2023 01:54
4f06f3e
to
8ff81a5
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 26, 2023 03:35
8ff81a5
to
56d70a6
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 26, 2023 06:29
56d70a6
to
cc72093
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 26, 2023 21:28
cc72093
to
cdac267
Compare
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
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 27, 2023 04:49
cdac267
to
4bc0c91
Compare
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
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 27, 2023 13:23
4bc0c91
to
6a90b70
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 27, 2023 17:08
6a90b70
to
37de4d9
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 27, 2023 22:45
37de4d9
to
a319dda
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.8.5
->^2.9.0
^0.6.0
->^0.6.1
8.9.2
->8.10.0
^3.3.6
->^3.3.7
Release Notes
nuxt/content (@nuxt/content)
v2.9.0
Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
undefined
error (1257cb5c)📖 Documentation
❤️ Contributors
nuxt-modules/icon (nuxt-icon)
v0.6.1
Compare Source
What's Changed
nuxtIcon
by @pixelastronauts in https://github.com/nuxt-modules/icon/pull/113New 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 inpackage.json
to define your preferences.For example, the following configuration tells pnpm to install optional dependencies for Windows 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:
Additionally,
supportedArchitectures
also supports specifying thelibc
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
h
overload to support union of string and component (#5432) (16ecb44), closes #5431Configuration
📅 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.
This PR has been generated by Mend Renovate. View repository job log here.