Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed Jul 23, 2024
1 parent 870c2c9 commit 6c956e0
Show file tree
Hide file tree
Showing 7 changed files with 1,789 additions and 1,802 deletions.
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#!/usr/bin/env sh
if [ "$NO_VERIFY" ]; then
echo 'pre-commit hook skipped' 1>&2
exit 0
fi

. "$(dirname -- "$0")/_/husky.sh"

echo '--- checking for consistent dependencies across packages'
pnpm lint-shared-versions
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

- Update the license report script. It can now handle dependency license information returned by pnpm 9.
See also <https://github.com/open-pioneer/trails-openlayers-base-packages/pull/335>.
- Update the patch against `react-select`.
- Update development dependencies.

## 2024-07-04

Expand Down
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test": "vitest",
"lint-shared-versions": "syncpack list-mismatches",
"update-shared-versions": "syncpack fix-mismatches",
"prepare": "husky install"
"prepare": "husky"
},
"pnpm": {
"//": [
Expand Down Expand Up @@ -48,7 +48,7 @@
"overrides": {
"semver@<7.5.2": ">=7.5.2",
"tough-cookie@<4.1.3": ">=4.1.3",
"@mapbox/mapbox-gl-style-spec": "npm:@maplibre/maplibre-gl-style-spec@^20.1.1",
"@mapbox/mapbox-gl-style-spec": "npm:@maplibre/maplibre-gl-style-spec@^20.3.0",
"chakra-react-select>react-select": "^5.8.0",
"braces@<3.0.3": ">=3.0.3",
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
Expand All @@ -74,11 +74,11 @@
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/system": "^2.6.2",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@formatjs/intl": "^2.9.9",
"@maplibre/maplibre-gl-style-spec": "^20.1.1",
"@emotion/cache": "^11.13.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@formatjs/intl": "^2.10.4",
"@maplibre/maplibre-gl-style-spec": "^20.3.0",
"@open-pioneer/base-theme": "^0.3.2",
"@open-pioneer/chakra-integration": "^1.1.3",
"@open-pioneer/core": "^1.2.3",
Expand All @@ -88,52 +88,52 @@
"@open-pioneer/runtime": "^2.1.5",
"@open-pioneer/runtime-react-support": "^1.0.2",
"@open-pioneer/test-utils": "^1.1.3",
"framer-motion": "^10.17.4",
"framer-motion": "^11.3.11",
"ol": "^9.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-use": "^17.4.2"
"react-use": "^17.5.1"
},
"devDependencies": {
"@open-pioneer/build-package-cli": "^2.0.3",
"@open-pioneer/build-package-cli": "^2.1.0",
"@open-pioneer/build-support": "^2.0.2",
"@open-pioneer/vite-plugin-pioneer": "^3.0.2",
"@testing-library/dom": "^10.2.0",
"@testing-library/jest-dom": "^6.4.6",
"@open-pioneer/vite-plugin-pioneer": "^3.0.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/js-yaml": "^4.0.9",
"@types/node": "^18.19.39",
"@types/node": "^18.19.41",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^3.2.0",
"fast-glob": "^3.3.2",
"handlebars": "^4.7.8",
"happy-dom": "^12.10.3",
"husky": "^8.0.3",
"happy-dom": "^14.12.3",
"husky": "^9.1.1",
"js-yaml": "^4.1.0",
"jsdom": "^22.1.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"sass": "^1.69.7",
"jsdom": "^24.1.1",
"prettier": "^3.3.3",
"rimraf": "^5.0.9",
"sass": "^1.77.8",
"syncpack": "10.5.1",
"tsx": "^4.16.2",
"typedoc": "^0.25.6",
"typescript": "~5.3.3",
"vite": "^5.2.11",
"typedoc": "^0.26.5",
"typescript": "~5.5.4",
"vite": "^5.3.4",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^1.6.0"
"vitest": "^2.0.4"
},
"engines": {
"node": ">= 18",
Expand Down
26 changes: 26 additions & 0 deletions patches/react-select@5.8.0.patch
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,29 @@ index bed08498732b023f350d24a62728371af6a4dace..dcc7713c39b9aa87cb92f3af33b97c02
}, menuIsOpen && {
'aria-controls': this.getElementId('listbox')
}), !isSearchable && {
diff --git a/dist/Select-5dacb5ba.cjs.prod.js b/dist/Select-5dacb5ba.cjs.prod.js
index ea9203fb889d23825493d63964aad8229e758517..c3e9774f8f5f7f5a02a96b8e76df484b226fe957 100644
--- a/dist/Select-5dacb5ba.cjs.prod.js
+++ b/dist/Select-5dacb5ba.cjs.prod.js
@@ -2130,7 +2130,7 @@ var Select = /*#__PURE__*/function (_Component) {
'aria-labelledby': this.props['aria-labelledby'],
'aria-required': required,
role: 'combobox',
- 'aria-activedescendant': this.isAppleDevice ? undefined : this.state.focusedOptionId || ''
+ 'aria-activedescendant': this.isAppleDevice ? undefined : this.state.focusedOptionId || undefined
}, menuIsOpen && {
'aria-controls': this.getElementId('listbox')
}), !isSearchable && {
diff --git a/dist/Select-d63eed7b.cjs.dev.js b/dist/Select-d63eed7b.cjs.dev.js
index b3858a3b953490f3089fd60e97e1e7555b22ec15..c22777a209e94c9affb61fd2b69fba0268b8abc1 100644
--- a/dist/Select-d63eed7b.cjs.dev.js
+++ b/dist/Select-d63eed7b.cjs.dev.js
@@ -2149,7 +2149,7 @@ var Select = /*#__PURE__*/function (_Component) {
'aria-labelledby': this.props['aria-labelledby'],
'aria-required': required,
role: 'combobox',
- 'aria-activedescendant': this.isAppleDevice ? undefined : this.state.focusedOptionId || ''
+ 'aria-activedescendant': this.isAppleDevice ? undefined : this.state.focusedOptionId || undefined
}, menuIsOpen && {
'aria-controls': this.getElementId('listbox')
}), !isSearchable && {
Loading

0 comments on commit 6c956e0

Please sign in to comment.