postcss-prefixwrap
Advanced tools
Comparing version 1.48.0 to 1.49.0
@@ -7,2 +7,13 @@ # [PostCSS Prefix Wrap](./README.md) // Changelog | ||
## [1.49.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.49.0) | ||
### 💡 Features and Improvements | ||
- NodeJS v22 Support | ||
### 🔧 Maintenance | ||
- Apply dependency updates. | ||
- Simplify SAST workflows, focusing on GitHub embedded tools where possible. | ||
## [1.48.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.48.0) | ||
@@ -9,0 +20,0 @@ |
{ | ||
"name": "postcss-prefixwrap", | ||
"version": "1.48.0", | ||
"version": "1.49.0", | ||
"description": "A PostCSS plugin that is used to wrap css styles with a css selector to constrain their affect on parent elements in a page.", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@babel/core": "7.24.5", | ||
"@babel/core": "7.24.7", | ||
"@jest/globals": "29.7.0", | ||
@@ -36,4 +36,4 @@ "@tsconfig/node18": "18.2.4", | ||
"@types/node": "20.12.12", | ||
"@typescript-eslint/eslint-plugin": "7.9.0", | ||
"@typescript-eslint/parser": "7.9.0", | ||
"@typescript-eslint/eslint-plugin": "7.13.1", | ||
"@typescript-eslint/parser": "7.10.0", | ||
"eslint": "8.57.0", | ||
@@ -45,14 +45,14 @@ "eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-jsx-a11y": "6.8.0", | ||
"eslint-plugin-promise": "6.1.1", | ||
"eslint-plugin-promise": "6.2.0", | ||
"eslint-plugin-security-node": "1.1.4", | ||
"eslint-plugin-unused-imports": "3.2.0", | ||
"glob": "10.3.15", | ||
"glob": "10.4.1", | ||
"husky": "9.0.11", | ||
"jest": "29.7.0", | ||
"postcss": "8.4.38", | ||
"prettier": "3.2.5", | ||
"prettier": "3.3.2", | ||
"sort-package-json": "2.10.0", | ||
"source-map": "0.7.4", | ||
"source-map-js": "1.2.0", | ||
"ts-jest": "29.1.2", | ||
"ts-jest": "29.1.5", | ||
"ts-node": "10.9.2", | ||
@@ -59,0 +59,0 @@ "typescript": "5.4.5" |
@@ -11,6 +11,6 @@ # [PostCSS Prefix Wrap](https://github.com/dbtedman/postcss-prefixwrap) | ||
| Supports | Versions | | ||
| :------- | :------------------------- | | ||
| NodeJS | `v18`, `v19`, `v20`, `v21` | | ||
| PostCSS | `v7`, `v8` | | ||
| Supports | Versions | | ||
| :------- | :-------------------------------- | | ||
| NodeJS | `v18`, `v19`, `v20`, `v21`, `v22` | | ||
| PostCSS | `v7`, `v8` | | ||
@@ -17,0 +17,0 @@ > ⚠️ PostCSS v7 support is no longer validated in automated test cases, and will be removed entirely in a future release. |
@@ -21,9 +21,6 @@ # [PostCSS Prefix Wrap](./README.md) // Security | ||
- [GitHub code scanning](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning) via [CodeQL](https://codeql.github.com) and [Snyk](https://snyk.io) | ||
- [GitHub code scanning](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning) via [CodeQL](https://codeql.github.com) | ||
- [GitHub dependabot alerts](https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts) | ||
- [GitHub dependabot security updates](https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates) | ||
- [GitHub secret scanning](https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning) | ||
- [OSV Scanning](https://osv.dev/) | ||
- [Snyk code analysis](https://snyk.io/product/snyk-code/) | ||
- [Snyk dependency scanning](https://snyk.io/product/open-source-security-management/) | ||
@@ -30,0 +27,0 @@ ## Security Disclosure Policy |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43687