-
Notifications
You must be signed in to change notification settings - Fork 26
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
chore(deps): update dependency postcss to v8.4.49 #905
Conversation
[puLL-Merge] - postcss/postcss@8.4.47..8.4.49 DescriptionThis PR updates several dependencies, fixes issues with position calculation in error/warning methods, and adds support for custom syntax without ChangesChanges
Possible IssuesThe update to Node.js 23 in the main test workflow might potentially introduce compatibility issues with older codebases or dependencies that haven't been updated to support this version yet. Security HotspotsThere are no apparent security vulnerabilities introduced by this change. graph TD
A[PostCSS] --> B[Node.js]
A --> C[ESLint]
A --> D[TypeScript]
B --> E[v23]
B --> F[v22]
B --> G[v20]
B --> H[v18]
A --> I[Custom Syntax Support]
A --> J[Position Calculation]
J --> K[sourceOffset function]
J --> L[positionBy method]
J --> M[positionInside method]
J --> N[rangeBy method]
sequenceDiagram
participant User
participant PostCSS
participant Node
participant SourceMap
User->>PostCSS: Process CSS
PostCSS->>Node: Create AST
Node->>SourceMap: Calculate positions
SourceMap->>Node: Return positions
Node->>PostCSS: Return processed AST
PostCSS->>User: Return processed CSS
User->>PostCSS: Modify AST
PostCSS->>Node: Update node
Node->>SourceMap: Recalculate positions
SourceMap->>Node: Return updated positions
Node->>PostCSS: Return updated AST
PostCSS->>User: Return updated CSS
|
👋 Thanks for Submitting! This PR is available for preview at the link below. ✅ PR tip preview: https://905.pr.nala.bravesoftware.com/ - ./tokens/css/variables-android.old.css: 7390 bytes
+ ./tokens/css/variables-android.css: 7390 bytes
---
- ./tokens/css/variables-browser.old.css: 6848 bytes
+ ./tokens/css/variables-browser.css: 6848 bytes
---
- ./tokens/css/variables-ios.old.css: 7033 bytes
+ ./tokens/css/variables-ios.css: 7033 bytes
---
- ./tokens/css/variables-marketing.old.css: 13501 bytes
+ ./tokens/css/variables-marketing.css: 13501 bytes
---
- ./tokens/css/variables-news.old.css: 526 bytes
+ ./tokens/css/variables-news.css: 526 bytes
---
- ./tokens/css/variables-newtab.old.css: 1933 bytes
+ ./tokens/css/variables-newtab.css: 1933 bytes
---
- ./tokens/css/variables-search.old.css: 2409 bytes
+ ./tokens/css/variables-search.css: 2409 bytes
---
- ./tokens/css/variables-web3.old.css: 905 bytes
+ ./tokens/css/variables-web3.css: 905 bytes
---
- ./tokens/css/variables.old.css: 119512 bytes
+ ./tokens/css/variables.css: 119512 bytes
Variables Diff: variables-android.diff--- ./tokens/css/variables-android.old.css 2024-11-20 01:11:20.678071919 +0000
+++ ./tokens/css/variables-android.css 2024-11-20 01:10:42.189894497 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Thu Nov 14 2024 23:19:53 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Nov 20 2024 01:10:42 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-browser.diff--- ./tokens/css/variables-browser.old.css 2024-11-20 01:11:20.910072987 +0000
+++ ./tokens/css/variables-browser.css 2024-11-20 01:10:42.169894391 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Thu Nov 14 2024 23:19:53 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Nov 20 2024 01:10:42 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-ios.diff--- ./tokens/css/variables-ios.old.css 2024-11-20 01:11:21.150074090 +0000
+++ ./tokens/css/variables-ios.css 2024-11-20 01:10:42.205894582 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Thu Nov 14 2024 23:19:53 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Nov 20 2024 01:10:42 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-marketing.diff--- ./tokens/css/variables-marketing.old.css 2024-11-20 01:11:21.350075012 +0000
+++ ./tokens/css/variables-marketing.css 2024-11-20 01:10:42.233894730 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Thu Nov 14 2024 23:19:53 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Nov 20 2024 01:10:42 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-news.diff--- ./tokens/css/variables-news.old.css 2024-11-20 01:11:21.562075982 +0000
+++ ./tokens/css/variables-news.css 2024-11-20 01:10:42.261894878 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Thu Nov 14 2024 23:19:53 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Nov 20 2024 01:10:42 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-newtab.diff--- ./tokens/css/variables-newtab.old.css 2024-11-20 01:11:21.818077159 +0000
+++ ./tokens/css/variables-newtab.css 2024-11-20 01:10:42.269894920 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Thu Nov 14 2024 23:19:53 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Nov 20 2024 01:10:42 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-search.diff--- ./tokens/css/variables-search.old.css 2024-11-20 01:11:22.014078059 +0000
+++ ./tokens/css/variables-search.css 2024-11-20 01:10:42.253894836 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Thu Nov 14 2024 23:19:53 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Nov 20 2024 01:10:42 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-web3.diff--- ./tokens/css/variables-web3.old.css 2024-11-20 01:11:22.246079125 +0000
+++ ./tokens/css/variables-web3.css 2024-11-20 01:10:42.277894962 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Thu Nov 14 2024 23:19:53 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Nov 20 2024 01:10:42 GMT+0000 (Coordinated Universal Time)
*/
@media (prefers-color-scheme: light) {
Variables Diff: variables.diff--- ./tokens/css/variables.old.css 2024-11-20 01:11:22.542080495 +0000
+++ ./tokens/css/variables.css 2024-11-20 01:10:42.033893673 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Thu Nov 14 2024 23:19:53 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Nov 20 2024 01:10:42 GMT+0000 (Coordinated Universal Time)
*/
:root {
|
This PR contains the following updates:
8.4.47
->8.4.49
Release Notes
postcss/postcss (postcss)
v8.4.49
Compare Source
source.offset
(by @romainmenke).v8.4.48
Compare Source
Configuration
📅 Schedule: Branch creation - "* 0-4 * * 3" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.