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

Update all non-major dependencies #30

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Update all non-major dependencies #30

merged 1 commit into from
Oct 19, 2023

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/react (source) ^18.2.28 -> ^18.2.29 age adoption passing confidence
@types/react-dom (source) ^18.2.13 -> ^18.2.14 age adoption passing confidence
concurrently ^8.2.1 -> ^8.2.2 age adoption passing confidence
pnpm (source) 8.8.0 -> 8.9.2 age adoption passing confidence
stripe ^13.9.0 -> ^13.11.0 age adoption passing confidence

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

  • Don't use reflink on Windows #​7186.
  • Do not run node-gyp rebuild if preinstall lifecycle script is present #​7206.

Our Gold Sponsors

Our Silver Sponsors

v8.9.1

Compare Source

Patch Changes

  • Optimize selection result output of pnpm update --interactive 7109
  • When shared-workspace-lockfile is set to false, read the pnpm settings from package.json files that are nested. This was broken in pnpm v8.9.0 #​7184.
  • Fix file cloning to 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 a package.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 in package.json. For instance:

    {
      "dependencies": {
        "@​my-org/policy": "1.0.0"
      }
      "pnpm": {
        "onlyBuiltDependenciesFile": "node_modules/@​my-org/policy/allow-build.json"
      }
    }

    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:

    ["esbuild", "@​reflink/reflink"]

    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 dependencies

  • Allow env rm to remove multiple node versions at once, and introduce env add for installing node versions without setting as default #​7155.

Patch Changes

  • Fix memory error in 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.
  • Use neverBuiltDependencies and onlyBuiltDependencies from the root package.json of the workspace, when shared-workspace-lockfile is set to false #​7141.
  • Optimize peers resolution to avoid out-of-memory exceptions in some rare cases, when there are too many circular dependencies and peer dependencies #​7149.
  • Instead of pnpm.overrides replacing resolutions, the two are now merged. This is intended to make it easier to migrate from Yarn by allowing one to keep using resolutions for Yarn, but adding additional changes just for pnpm using pnpm.overrides.

Our Gold Sponsors

Our Silver Sponsors

stripe/stripe-node (stripe)

v13.11.0

Compare Source

  • #​1924 Update generated code
    • Add support for new values issuing_token.created and issuing_token.updated on enum Event.type
    • Add support for new values issuing_token.created and issuing_token.updated on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]
  • #​1926 Add named unions for all polymorphic types
  • #​1921 Add event types

v13.10.0

Compare Source

  • #​1920 Update generated code
    • Add support for redirect_on_completion, return_url, and ui_mode on Checkout.SessionCreateParams and Checkout.Session
    • Change 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, and PaymentLink.custom_fields[].text to be optional
    • Add support for client_secret on Checkout.Session
    • Change type of Checkout.Session.custom_fields[].dropdown from PaymentPagesCheckoutSessionCustomFieldsDropdown | null to PaymentPagesCheckoutSessionCustomFieldsDropdown
    • Change type of Checkout.Session.custom_fields[].numeric and Checkout.Session.custom_fields[].text from PaymentPagesCheckoutSessionCustomFieldsNumeric | null to PaymentPagesCheckoutSessionCustomFieldsNumeric
    • Add support for postal_code on Issuing.Authorization.verification_data
    • Change type of PaymentLink.custom_fields[].dropdown from PaymentLinksResourceCustomFieldsDropdown | null to PaymentLinksResourceCustomFieldsDropdown
    • Change type of PaymentLink.custom_fields[].numeric and PaymentLink.custom_fields[].text from PaymentLinksResourceCustomFieldsNumeric | null to PaymentLinksResourceCustomFieldsNumeric
    • Add support for offline on Terminal.ConfigurationCreateParams, Terminal.ConfigurationUpdateParams, and Terminal.Configuration
  • #​1914 Bump get-func-name from 2.0.0 to 2.0.2

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.


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

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

@renovate renovate bot requested a review from Dougley as a code owner October 1, 2023 01:57
@renovate renovate bot added the dependencies label Oct 1, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from de1ac49 to d219895 Compare October 1, 2023 12:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d219895 to cb4504e Compare October 2, 2023 07:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cb4504e to ae849c8 Compare October 2, 2023 13:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ae849c8 to a49aa30 Compare October 2, 2023 19:33
@renovate renovate bot changed the title Update all non-major dependencies fix(deps): update all non-major dependencies Oct 3, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a49aa30 to b50c6c9 Compare October 3, 2023 14:19
@renovate renovate bot changed the title fix(deps): update all non-major dependencies Update all non-major dependencies Oct 3, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b50c6c9 to 57dc8cb Compare October 3, 2023 18:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 57dc8cb to 5ca135e Compare October 3, 2023 22:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5ca135e to 6a14659 Compare October 4, 2023 01:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ddc5363 to a4c2183 Compare October 4, 2023 20:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e66c59c to e5d1947 Compare October 5, 2023 03:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1cff0fa to 14000d2 Compare October 5, 2023 18:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 74e59b1 to c5a4e8e Compare October 17, 2023 04:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c5a4e8e to 19096de Compare October 17, 2023 07:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 19096de to 2b1a431 Compare October 17, 2023 16:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2b1a431 to 495794f Compare October 17, 2023 21:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 495794f to 77754dd Compare October 18, 2023 04:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 77754dd to f447b17 Compare October 18, 2023 06:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f447b17 to 9324125 Compare October 18, 2023 13:52
@renovate renovate bot changed the title Update all non-major dependencies chore(deps): update all non-major dependencies Oct 18, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9324125 to d960541 Compare October 18, 2023 14:52
@renovate renovate bot temporarily deployed to staging October 18, 2023 14:52 Inactive
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Oct 18, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0355d92
Status: ✅  Deploy successful!
Preview URL: https://bc9fdfed.frugal.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.frugal.pages.dev

View logs

@renovate renovate bot changed the title chore(deps): update all non-major dependencies Update all non-major dependencies Oct 18, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d960541 to dc39bf8 Compare October 18, 2023 20:12
@renovate renovate bot temporarily deployed to staging October 18, 2023 20:12 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dc39bf8 to 0355d92 Compare October 19, 2023 01:53
@renovate renovate bot temporarily deployed to staging October 19, 2023 01:53 Inactive
@Dougley Dougley merged commit a5df791 into dev Oct 19, 2023
5 of 6 checks passed
@Dougley Dougley deleted the renovate/all-minor-patch branch October 19, 2023 08:53
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