Skip to content

fix(deps): update all non-major dependencies #105

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

Merged
merged 1 commit into from
Mar 29, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@plasmohq/messaging (source) 0.6.2 -> 0.7.1 age adoption passing confidence dependencies minor
@plasmohq/storage 1.12.0 -> 1.15.0 age adoption passing confidence dependencies minor
@types/react (source) 18.3.11 -> 18.3.20 age adoption passing confidence devDependencies patch
@types/react-dom (source) 18.3.1 -> 18.3.5 age adoption passing confidence devDependencies patch
actions/create-github-app-token v1.11.0 -> v1.12.0 age adoption passing confidence action minor
autoprefixer 10.4.20 -> 10.4.21 age adoption passing confidence devDependencies patch
plasmo (source) 0.89.3 -> 0.90.3 age adoption passing confidence dependencies minor
pnpm (source) 10.6.4+sha512.da3d715bfd22a9a105e6e8088cfc7826699332ded60c423b14ec613a185f1602206702ff0fe4c438cb15c979081ce4cb02568e364b15174503a63c7a8e2a5f6c -> 10.7.0 age adoption passing confidence packageManager minor
postcss (source) 8.4.47 -> 8.5.3 age adoption passing confidence devDependencies minor
tailwindcss (source) 3.4.14 -> 3.4.17 age adoption passing confidence devDependencies patch

Release Notes

PlasmoHQ/storage (@​plasmohq/storage)

v1.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: PlasmoHQ/storage@v1.12.0...v1.13.0

actions/create-github-app-token (actions/create-github-app-token)

v1.12.0

Compare Source

Features

v1.11.7

Compare Source

Bug Fixes

v1.11.6

Compare Source

Bug Fixes
  • deps: bump the production-dependencies group with 2 updates (#​210) (1ff1dea)

v1.11.5

Compare Source

Bug Fixes

v1.11.4

Compare Source

Bug Fixes

v1.11.3

Compare Source

Bug Fixes

v1.11.2

Compare Source

Bug Fixes

v1.11.1

Compare Source

What's Changed

Bug Fixes

Full Changelog: actions/create-github-app-token@v1.11.0...v1.11.1

postcss/autoprefixer (autoprefixer)

v10.4.21

Compare Source

PlasmoHQ/plasmo (plasmo)

v0.90.2

Compare Source

What's Changed

New Contributors

Full Changelog: PlasmoHQ/plasmo@v0.90.0...v0.90.2

v0.90.1

Compare Source

🚀 What's Changed

🥷 New Contributors

🤝 Sponsors

Full Changelog: PlasmoHQ/plasmo@v0.89.4...v0.90.0

v0.89.4

Compare Source

🚀 What's Changed

🥷 New Contributors

🤝 Sponsors

Full Changelog: PlasmoHQ/plasmo@v0.89.3...v0.89.4

pnpm/pnpm (pnpm)

v10.7.0

Compare Source

Minor Changes
  • pnpm config get and list also show settings set in pnpm-workspace.yaml files #​9316.

  • It should be possible to use env variables in pnpm-workspace.yaml setting names and value.

  • Add an ability to patch dependencies by version ranges. Exact versions override version ranges, which in turn override name-only patches. Version range * is the same as name-only, except that patch application failure will not be ignored.

    For example:

    patchedDependencies:
      foo: patches/foo-1.patch
      foo@^2.0.0: patches/foo-2.patch
      [email protected]: patches/foo-3.patch

    The above configuration would apply patches/foo-3.patch to [email protected], patches/foo-2.patch to all foo versions which satisfy ^2.0.0 except 2.1.0, and patches/foo-1.patch to the remaining foo versions.

    [!WARNING]
    The version ranges should not overlap. If you want to specialize a sub range, make sure to exclude it from the other keys. For example:

    # pnpm-workspace.yaml
    patchedDependencies:
      # the specialized sub range
      '[email protected]': patches/foo.2.2.0-2.8.0.patch
      # the more general patch, excluding the sub range above
      'foo@>=2.0.0 <2.2.0 || >2.8.0': 'patches/foo.gte2.patch

    In most cases, however, it's sufficient to just define an exact version to override the range.

  • pnpm config set --location=project saves the setting to a pnpm-workspace.yaml file if no .npmrc file is present in the directory #​9316.

  • Rename pnpm.allowNonAppliedPatches to pnpm.allowUnusedPatches. The old name is still supported but it would print a deprecation warning message.

  • Add pnpm.ignorePatchFailures to manage whether pnpm would ignore patch application failures.

    If ignorePatchFailures is not set, pnpm would throw an error when patches with exact versions or version ranges fail to apply, and it would ignore failures from name-only patches.

    If ignorePatchFailures is explicitly set to false, pnpm would throw an error when any type of patch fails to apply.

    If ignorePatchFailures is explicitly set to true, pnpm would print a warning when any type of patch fails to apply.

Patch Changes
  • Remove dependency paths from audit output to prevent out-of-memory errors #​9280.

v10.6.5

Compare Source

postcss/postcss (postcss)

v8.5.3

Compare Source

v8.5.2

Compare Source

v8.5.1

Compare Source

v8.5.0: 8.5 “Duke Alloces”

Compare Source

President Alloces seal

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"
Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

v8.4.49

Compare Source

v8.4.48

Compare Source

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
tailwindlabs/tailwindcss (tailwindcss)

v3.4.17

Compare Source

Fixed

v3.4.16

Compare Source

Fixed
  • Ensure the TypeScript types for PluginsConfig allow undefined values (#​14668)

v3.4.15

Compare Source

  • Bump versions for security vulnerabilities (#​14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#​14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#​15003)

Configuration

📅 Schedule: Branch creation - "after 8am before 5pm on Monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

Sorry, something went wrong.

@renovate renovate bot changed the title chore(deps): update dependency @types/node to v20.16.13 chore(deps): update all non-major dependencies Oct 21, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from acdbdd1 to 96bf7e4 Compare October 28, 2024 12:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 6b29e40 to e86e5b8 Compare November 4, 2024 14:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 5037c93 to ab83c30 Compare November 13, 2024 17:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ab83c30 to 36b2fda Compare November 14, 2024 05:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from c337b7b to 9cd1bf2 Compare March 10, 2025 05:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b29d002 to 121391c Compare March 17, 2025 06:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from ce729d8 to 4fab7fe Compare March 26, 2025 12:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b199815 to 568ddea Compare March 29, 2025 05:52

Unverified

The email in this signature doesn’t match the committer email.
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 568ddea to d60c025 Compare March 29, 2025 07:11
@daku10 daku10 merged commit 28c0200 into main Mar 29, 2025
1 check passed
@daku10 daku10 deleted the renovate/all-minor-patch branch March 29, 2025 07:17
@tagpr-app-for-daku10 tagpr-app-for-daku10 bot mentioned this pull request Mar 29, 2025
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