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

fix(deps): update dependency postcss to v8.4.41 #255

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
postcss (source) 8.4.38 -> 8.4.41 age adoption passing confidence

Release Notes

postcss/postcss (postcss)

v8.4.41

Compare Source

v8.4.40

Compare Source

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).

v8.4.39

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-4 * * 3" in timezone America/New_York, 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

[puLL-Merge] - postcss/postcss@8.4.38..8.4.41

Description

This PR updates various dependencies, upgrades Node.js and pnpm versions, and makes some minor code changes. The motivation appears to be keeping the project up-to-date with the latest versions of tools and libraries.

Changes

Changes

  1. .github/workflows/test.yml:

    • Updates pnpm action from v3 to v4
    • Updates pnpm version from 8 to 9
    • Updates Node.js version from 21 to 22
    • Removes Node.js 16 from the test matrix and adds it to the "Old Node.js" matrix
  2. CHANGELOG.md:

    • Adds entries for versions 8.4.41, 8.4.40, and 8.4.39
  3. README.md:

    • Updates some links and text
    • Removes reference to a searchable catalog
  4. docs/README-cn.md:

    • Updates some links
  5. docs/plugins.md:

    • Updates some links
  6. lib/*.d.ts files:

    • Various type definition updates and improvements
  7. lib/container.js:

    • Renames markDirtyUp to markTreeDirty
    • Adds a check for selectors property
  8. lib/map-generator.js:

    • Minor regex update
  9. lib/previous-map.js:

    • Refactors some code to use match instead of test
  10. lib/processor.js:

    • Updates version number to 8.4.41
  11. package.json:

    • Updates version to 8.4.41
    • Updates various dependencies
    • Changes Node.js engine requirement to ^10 || ^12 || >=14
  12. pnpm-lock.yaml:

    • Extensive updates to lockfile reflecting dependency changes

Possible Issues

No major issues are apparent in this change. However, the upgrade of Node.js and pnpm versions in the CI workflow might potentially cause issues if there are any incompatibilities with the new versions.

Security Hotspots

There are no obvious security hotspots in this change. The updates to dependencies may include security fixes, which would be a positive change from a security perspective.

@AlanBreck AlanBreck merged commit 71f4583 into staging Aug 28, 2024
5 checks passed
@AlanBreck AlanBreck deleted the renovate/postcss-8.x branch August 28, 2024 19:58
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