brave / store-brave-com

https://store.brave.com
Mozilla Public License 2.0
10 stars 2 forks source link

fix(deps): update dependency postcss to v8.4.47 #265

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

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

Release Notes

postcss/postcss (postcss) ### [`v8.4.47`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8447) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.46...8.4.47) - Removed debug code. ### [`v8.4.46`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8446) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.45...8.4.46) - Fixed `Cannot read properties of undefined (reading 'before')`.

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.



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

github-actions[bot] commented 2 months ago

[puLL-Merge] - postcss/postcss@8.4.45..8.4.47

Description

This PR updates various dependencies in the PostCSS project, including GitHub Actions, development tools, and some minor version bumps for dependencies. It also includes a few bug fixes and version increments for PostCSS itself.

Changes ### Changes 1. `.github/workflows/release.yml`: - Updated `softprops/action-gh-release` from v1 to v2. 2. `.github/workflows/test.yml`: - Updated `pnpm/action-setup` from v1 to v4 in one job and from v3 to v4 in another job. 3. `CHANGELOG.md`: - Added entries for versions 8.4.47 and 8.4.46, mentioning removal of debug code and fixing a specific error. 4. `lib/container.js`: - Added a check to initialize `i.raws` if it doesn't exist before accessing `i.raws.before`. 5. `lib/processor.js`: - Updated the version number from '8.4.45' to '8.4.47'. 6. `package.json`: - Updated the version from "8.4.45" to "8.4.47". - Updated several dependencies and devDependencies to newer versions. 7. `pnpm-lock.yaml`: - Reflects the changes made in `package.json` with updated version locks.

Possible Issues

No major issues are apparent in this change. The updates seem to be routine maintenance and version bumps.

Security Hotspots

There are no obvious security hotspots in this change. The updates to GitHub Actions and dependencies generally improve security by using newer versions.