fix(deps): update all non-major dependencies #105
Merged
+910
−908
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:
0.6.2
->0.7.1
1.12.0
->1.15.0
18.3.11
->18.3.20
18.3.1
->18.3.5
v1.11.0
->v1.12.0
10.4.20
->10.4.21
0.89.3
->0.90.3
10.6.4+sha512.da3d715bfd22a9a105e6e8088cfc7826699332ded60c423b14ec613a185f1602206702ff0fe4c438cb15c979081ce4cb02568e364b15174503a63c7a8e2a5f6c
->10.7.0
8.4.47
->8.5.3
3.4.14
->3.4.17
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
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
-moz-
prefix for:placeholder-shown
(by @Marukome0743).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
andlist
also show settings set inpnpm-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:
The above configuration would apply
patches/foo-3.patch
to[email protected]
,patches/foo-2.patch
to allfoo
versions which satisfy^2.0.0
except2.1.0
, andpatches/foo-1.patch
to the remainingfoo
versions.pnpm config set --location=project
saves the setting to apnpm-workspace.yaml
file if no.npmrc
file is present in the directory #9316.Rename
pnpm.allowNonAppliedPatches
topnpm.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 tofalse
, pnpm would throw an error when any type of patch fails to apply.If
ignorePatchFailures
is explicitly set totrue
, pnpm would print a warning when any type of patch fails to apply.Patch Changes
v10.6.5
Compare Source
postcss/postcss (postcss)
v8.5.3
Compare Source
Unknown word
error (by @hiepxanh).v8.5.2
Compare Source
v8.5.1
Compare Source
v8.5.0
: 8.5 “Duke Alloces”Compare Source
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 toInput#css
.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
source.offset
(by @romainmenke).v8.4.48
Compare Source
tailwindlabs/tailwindcss (tailwindcss)
v3.4.17
Compare Source
Fixed
v3.4.16
Compare Source
Fixed
PluginsConfig
allowundefined
values (#14668)v3.4.15
Compare Source
boxShadow
theme configuration allows arrays (#14856)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.
This PR was generated by Mend Renovate. View the repository job log.