-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update all non-major dependencies #30
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
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 1, 2023 12:19
de1ac49
to
d219895
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 2, 2023 07:21
d219895
to
cb4504e
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 2, 2023 13:09
cb4504e
to
ae849c8
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 2, 2023 19:33
ae849c8
to
a49aa30
Compare
renovate
bot
changed the title
Update all non-major dependencies
fix(deps): update all non-major dependencies
Oct 3, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 3, 2023 14:19
a49aa30
to
b50c6c9
Compare
renovate
bot
changed the title
fix(deps): update all non-major dependencies
Update all non-major dependencies
Oct 3, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 3, 2023 18:04
b50c6c9
to
57dc8cb
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 3, 2023 22:06
57dc8cb
to
5ca135e
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 4, 2023 01:32
5ca135e
to
6a14659
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
October 4, 2023 20:06
ddc5363
to
a4c2183
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
October 5, 2023 03:28
e66c59c
to
e5d1947
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
October 5, 2023 18:11
1cff0fa
to
14000d2
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 17, 2023 04:38
74e59b1
to
c5a4e8e
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 17, 2023 07:42
c5a4e8e
to
19096de
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 17, 2023 16:45
19096de
to
2b1a431
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 17, 2023 21:56
2b1a431
to
495794f
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 18, 2023 04:20
495794f
to
77754dd
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 18, 2023 06:14
77754dd
to
f447b17
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 18, 2023 13:52
f447b17
to
9324125
Compare
renovate
bot
changed the title
Update all non-major dependencies
chore(deps): update all non-major dependencies
Oct 18, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 18, 2023 14:52
9324125
to
d960541
Compare
Deploying with Cloudflare Pages
|
renovate
bot
changed the title
chore(deps): update all non-major dependencies
Update all non-major dependencies
Oct 18, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 18, 2023 20:12
d960541
to
dc39bf8
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 19, 2023 01:53
dc39bf8
to
0355d92
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^18.2.28
->^18.2.29
^18.2.13
->^18.2.14
^8.2.1
->^8.2.2
8.8.0
->8.9.2
^13.9.0
->^13.11.0
Release Notes
open-cli-tools/concurrently (concurrently)
v8.2.2
Compare Source
What's Changed
New Contributors
Full Changelog: open-cli-tools/concurrently@v8.2.1...v8.2.2
pnpm/pnpm (pnpm)
v8.9.2
Compare Source
Patch Changes
preinstall
lifecycle script is present #7206.Our Gold Sponsors
Our Silver Sponsors
v8.9.1
Compare Source
Patch Changes
pnpm update --interactive
7109shared-workspace-lockfile
is set tofalse
, read the pnpm settings frompackage.json
files that are nested. This was broken in pnpm v8.9.0 #7184.node_modules
on Windows Dev Drives #7186. This is a fix to a regression that was shipped with v8.9.0.pnpm dlx
should ignore any settings that are in apackage.json
file found in the current working directory #7198.Our Gold Sponsors
Our Silver Sponsors
v8.9.0
Compare Source
Minor Changes
🚀Performance improvement: Use reflinks instead of hard links by default on macOS and Windows Dev Drives #5001.
The list of packages that are allowed to run installation scripts now may be provided in a separate configuration file. The path to the file should be specified via the
pnpm.onlyBuiltDependenciesFile
field inpackage.json
. For instance:In the example above, the list is loaded from a dependency. The JSON file with the list should contain an array of package names. For instance:
With the above list, only
esbuild
and@reflink/reflink
will be allowed to run scripts during installation.Related issue: #7137.
Add
disallow-workspace-cycles
option to error instead of warn about cyclic dependenciesAllow
env rm
to remove multiple node versions at once, and introduceenv add
for installing node versions without setting as default #7155.Patch Changes
pnpm why
when the dependencies tree is too big, the command will now prune the tree to just 10 end leafs and now supports--depth
argument #7122.neverBuiltDependencies
andonlyBuiltDependencies
from the rootpackage.json
of the workspace, whenshared-workspace-lockfile
is set tofalse
#7141.pnpm.overrides
replacingresolutions
, the two are now merged. This is intended to make it easier to migrate from Yarn by allowing one to keep usingresolutions
for Yarn, but adding additional changes just for pnpm usingpnpm.overrides
.Our Gold Sponsors
Our Silver Sponsors
stripe/stripe-node (stripe)
v13.11.0
Compare Source
issuing_token.created
andissuing_token.updated
on enumEvent.type
issuing_token.created
andissuing_token.updated
on enumsWebhookEndpointCreateParams.enabled_events[]
andWebhookEndpointUpdateParams.enabled_events[]
v13.10.0
Compare Source
redirect_on_completion
,return_url
, andui_mode
onCheckout.SessionCreateParams
andCheckout.Session
Checkout.Session.custom_fields[].dropdown
,Checkout.Session.custom_fields[].numeric
,Checkout.Session.custom_fields[].text
,Checkout.SessionCreateParams.success_url
,PaymentLink.custom_fields[].dropdown
,PaymentLink.custom_fields[].numeric
, andPaymentLink.custom_fields[].text
to be optionalclient_secret
onCheckout.Session
Checkout.Session.custom_fields[].dropdown
fromPaymentPagesCheckoutSessionCustomFieldsDropdown | null
toPaymentPagesCheckoutSessionCustomFieldsDropdown
Checkout.Session.custom_fields[].numeric
andCheckout.Session.custom_fields[].text
fromPaymentPagesCheckoutSessionCustomFieldsNumeric | null
toPaymentPagesCheckoutSessionCustomFieldsNumeric
postal_code
onIssuing.Authorization.verification_data
PaymentLink.custom_fields[].dropdown
fromPaymentLinksResourceCustomFieldsDropdown | null
toPaymentLinksResourceCustomFieldsDropdown
PaymentLink.custom_fields[].numeric
andPaymentLink.custom_fields[].text
fromPaymentLinksResourceCustomFieldsNumeric | null
toPaymentLinksResourceCustomFieldsNumeric
offline
onTerminal.ConfigurationCreateParams
,Terminal.ConfigurationUpdateParams
, andTerminal.Configuration
Configuration
📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 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.