@aurodesignsystem/auro-dropdown
Advanced tools
Comparing version 2.9.11 to 2.10.0
# Semantic Release Automated Changelog | ||
# [2.10.0](https://github.com/AlaskaAirlines/auro-dropdown/compare/v2.9.11...v2.10.0) (2024-01-23) | ||
### Features | ||
* add suport for SSR projects [#213](https://github.com/AlaskaAirlines/auro-dropdown/issues/213) ([a0479f8](https://github.com/AlaskaAirlines/auro-dropdown/commit/a0479f81caeac1d4835c868b5cd30a516c060541)) | ||
### Performance Improvements | ||
* update legacy dependency ([f274b44](https://github.com/AlaskaAirlines/auro-dropdown/commit/f274b441eaa80f95dc14ce9b1de89c79a0512f9d)) | ||
* update to support current node policy ([214f269](https://github.com/AlaskaAirlines/auro-dropdown/commit/214f2692553e01dae020d6a538ddd401a6339d4d)) | ||
## [2.9.11](https://github.com/AlaskaAirlines/auro-dropdown/compare/v2.9.10...v2.9.11) (2023-12-06) | ||
@@ -4,0 +17,0 @@ |
@@ -10,3 +10,3 @@ { | ||
"name": "@aurodesignsystem/auro-dropdown", | ||
"version": "2.9.11", | ||
"version": "2.10.0", | ||
"description": "auro-dropdown HTML custom element", | ||
@@ -17,15 +17,16 @@ "repository": { | ||
}, | ||
"type": "module", | ||
"main": "index.js", | ||
"license": "Apache-2.0", | ||
"engines": { | ||
"node": ">=18.15.0" | ||
"node": "^18 || ^20" | ||
}, | ||
"dependencies": { | ||
"@popperjs/core": "^2.11.7", | ||
"@popperjs/core": "^2.11.8", | ||
"chalk": "^5.2.0", | ||
"lit": "^2.7.4" | ||
"lit": "^3.1.1" | ||
}, | ||
"peerDependencies": { | ||
"@alaskaairux/auro-icon": "^3.3.1", | ||
"@alaskaairux/design-tokens": "^3.11.0", | ||
"@aurodesignsystem/auro-icon": "^4.2.0", | ||
"@aurodesignsystem/design-tokens": "^4.1.1", | ||
@@ -36,43 +37,44 @@ "@aurodesignsystem/webcorestylesheets": "^5.0.3" | ||
"@alaskaairux/design-tokens": "^3.11.0", | ||
"@aurodesignsystem/design-tokens": "^4.1.1", | ||
"@aurodesignsystem/auro-library": "^2.2.6", | ||
"@aurodesignsystem/design-tokens": "^4.3.0", | ||
"@aurodesignsystem/eslint-config": "^1.3.0", | ||
"@aurodesignsystem/webcorestylesheets": "^5.0.3", | ||
"@commitlint/cli": "^17.6.3", | ||
"@commitlint/config-conventional": "^17.6.3", | ||
"@open-wc/testing": "^3.1.8", | ||
"@rollup/plugin-node-resolve": "^15.0.2", | ||
"@aurodesignsystem/webcorestylesheets": "^5.0.5", | ||
"@commitlint/cli": "^18.5.0", | ||
"@commitlint/config-conventional": "^18.5.0", | ||
"@open-wc/testing": "^4.0.0", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/npm": "^10.0.3", | ||
"@web/dev-server": "^0.2.1", | ||
"@web/test-runner": "^0.16.1", | ||
"autoprefixer": "^10.4.14", | ||
"@semantic-release/npm": "^11.0.2", | ||
"@web/dev-server": "^0.4.1", | ||
"@web/test-runner": "^0.18.0", | ||
"autoprefixer": "^10.4.17", | ||
"compression": "^1.7.4", | ||
"concat": "^1.0.3", | ||
"concurrently": "^8.0.1", | ||
"concurrently": "^8.2.2", | ||
"copyfiles": "^2.4.1", | ||
"core-js": "^3.30.1", | ||
"eslint": "^8.39.0", | ||
"eslint-plugin-jsdoc": "^43.1.1", | ||
"core-js": "^3.35.1", | ||
"eslint": "^8.56.0", | ||
"eslint-plugin-jsdoc": "^48.0.2", | ||
"husky": "^8.0.3", | ||
"lodash": "^4.17.21", | ||
"markdown-magic": "^2.6.1", | ||
"nodemon": "^2.0.22", | ||
"nodemon": "^3.0.3", | ||
"npm-run-all": "^4.1.5", | ||
"postcss": "^8.4.23", | ||
"postcss-discard-comments": "^6.0.0", | ||
"postcss": "^8.4.33", | ||
"postcss-discard-comments": "^6.0.1", | ||
"postcss-selector-replace": "^1.0.2", | ||
"rollup": "^3.21.5", | ||
"rollup": "^4.9.6", | ||
"rollup-plugin-serve": "^2.0.2", | ||
"semantic-release": "^21.0.2", | ||
"stylelint": "^15.6.1", | ||
"stylelint-config-idiomatic-order": "^9.0.0", | ||
"stylelint-config-standard": "^33.0.0", | ||
"stylelint-config-standard-scss": "^9.0.0", | ||
"stylelint-order": "^6.0.3", | ||
"stylelint-scss": "^5.0.0", | ||
"typescript": "^5.0.4", | ||
"semantic-release": "21.0.2", | ||
"stylelint": "^16.2.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.1.0", | ||
"typescript": "^5.3.3", | ||
"wc-sass-render": "^1.4.0", | ||
"web-component-analyzer": "^1.1.7", | ||
"whatwg-fetch": "^3.6.2", | ||
"web-component-analyzer": "^2.0.0", | ||
"whatwg-fetch": "^3.6.20", | ||
"yaml-lint": "^1.7.0" | ||
@@ -141,3 +143,3 @@ }, | ||
"build:demo": "npm-run-all build demo:rm:build demo:new:build demo:copy:index demo:copy:demo demo:update:index", | ||
"build:docs": "node scripts/generateDocs.js", | ||
"build:docs": "node scripts/generateDocs.mjs", | ||
"bundler": "rollup -c", | ||
@@ -151,3 +153,3 @@ "bundler:test": "rollup -c -w", | ||
"preCommit": "node scripts/pre-commit.mjs", | ||
"postCss:component": "node ./scripts/postCss.js", | ||
"postCss:component": "node ./scripts/postCss.mjs", | ||
"postinstall": "node packageScripts/postinstall.mjs", | ||
@@ -154,0 +156,0 @@ "sass:render": "sass-render src/*.css -t ./scripts/staticStyles-template.js", |
Sorry, the diff of this file is too big to display
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
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
Yes
195560
44
2702
+ Added@alaskaairux/icons@4.44.1(transitive)
+ Added@aurodesignsystem/auro-icon@4.5.0(transitive)
+ Added@lit/reactive-element@2.0.4(transitive)
+ Added@trysound/sax@0.2.0(transitive)
+ Addedboolbase@1.0.0(transitive)
+ Addedcommander@7.2.0(transitive)
+ Addedcss-select@5.1.0(transitive)
+ Addedcss-tree@2.2.12.3.1(transitive)
+ Addedcss-what@6.1.0(transitive)
+ Addedcsso@5.0.5(transitive)
+ Addeddom-serializer@2.0.0(transitive)
+ Addeddomelementtype@2.3.0(transitive)
+ Addeddomhandler@5.0.3(transitive)
+ Addeddomutils@3.1.0(transitive)
+ Addedentities@4.5.0(transitive)
+ Addedlit@3.2.1(transitive)
+ Addedlit-element@4.1.1(transitive)
+ Addedlit-html@3.2.1(transitive)
+ Addedmdn-data@2.0.282.0.30(transitive)
+ Addednth-check@2.1.1(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedsvgo@3.3.2(transitive)
- Removed@alaskaairux/auro-icon@3.4.4(transitive)
- Removed@alaskaairux/webcorestylesheets@3.7.3(transitive)
- Removed@lit/reactive-element@1.6.3(transitive)
- Removed@webcomponents/webcomponentsjs@2.8.0(transitive)
- Removedfocus-visible@5.2.1(transitive)
- Removedlit@2.8.0(transitive)
- Removedlit-element@2.5.13.3.3(transitive)
- Removedlit-html@1.4.12.8.0(transitive)
Updated@popperjs/core@^2.11.8
Updatedlit@^3.1.1