Closed dependabot[bot] closed 7 months ago
Bumps the safe-app-dependencies group with 25 updates:
8.10.6
8.11.2
2.0.0
2.1.0
8.2.2
8.3.1
3.0.11
3.0.12
10.4.0
10.7.1
2.9.0
2.9.2
4.0.11
4.0.12
7.4.6
7.6.7
4.1.0
4.2.1
8.2.1
13.3.0
13.6.2
5.3.7
5.3.10
0.19.4
0.19.11
8.51.0
8.56.0
9.0.0
9.1.0
2.28.1
2.29.1
5.0.0
5.1.2
6.0.2
6.2.0
3.0.3
3.1.1
1.69.0
1.69.6
Updates @tanstack/react-table from 8.10.6 to 8.11.2
@tanstack/react-table
Sourced from @tanstack/react-table's releases.
@tanstack/react-table
v8.11.2 Version 8.11.2 - 12/20/2023, 6:03 PM Changes Fix fixed crash when toggling selection of non-visible row (#5221) (cd8c821c) by Kevin Van Cott Chore Delete variables that are not used (#5122) (743c9b74) by @lio-mengxiang Packages @tanstack/table-core@8.11.2 @tanstack/react-table@8.11.2 @tanstack/solid-table@8.11.2 @tanstack/vue-table@8.11.2 @tanstack/svelte-table@8.11.2 v8.11.1 Version 8.11.1 - 12/20/2023, 5:39 PM Changes Fix export types IdIdentifier, StringHeaderIdentifier, AccessorKeyColumnDefBase (#5133) (83e2c373) by maxence-lefebvre Packages @tanstack/table-core@8.11.1 @tanstack/react-table@8.11.1 @tanstack/solid-table@8.11.1 @tanstack/vue-table@8.11.1 @tanstack/svelte-table@8.11.1 v8.11.0 Version 8.11.0 - 12/17/2023, 4:55 PM Changes Feat Add columnResizeDirection table option to support RTL column resizing (#5192) (cfdc3aff) by Samuel Arbibe Chore Update jsdoc comments (#5174) (726d1d66) by @morinokami
Version 8.11.2 - 12/20/2023, 6:03 PM
@lio-mengxiang
@tanstack/table-core
@8
@tanstack/solid-table
@tanstack/vue-table
@tanstack/svelte-table
Version 8.11.1 - 12/20/2023, 5:39 PM
Version 8.11.0 - 12/17/2023, 4:55 PM
@morinokami
... (truncated)
cd8c821
743c9b7
552ff98
83e2c37
c214ab3
cfdc3af
538c06d
ff9f1f8
cfcc0f1
4b64bab
Updates clsx from 2.0.0 to 2.1.0
clsx
Sourced from clsx's releases.
v2.1.0 Features Add new clsx/lite submodule for string-only usage: 1a49142 This is a 140b version of clsx that is ideal for Tailwind and/or React contexts, which typically follow this clsx usage pattern: clsx('foo bar', props.maybe && 'conditional classes', props.className); Important: This clsx/lite module ignores all non-string arguments and is therefore not a 1:1 replacement for clsx itself! import { clsx } from 'clsx'; import { clsx as lite } from 'clsx/lite'; // strings-only usage is identical clsx('foo', null, 'bar', true && 'baz'); //=> "foo bar baz" lite('foo', null, 'bar', true && 'baz'); //=> "foo bar baz" // clsx/lite ignores all non-strings clsx('foo', { a: true, b: false, c: true }); //=> "foo a c" lite('foo', { a: true, b: false, c: true }); //=> "foo" Full Changelog: https://github.com/lukeed/clsx/compare/v2.0.1...v2.1.0 v2.0.1 Patches (perf) Cache arguments.length & array.length for 6% performance gain (#26): deff09b Adds 5 bytes (+2%) for ~3% avg performance gain Thank you @jalalazimi Chores Update module size: bf64e71 Update benchmark results: 855eec2, 6e3b2b9, Replace nyc with c8 in CI: 6e2468e Update Node CI matrix: 308a238 Fix readme typos (#76, #82): 42354d3, 4c9a55d Thank you @andipaetzold and @acusti Full Changelog: https://github.com/lukeed/clsx/compare/v2.0.0...v2.0.1
Add new clsx/lite submodule for string-only usage: 1a49142
clsx/lite
string
This is a 140b version of clsx that is ideal for Tailwind and/or React contexts, which typically follow this clsx usage pattern:
clsx('foo bar', props.maybe && 'conditional classes', props.className);
Important: This clsx/lite module ignores all non-string arguments and is therefore not a 1:1 replacement for clsx itself!
import { clsx } from 'clsx'; import { clsx as lite } from 'clsx/lite'; // strings-only usage is identical clsx('foo', null, 'bar', true && 'baz'); //=> "foo bar baz" lite('foo', null, 'bar', true && 'baz'); //=> "foo bar baz" // clsx/lite ignores all non-strings clsx('foo', { a: true, b: false, c: true }); //=> "foo a c" lite('foo', { a: true, b: false, c: true }); //=> "foo"
// strings-only usage is identical clsx('foo', null, 'bar', true && 'baz'); //=> "foo bar baz" lite('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
// clsx/lite ignores all non-strings clsx('foo', { a: true, b: false, c: true }); //=> "foo a c" lite('foo', { a: true, b: false, c: true }); //=> "foo"
Full Changelog: https://github.com/lukeed/clsx/compare/v2.0.1...v2.1.0
arguments.length
array.length
@jalalazimi
nyc
c8
@andipaetzold
@acusti
Full Changelog: https://github.com/lukeed/clsx/compare/v2.0.0...v2.0.1
a60db12
1a49142
5cac14c
855eec2
bf64e71
6e3b2b9
554ad31
deff09b
6e2468e
308a238
Updates downshift from 8.2.2 to 8.3.1
downshift
Sourced from downshift's releases.
v8.3.1 8.3.1 (2023-12-29) Bug Fixes useSelect: correct getLabelProps return type (#1562) (a5d6310) v8.3.0 8.3.0 (2023-12-29) Features useSelect: focus toggle on label click (#1561) (53dd723) v8.2.4 8.2.4 (2023-12-28) Bug Fixes hooks: check state chage via deep compare (#1558) (4edfc30) v8.2.3 8.2.3 (2023-11-09) Bug Fixes hooks: use createInitialState in reducer (#1556) (e534757)
a5d6310
53dd723
4edfc30
a8f2699
e534757
Updates esri-leaflet from 3.0.11 to 3.0.12
esri-leaflet
Sourced from esri-leaflet's releases.
v3.0.12 Fixed Added removeEsriAttribution to be exported (#1379) Fixed issue in TiledMapLayer when LOD is 0 (#1381) Fixed apostrophe URL encoding (#1377)
removeEsriAttribution
TiledMapLayer
LOD
0
Sourced from esri-leaflet's changelog.
[3.0.12] - 2023-11-27 Fixed Added removeEsriAttribution to be exported (#1379) Fixed issue in TiledMapLayer when LOD is 0 (#1381) Fixed apostrophe URL encoding (#1377)
0fd816e
e926d2a
44e324e
fea26ff
6ef38e9
c236b95
e80aec6
140b23f
adf006c
e5c185b
Updates firebase from 10.4.0 to 10.7.1
firebase
05d06a8
d6202b9
ac10cc3
0ecaf6c
70e4cf6
1d32137
e8ff8b8
aa4c03d
e9ff107
a5c1a35
Updates proj4 from 2.9.0 to 2.9.2
proj4
Sourced from proj4's releases.
2.9.2 What's Changed Add support for all NTv2 subgrids by @ahocevar in proj4js/proj4js#453 Full Changelog: https://github.com/proj4js/proj4js/compare/2.9.1...2.9.2 2.9.1 What's Changed Added missing default parameters to stere projection by @MHBalsmeier in proj4js/proj4js#437 Use stere instead of sterea for WKT Polar_Stereographic by @danielschilling-ml in proj4js/proj4js#434 Fix for issue 438, proj4 returns Infinity, -Infinity for stere by @tombags in proj4js/proj4js#439 Allow null points when removing unused z by @ahocevar in proj4js/proj4js#451 New Contributors @MHBalsmeier made their first contribution in proj4js/proj4js#437 @danielschilling-ml made their first contribution in proj4js/proj4js#434 @tombags made their first contribution in proj4js/proj4js#439 Full Changelog: https://github.com/proj4js/proj4js/compare/2.9.0...2.9.1
@ahocevar
Full Changelog: https://github.com/proj4js/proj4js/compare/2.9.1...2.9.2
@MHBalsmeier
@danielschilling-ml
@tombags
Full Changelog: https://github.com/proj4js/proj4js/compare/2.9.0...2.9.1
a71d2db
df160c6
fe76d66
f0139be
5995fa6
d84caaa
0c63f41
d9faf9f
1ae8d6d
2f4b511
Updates react-error-boundary from 4.0.11 to 4.0.12
react-error-boundary
Sourced from react-error-boundary's releases.
4.0.12 Support null fallback prop (#169)
54a2838
23a4d77
8c40f40
1e75248
04eb8af
9bbe30b
Updates @storybook/addon-actions from 7.4.6 to 7.6.7
@storybook/addon-actions
Sourced from @storybook/addon-actions's releases.
@storybook/addon-actions
v7.6.7 7.6.7 Core: Skip no-framework error when ignorePreview=true - #25286, thanks @ndelangen! Dependencies: Semver dependency fixes - #25283, thanks @ndelangen! Vite: Fix pre-transform error in Vite 5 - #25329, thanks @yannbf! Vue3: Fix pnp by making compiler-core a dependency - #25311, thanks @shilman! v7.6.6 7.6.6 SvelteKit: Support 2.0 modules with mocks - #25244, thanks @paoloricciuti! v7.6.5 7.6.5 Angular: Update Angular cli templates - #25152, thanks @Marklb! Blocks: Fix Subtitle block for unattached docs pages - #25157, thanks @kripod! SvelteKit: Fix missing $app modules - #25132, thanks @paoloricciuti! v7.6.4 7.6.4 Angular: Fix CSF Plugin - #25098, thanks @valentinpalkovic! Viewport: Fix viewport dts files - #25107, thanks @kasperpeulen! v7.6.3 7.6.3 Next.js: Fix next/font/local usage in babel mode - #25045, thanks @valentinpalkovic! v7.6.2 7.6.2 CLI: Improve dependency metadata detection in storybook doctor - #25037, thanks @yannbf! React-Docgen: Make error-handling more gentle - #25055, thanks @valentinpalkovic! v7.6.1 7.6.1 Next.js: Fix AppRouterProvider usage - #25032, thanks @valentinpalkovic! SvelteKit: Fix HMR not working - #25031, thanks @JReinhold! Test: Downgrade @testing-library/user-event to 14.3.0 - #25004, thanks @kasperpeulen! Webpack: Fix exclude regex in react-docgen-loader - #25030, thanks @valentinpalkovic! v7.6.0 7.6.0 Storybook 7.6 is here with increased performance and much more!
@ndelangen
@yannbf
@shilman
@paoloricciuti
@Marklb
@kripod
$app
@valentinpalkovic
@kasperpeulen
@JReinhold
@testing-library/user-event
Storybook 7.6 is here with increased performance and much more!
Sourced from @storybook/addon-actions's changelog.
7.6.7 Core: Skip no-framework error when ignorePreview=true - #25286, thanks @ndelangen! Dependencies: Semver dependency fixes - #25283, thanks @ndelangen! Vite: Fix pre-transform error in Vite 5 - #25329, thanks @yannbf! Vue3: Fix pnp by making compiler-core a dependency - #25311, thanks @shilman! 7.6.6 SvelteKit: Support 2.0 modules with mocks - #25244, thanks @paoloricciuti! 7.6.5 Angular: Update Angular cli templates - #25152, thanks @Marklb! Blocks: Fix Subtitle block for unattached docs pages - #25157, thanks @kripod! SvelteKit: Fix missing $app modules - #25132, thanks @paoloricciuti! 7.6.4 Angular: Fix CSF Plugin - #25098, thanks @valentinpalkovic! Viewport: Fix viewport dts files - #25107, thanks @kasperpeulen! 7.6.3 Next.js: Fix next/font/local usage in babel mode - #25045, thanks @valentinpalkovic! 7.6.2 CLI: Improve dependency metadata detection in storybook doctor - #25037, thanks @yannbf! React-Docgen: Make error-handling more gentle - #25055, thanks @valentinpalkovic! 7.6.1 Next.js: Fix AppRouterProvider usage - #25032, thanks @valentinpalkovic! SvelteKit: Fix HMR not working - #25031, thanks @JReinhold! Test: Downgrade @testing-library/user-event to 14.3.0 - #25004, thanks @kasperpeulen! Webpack: Fix exclude regex in react-docgen-loader - #25030, thanks @valentinpalkovic! 7.6.0 Storybook 7.6 is here with increased performance and much more! 🔥 Improved SWC support 🧪 New test utilities and fast build mode 🔼 NextJS SWC + avif support & fixes 🤡 SvelteKit page and navigation mocking ⚛️ React-docgen upgrade 🎨 Controls a11y, background theming, and viewports 🩺 CLI: The doctor is in! 🚫 Addons: Remove React as a peer dependency
22ec27e
a3a9ca8
1bb4147
1ba5416
afc4c2f
afc89aa
60f9c9a
b64214c
975ad76
heading
b990144
Updates @storybook/addon-essentials from 7.4.6 to 7.6.7
@storybook/addon-essentials
Sourced from @storybook/addon-essentials's releases.
@storybook/addon-essentials
Sourced from @storybook/addon-essentials's changelog.
d82167b
Updates @storybook/addon-links from 7.4.6 to 7.6.7
@storybook/addon-links
Sourced from @storybook/addon-links's releases.
@storybook/addon-links
Sourced from @storybook/addon-links's changelog.
Updates @storybook/react from 7.4.6 to 7.6.7
@storybook/react
Sourced from @storybook/react's releases.
@storybook/react
v7.6.7 7.6.7 Core: Skip no-framework error when ignorePreview=true - #25286, thanks @ndelangen! Dependencies: Semver dependency fixes - #25283, thanks @ndelangen! Vite: Fix pre-transform error in Vite 5 - #25329, thanks @yannbf! Vue3: Fix pnp by making compiler-core a dependency - #25311, thanks @shilman! v7.6.6 7.6.6 SvelteKit: Support 2.0 modules with mocks - #25244, thanks @paoloricciuti! v7.6.5 7.6.5 Angular: Update Angular cli templates - #25152, thanks @Marklb! Blocks: Fix Subtitle block for unattached docs pages - #25157, thanks @kripod! SvelteKit: Fix missing $app modules - #25132, thanks @paoloricciuti! v7.6.4 7.6.4 Angular: Fix CSF Plugin - #25098, thanks @valentinpalkovic! Viewport: Fix viewport dts files - #25107, thanks @kasperpeulen! v7.6.3 7.6.3 Next.js: Fix next/font/local usage in babel mode - #25045, thanks @valentinpalkovic! v7.6.2 7.6.2 CLI: Improve dependency metadata detection in storybook doctor - #25037, thanks @yannbf! React-Docgen: Make error-handling more gentle - #25055, thanks @valentinpalkovic! v7.6.1 7.6.1 Next.js: Fix AppRouterProvider usage - #25032, ... _Description has been truncated_
Looks like these dependencies are updatable in another way, so this is no longer needed.
Bumps the safe-app-dependencies group with 25 updates:
8.10.6
8.11.2
2.0.0
2.1.0
8.2.2
8.3.1
3.0.11
3.0.12
10.4.0
10.7.1
2.9.0
2.9.2
4.0.11
4.0.12
7.4.6
7.6.7
7.4.6
7.6.7
7.4.6
7.6.7
7.4.6
7.6.7
7.4.6
7.6.7
4.1.0
4.2.1
8.2.1
8.2.2
13.3.0
13.6.2
5.3.7
5.3.10
0.19.4
0.19.11
8.51.0
8.56.0
9.0.0
9.1.0
2.28.1
2.29.1
5.0.0
5.1.2
6.0.2
6.2.0
3.0.3
3.1.1
1.69.0
1.69.6
7.4.6
7.6.7
Updates
@tanstack/react-table
from 8.10.6 to 8.11.2Release notes
Sourced from
@tanstack/react-table
's releases.... (truncated)
Commits
cd8c821
fix: fixed crash when toggling selection of non-visible row (#5221)743c9b7
chore: Delete variables that are not used (#5122)552ff98
release: v8.11.183e2c37
fix: export types IdIdentifier, StringHeaderIdentifier, AccessorKeyColumnDefB...c214ab3
release: v8.11.0cfdc3af
feat: Add columnResizeDirection table option to support RTL column resizing (...538c06d
docs: fix wrong description in sorting.md (#5134)ff9f1f8
docs: Improve row selection docs (#5184)cfcc0f1
docs: Fix typo (#5149)4b64bab
docs: Update table.md column-defs link (#5155)Updates
clsx
from 2.0.0 to 2.1.0Release notes
Sourced from clsx's releases.
Commits
a60db12
2.1.01a49142
feat: addclsx/lite
module5cac14c
2.0.1855eec2
chore(bench): include ≠ symbolbf64e71
chore: update module size6e3b2b9
chore: update benchmarks;554ad31
chore: dedicated string vs number var usage;deff09b
chore: cache arguments/array lengths (#26)6e2468e
fix(ci): replace nyc -> c8308a238
chore(ci): update node matrixUpdates
downshift
from 8.2.2 to 8.3.1Release notes
Sourced from downshift's releases.
Commits
a5d6310
fix(useSelect): correct getLabelProps return type (#1562)53dd723
feat(useSelect): focus toggle on label click (#1561)4edfc30
fix(hooks): check state chage via deep compare (#1558)a8f2699
dev(readme): fix GitHub workflow badge URL (#1552)e534757
fix(hooks): use createInitialState in reducer (#1556)Updates
esri-leaflet
from 3.0.11 to 3.0.12Release notes
Sourced from esri-leaflet's releases.
Changelog
Sourced from esri-leaflet's changelog.
Commits
0fd816e
build 3.0.12e926d2a
:package: 3.0.1244e324e
Merge pull request #1381 from mvtm-dn/masterfea26ff
Merge pull request #1377 from BrunoCaimar/issue12466ef38e9
Merge pull request #1379 from BrunoCaimar/export-remove-attributionc236b95
Will fix Esri/esri-leaflet#1380e80aec6
chore:add removeEsriAttribution to EsriUtil export140b23f
Url encode apostrophes in paramsadf006c
docs : fix Esri community URLe5c185b
Update config.ymlUpdates
firebase
from 10.4.0 to 10.7.1Commits
05d06a8
Version Packages (#7836)d6202b9
Merge master into releaseac10cc3
Re-enable Auth webdriver tests (#7797)0ecaf6c
Add app-check-interop-types dependency to database (#7827)70e4cf6
[Auth] Detect if IndexedDB returns an empty array in platform_browser/persist...1d32137
[App Check] Install catch handler for promise in Deferred. (#7822)e8ff8b8
Version Packages (#7777)aa4c03d
Merge master into releasee9ff107
[Heartbeat Service] More null service protections added to triggerHeartBeat (...a5c1a35
Disable all webdriver redirect tests (#7801)Updates
proj4
from 2.9.0 to 2.9.2Release notes
Sourced from proj4's releases.
Commits
a71d2db
build 2.9.2df160c6
Merge pull request #453 from proj4js/subgridsfe76d66
Add support for all NTv2 subgridsf0139be
Update version in package-lock5995fa6
Update version to 2.9.2-alphad84caaa
Merge pull request #451 from proj4js/allow-null-point0c63f41
Allow null points when removing unused zd9faf9f
Merge pull request #439 from tombags/fix-divide-by-zero-in-stere1ae8d6d
Merge pull request #434 from danielschilling-ml/issue-433-wkt-polar-stereogra...2f4b511
Fix for issue 438, proj4 returns Infinity, -Infinity for stere with lat_ts se...Updates
react-error-boundary
from 4.0.11 to 4.0.12Release notes
Sourced from react-error-boundary's releases.
Commits
54a2838
Support null fallback prop23a4d77
Fix assertion helper function8c40f40
Merge branch 'master' of github.com:bvaughn/react-error-boundary1e75248
fix(ErrorBoundary): type narrow ErrorBoundaryState (#163)04eb8af
fix(useErrorBoundary): state type narrow (#161)9bbe30b
4.0.10 -> 4.0.11Updates
@storybook/addon-actions
from 7.4.6 to 7.6.7Release notes
Sourced from
@storybook/addon-actions
's releases.... (truncated)
Changelog
Sourced from
@storybook/addon-actions
's changelog.... (truncated)
Commits
22ec27e
Bump version from "7.6.6" to "7.6.7" [skip ci]a3a9ca8
Bump version from "7.6.5" to "7.6.6" [skip ci]1bb4147
Bump version from "7.6.4" to "7.6.5" [skip ci]1ba5416
Bump version from "7.6.3" to "7.6.4" [skip ci]afc4c2f
Bump version from "7.6.2" to "7.6.3" [skip ci]afc89aa
Bump version from "7.6.1" to "7.6.2" [skip ci]60f9c9a
Bump version from "7.6.0" to "7.6.1" [skip ci]b64214c
Bump version from "7.6.0-beta.2" to "7.6.0" [skip ci]975ad76
Update TOC to useheading
typeb990144
Bump version from "7.6.0-beta.1" to "7.6.0-beta.2" [skip ci]Updates
@storybook/addon-essentials
from 7.4.6 to 7.6.7Release notes
Sourced from
@storybook/addon-essentials
's releases.... (truncated)
Changelog
Sourced from
@storybook/addon-essentials
's changelog.... (truncated)
Commits
22ec27e
Bump version from "7.6.6" to "7.6.7" [skip ci]a3a9ca8
Bump version from "7.6.5" to "7.6.6" [skip ci]1bb4147
Bump version from "7.6.4" to "7.6.5" [skip ci]1ba5416
Bump version from "7.6.3" to "7.6.4" [skip ci]afc4c2f
Bump version from "7.6.2" to "7.6.3" [skip ci]afc89aa
Bump version from "7.6.1" to "7.6.2" [skip ci]60f9c9a
Bump version from "7.6.0" to "7.6.1" [skip ci]b64214c
Bump version from "7.6.0-beta.2" to "7.6.0" [skip ci]b990144
Bump version from "7.6.0-beta.1" to "7.6.0-beta.2" [skip ci]d82167b
Bump version from "7.6.0-beta.0" to "7.6.0-beta.1" [skip ci]Updates
@storybook/addon-links
from 7.4.6 to 7.6.7Release notes
Sourced from
@storybook/addon-links
's releases.... (truncated)
Changelog
Sourced from
@storybook/addon-links
's changelog.... (truncated)
Commits
22ec27e
Bump version from "7.6.6" to "7.6.7" [skip ci]a3a9ca8
Bump version from "7.6.5" to "7.6.6" [skip ci]1bb4147
Bump version from "7.6.4" to "7.6.5" [skip ci]1ba5416
Bump version from "7.6.3" to "7.6.4" [skip ci]afc4c2f
Bump version from "7.6.2" to "7.6.3" [skip ci]afc89aa
Bump version from "7.6.1" to "7.6.2" [skip ci]60f9c9a
Bump version from "7.6.0" to "7.6.1" [skip ci]b64214c
Bump version from "7.6.0-beta.2" to "7.6.0" [skip ci]b990144
Bump version from "7.6.0-beta.1" to "7.6.0-beta.2" [skip ci]d82167b
Bump version from "7.6.0-beta.0" to "7.6.0-beta.1" [skip ci]Updates
@storybook/react
from 7.4.6 to 7.6.7Release notes
Sourced from
@storybook/react
's releases.