@aurodesignsystem/auro-accordion
Advanced tools
Comparing version 3.0.2 to 3.1.0
# Semantic Release Automated Changelog | ||
# [3.1.0](https://github.com/AlaskaAirlines/auro-accordion/compare/v3.0.2...v3.1.0) (2024-01-10) | ||
### Features | ||
* add SSR support and move scripts to dependency [#91](https://github.com/AlaskaAirlines/auro-accordion/issues/91) ([61cf094](https://github.com/AlaskaAirlines/auro-accordion/commit/61cf09409f801ba14d9fe9a3e430e2404c1674e7)) | ||
## [3.0.2](https://github.com/AlaskaAirlines/auro-accordion/compare/v3.0.1...v3.0.2) (2024-01-09) | ||
@@ -4,0 +11,0 @@ |
@@ -10,3 +10,3 @@ { | ||
"name": "@aurodesignsystem/auro-accordion", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"description": "auro-accordion HTML custom element", | ||
@@ -17,2 +17,3 @@ "repository": { | ||
}, | ||
"type": "module", | ||
"main": "index.js", | ||
@@ -24,3 +25,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@alaskaairux/icons": "^4.30.1", | ||
"@alaskaairux/icons": "^4.31.0", | ||
"chalk": "^5.3.0", | ||
@@ -36,5 +37,6 @@ "lit": "^3.1.0" | ||
"devDependencies": { | ||
"@aurodesignsystem/auro-library": "^2.2.1", | ||
"@aurodesignsystem/eslint-config": "^1.3.0", | ||
"@commitlint/cli": "^18.4.3", | ||
"@commitlint/config-conventional": "^18.4.3", | ||
"@commitlint/cli": "^18.4.4", | ||
"@commitlint/config-conventional": "^18.4.4", | ||
"@open-wc/testing": "^4.0.0", | ||
@@ -44,3 +46,3 @@ "@rollup/plugin-node-resolve": "^15.2.3", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/npm": "^11.0.1", | ||
"@semantic-release/npm": "^11.0.2", | ||
"@web/dev-server": "^0.4.1", | ||
@@ -53,27 +55,27 @@ "@web/test-runner": "^0.18.0", | ||
"copyfiles": "^2.4.1", | ||
"core-js": "^3.33.3", | ||
"eslint": "^8.54.0", | ||
"eslint-plugin-jsdoc": "^46.9.0", | ||
"core-js": "^3.35.0", | ||
"eslint": "^8.56.0", | ||
"eslint-plugin-jsdoc": "^48.0.2", | ||
"husky": "^8.0.3", | ||
"lodash": "^4.17.21", | ||
"markdown-magic": "^2.6.1", | ||
"nodemon": "^3.0.1", | ||
"nodemon": "^3.0.2", | ||
"npm-run-all": "^4.1.5", | ||
"postcss": "^8.4.31", | ||
"postcss-discard-comments": "^6.0.0", | ||
"postcss": "^8.4.33", | ||
"postcss-discard-comments": "^6.0.1", | ||
"postcss-selector-replace": "^1.0.2", | ||
"rollup": "^4.5.1", | ||
"rollup": "^4.9.4", | ||
"rollup-plugin-serve": "^2.0.2", | ||
"sass": "^1.69.5", | ||
"semantic-release": "^22.0.8", | ||
"stylelint": "^15.11.0", | ||
"stylelint-config-idiomatic-order": "^9.0.0", | ||
"stylelint-config-standard": "^34.0.0", | ||
"stylelint-config-standard-scss": "^11.1.0", | ||
"stylelint-order": "^6.0.3", | ||
"stylelint-scss": "^5.3.1", | ||
"typescript": "^5.3.2", | ||
"sass": "^1.69.7", | ||
"semantic-release": "^22.0.12", | ||
"stylelint": "^16.1.0", | ||
"stylelint-config-idiomatic-order": "^10.0.0", | ||
"stylelint-config-standard": "^36.0.0", | ||
"stylelint-config-standard-scss": "^13.0.0", | ||
"stylelint-order": "^6.0.4", | ||
"stylelint-scss": "^6.0.0", | ||
"typescript": "^5.3.3", | ||
"wc-sass-render": "^1.4.0", | ||
"web-component-analyzer": "^2.0.0", | ||
"whatwg-fetch": "^3.6.19", | ||
"whatwg-fetch": "^3.6.20", | ||
"yaml-lint": "^1.7.0" | ||
@@ -142,4 +144,4 @@ }, | ||
"build:dev:assets": "npm-run-all build:sass:component postCss:component sass:render build:docs", | ||
"build:docs": "node scripts/generateDocs.js", | ||
"build:demoScripts": "node scripts/prepExampleFiles.js", | ||
"build:docs": "node ./node_modules/@aurodesignsystem/auro-library/scripts/build/generateDocs.mjs", | ||
"build:demoScripts": "node scripts/prepExampleFiles.mjs", | ||
"build:sass": "npm-run-all build:sass:component postCss:component sass:render", | ||
@@ -155,5 +157,5 @@ "build:sass:component": "sass --no-source-map src:src", | ||
"linters": "npm-run-all scssLint esLint", | ||
"preCommit": "node scripts/pre-commit.mjs", | ||
"postCss:component": "node ./scripts/postCss.js", | ||
"postinstall": "node packageScripts/postinstall.mjs", | ||
"preCommit": "node ./node_modules/@aurodesignsystem/auro-library/scripts/build/pre-commit.mjs", | ||
"postCss:component": "node ./node_modules/@aurodesignsystem/auro-library/scripts/build/postCss.mjs", | ||
"postinstall": "node ./node_modules/@aurodesignsystem/auro-library/scripts/build/postinstall.mjs", | ||
"sass:render": "sass-render src/*.css -t ./scripts/staticStyles-template.js", | ||
@@ -160,0 +162,0 @@ "serve": "web-dev-server --open demo/ --node-resolve --watch", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
1
0
Yes
507622
42
72
5890
Updated@alaskaairux/icons@^4.31.0