pull/1128/head
Cory LaViska 2023-01-13 14:35:28 -05:00
rodzic 7ce079b7a1
commit b45a9d55ca
3 zmienionych plików z 2796 dodań i 2015 usunięć

Wyświetl plik

@ -25,6 +25,9 @@ New versions of Shoelace are released as-needed and generally occur when a criti
- Fixed a bug in `<sl-spinner>` that caused the animation to stop working correctly in Safari [#1121](https://github.com/shoelace-style/shoelace/issues/1121) - Fixed a bug in `<sl-spinner>` that caused the animation to stop working correctly in Safari [#1121](https://github.com/shoelace-style/shoelace/issues/1121)
- Refactored the `ShoelaceFormControl` interface to remove the `invalid` property, allowing a more intuitive API for controlling validation internally - Refactored the `ShoelaceFormControl` interface to remove the `invalid` property, allowing a more intuitive API for controlling validation internally
- Renamed the internal `FormSubmitController` to `FormControlController` to better reflect what it's used for - Renamed the internal `FormSubmitController` to `FormControlController` to better reflect what it's used for
- Updated Lit to 2.6.1
- Updated Floating UI to 1.1.0
- Updated all other dependencies to latest versions
## 2.0.0-beta.88 ## 2.0.0-beta.88

4756
package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -56,68 +56,68 @@
"test:watch": "web-test-runner --watch --group default", "test:watch": "web-test-runner --watch --group default",
"spellcheck": "cspell \"**/*.{js,ts,json,html,css,md}\" --no-progress", "spellcheck": "cspell \"**/*.{js,ts,json,html,css,md}\" --no-progress",
"list-outdated-dependencies": "npm-check-updates --format repo --peer", "list-outdated-dependencies": "npm-check-updates --format repo --peer",
"update-dependencies": "npm-check-updates --peer -u && npm install && npm run lint:fix && npm run prettier && npm run verify" "update-dependencies": "npm-check-updates --peer -u && npm install"
}, },
"engines": { "engines": {
"node": ">=14.17.0" "node": ">=14.17.0"
}, },
"dependencies": { "dependencies": {
"@ctrl/tinycolor": "^3.5.0", "@ctrl/tinycolor": "^3.5.0",
"@floating-ui/dom": "^1.0.7", "@floating-ui/dom": "^1.1.0",
"@lit-labs/react": "^1.1.0", "@lit-labs/react": "^1.1.1",
"@shoelace-style/animations": "^1.1.0", "@shoelace-style/animations": "^1.1.0",
"@shoelace-style/localize": "^3.0.4", "@shoelace-style/localize": "^3.0.4",
"lit": "^2.4.1", "lit": "^2.6.1",
"qr-creator": "^1.0.0" "qr-creator": "^1.0.0"
}, },
"devDependencies": { "devDependencies": {
"@custom-elements-manifest/analyzer": "^0.6.7", "@custom-elements-manifest/analyzer": "^0.6.8",
"@open-wc/testing": "^3.1.7", "@open-wc/testing": "^3.1.7",
"@types/mocha": "^10.0.0", "@types/mocha": "^10.0.1",
"@types/react": "^18.0.25", "@types/react": "^18.0.26",
"@typescript-eslint/eslint-plugin": "^5.43.0", "@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.43.0", "@typescript-eslint/parser": "^5.48.1",
"@web/dev-server-esbuild": "^0.3.3", "@web/dev-server-esbuild": "^0.3.3",
"@web/test-runner": "^0.15.0", "@web/test-runner": "^0.15.0",
"@web/test-runner-commands": "^0.6.5", "@web/test-runner-commands": "^0.6.5",
"@web/test-runner-playwright": "^0.9.0", "@web/test-runner-playwright": "^0.9.0",
"bootstrap-icons": "^1.10.3", "bootstrap-icons": "^1.10.3",
"browser-sync": "^2.27.10", "browser-sync": "^2.27.11",
"cem-plugin-vs-code-custom-data-generator": "^1.3.2", "cem-plugin-vs-code-custom-data-generator": "^1.3.2",
"chalk": "^5.1.2", "chalk": "^5.2.0",
"command-line-args": "^5.2.1", "command-line-args": "^5.2.1",
"comment-parser": "^1.3.1", "comment-parser": "^1.3.1",
"cspell": "^6.14.2", "cspell": "^6.18.1",
"del": "^7.0.0", "del": "^7.0.0",
"download": "^8.0.0", "download": "^8.0.0",
"esbuild": "^0.15.14", "esbuild": "^0.16.17",
"eslint": "^8.27.0", "eslint": "^8.31.0",
"eslint-plugin-chai-expect": "^3.0.0", "eslint-plugin-chai-expect": "^3.0.0",
"eslint-plugin-chai-friendly": "^0.7.2", "eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-import": "^2.26.0", "eslint-plugin-import": "^2.27.4",
"eslint-plugin-lit": "^1.6.1", "eslint-plugin-lit": "^1.8.2",
"eslint-plugin-lit-a11y": "^2.2.3", "eslint-plugin-lit-a11y": "^2.3.0",
"eslint-plugin-markdown": "^3.0.0", "eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-wc": "^1.3.2", "eslint-plugin-wc": "^1.4.0",
"front-matter": "^4.0.2", "front-matter": "^4.0.2",
"get-port": "^6.1.2", "get-port": "^6.1.2",
"globby": "^13.1.2", "globby": "^13.1.3",
"husky": "^8.0.2", "husky": "^8.0.3",
"jsonata": "^1.8.6", "jsonata": "^2.0.1",
"lint-staged": "^13.0.3", "lint-staged": "^13.1.0",
"lunr": "^2.3.9", "lunr": "^2.3.9",
"npm-check-updates": "^16.4.1", "npm-check-updates": "^16.6.2",
"open": "^8.4.0", "open": "^8.4.0",
"pascal-case": "^3.1.2", "pascal-case": "^3.1.2",
"plop": "^3.1.1", "plop": "^3.1.1",
"prettier": "^2.7.1", "prettier": "^2.8.2",
"react": "^18.2.0", "react": "^18.2.0",
"recursive-copy": "^2.0.14", "recursive-copy": "^2.0.14",
"sinon": "^14.0.2", "sinon": "^15.0.1",
"source-map": "^0.7.4", "source-map": "^0.7.4",
"strip-css-comments": "^5.0.0", "strip-css-comments": "^5.0.0",
"tslib": "^2.4.1", "tslib": "^2.4.1",
"typescript": "4.8.4", "typescript": "4.9.4",
"user-agent-data-types": "^0.3.0" "user-agent-data-types": "^0.3.0"
}, },
"lint-staged": { "lint-staged": {