@lwc/style-compiler 8.26.2 → 8.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  MIT LICENSE
4
4
 
5
- Copyright (c) 2025, Salesforce, Inc.
5
+ Copyright (c) 2026, Salesforce, Inc.
6
6
  All rights reserved.
7
7
 
8
8
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
package/dist/index.cjs.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) 2025 Salesforce, Inc.
2
+ * Copyright (c) 2026 Salesforce, Inc.
3
3
  */
4
4
  'use strict';
5
5
 
@@ -891,5 +891,5 @@ function transform(src, id, config = {}) {
891
891
  }
892
892
 
893
893
  exports.transform = transform;
894
- /** version: 8.26.2 */
894
+ /** version: 8.28.0 */
895
895
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) 2025 Salesforce, Inc.
2
+ * Copyright (c) 2026 Salesforce, Inc.
3
3
  */
4
4
  import postcss, { CssSyntaxError } from 'postcss';
5
5
  import { LWC_VERSION_COMMENT, KEY__SCOPED_CSS, KEY__NATIVE_ONLY_CSS, getAPIVersionFromNumber } from '@lwc/shared';
@@ -887,5 +887,5 @@ function transform(src, id, config = {}) {
887
887
  }
888
888
 
889
889
  export { transform };
890
- /** version: 8.26.2 */
890
+ /** version: 8.28.0 */
891
891
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
5
5
  ],
6
6
  "name": "@lwc/style-compiler",
7
- "version": "8.26.2",
7
+ "version": "8.28.0",
8
8
  "description": "Transform style sheet to be consumed by the LWC engine",
9
9
  "keywords": [
10
10
  "lwc"
@@ -46,9 +46,9 @@
46
46
  }
47
47
  },
48
48
  "dependencies": {
49
- "@lwc/shared": "8.26.2",
49
+ "@lwc/shared": "8.28.0",
50
50
  "postcss": "~8.5.6",
51
- "postcss-selector-parser": "~7.1.0",
51
+ "postcss-selector-parser": "~7.1.1",
52
52
  "postcss-value-parser": "~4.2.0"
53
53
  }
54
54
  }