agrc / electrofishing

The data submission application for recording electrofishing surveys. Built for DWR.
MIT License
0 stars 0 forks source link

deps: bump the safe-app-dependencies group with 25 updates #375

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 10 months ago

Bumps the safe-app-dependencies group with 25 updates:

Package From To
@tanstack/react-table 8.10.6 8.11.2
clsx 2.0.0 2.1.0
downshift 8.2.2 8.3.1
esri-leaflet 3.0.11 3.0.12
firebase 10.4.0 10.7.1
proj4 2.9.0 2.9.2
react-error-boundary 4.0.11 4.0.12
@storybook/addon-actions 7.4.6 7.6.7
@storybook/addon-essentials 7.4.6 7.6.7
@storybook/addon-links 7.4.6 7.6.7
@storybook/react 7.4.6 7.6.7
@storybook/react-vite 7.4.6 7.6.7
@vitejs/plugin-react 4.1.0 4.2.1
concurrently 8.2.1 8.2.2
cypress 13.3.0 13.6.2
cypress-terminal-report 5.3.7 5.3.10
esbuild 0.19.4 0.19.11
eslint 8.51.0 8.56.0
eslint-config-prettier 9.0.0 9.1.0
eslint-plugin-import 2.28.1 2.29.1
eslint-plugin-prettier 5.0.0 5.1.2
eslint-plugin-testing-library 6.0.2 6.2.0
prettier 3.0.3 3.1.1
sass 1.69.0 1.69.6
storybook 7.4.6 7.6.7

Updates @tanstack/react-table from 8.10.6 to 8.11.2

Release notes

Sourced from @​tanstack/react-table's releases.

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

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

... (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.1
  • 83e2c37 fix: export types IdIdentifier, StringHeaderIdentifier, AccessorKeyColumnDefB...
  • c214ab3 release: v8.11.0
  • cfdc3af 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)
  • Additional commits viewable in compare view


Updates clsx from 2.0.0 to 2.1.0

Release notes

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

Commits


Updates downshift from 8.2.2 to 8.3.1

Release notes

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

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)
Commits


Updates esri-leaflet from 3.0.11 to 3.0.12

Release notes

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)
Changelog

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)
Commits


Updates firebase from 10.4.0 to 10.7.1

Commits
  • 05d06a8 Version Packages (#7836)
  • d6202b9 Merge master into release
  • ac10cc3 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 release
  • e9ff107 [Heartbeat Service] More null service protections added to triggerHeartBeat (...
  • a5c1a35 Disable all webdriver redirect tests (#7801)
  • Additional commits viewable in compare view


Updates proj4 from 2.9.0 to 2.9.2

Release notes

Sourced from proj4's releases.

2.9.2

What's Changed

Full Changelog: https://github.com/proj4js/proj4js/compare/2.9.1...2.9.2

2.9.1

What's Changed

New Contributors

Full Changelog: https://github.com/proj4js/proj4js/compare/2.9.0...2.9.1

Commits
  • a71d2db build 2.9.2
  • df160c6 Merge pull request #453 from proj4js/subgrids
  • fe76d66 Add support for all NTv2 subgrids
  • f0139be Update version in package-lock
  • 5995fa6 Update version to 2.9.2-alpha
  • d84caaa Merge pull request #451 from proj4js/allow-null-point
  • 0c63f41 Allow null points when removing unused z
  • d9faf9f Merge pull request #439 from tombags/fix-divide-by-zero-in-stere
  • 1ae8d6d 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...
  • Additional commits viewable in compare view


Updates react-error-boundary from 4.0.11 to 4.0.12

Release notes

Sourced from react-error-boundary's releases.

4.0.12

  • Support null fallback prop (#169)
Commits
  • 54a2838 Support null fallback prop
  • 23a4d77 Fix assertion helper function
  • 8c40f40 Merge branch 'master' of github.com:bvaughn/react-error-boundary
  • 1e75248 fix(ErrorBoundary): type narrow ErrorBoundaryState (#163)
  • 04eb8af fix(useErrorBoundary): state type narrow (#161)
  • 9bbe30b 4.0.10 -> 4.0.11
  • See full diff in compare view


Updates @storybook/addon-actions from 7.4.6 to 7.6.7

Release notes

Sourced from @​storybook/addon-actions's releases.

v7.6.7

7.6.7

v7.6.6

7.6.6

v7.6.5

7.6.5

v7.6.4

7.6.4

v7.6.3

7.6.3

v7.6.2

7.6.2

v7.6.1

7.6.1

v7.6.0

7.6.0

Storybook 7.6 is here with increased performance and much more!

... (truncated)

Changelog

Sourced from @​storybook/addon-actions's changelog.

7.6.7

7.6.6

7.6.5

7.6.4

7.6.3

7.6.2

7.6.1

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

... (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 use heading type
  • b990144 Bump version from "7.6.0-beta.1" to "7.6.0-beta.2" [skip ci]
  • Additional commits viewable in compare view


Updates @storybook/addon-essentials from 7.4.6 to 7.6.7

Release notes

Sourced from @​storybook/addon-essentials's releases.

v7.6.7

7.6.7

v7.6.6

7.6.6

v7.6.5

7.6.5

v7.6.4

7.6.4

v7.6.3

7.6.3

v7.6.2

7.6.2

v7.6.1

7.6.1

v7.6.0

7.6.0

Storybook 7.6 is here with increased performance and much more!

... (truncated)

Changelog

Sourced from @​storybook/addon-essentials's changelog.

7.6.7

7.6.6

7.6.5

7.6.4

7.6.3

7.6.2

7.6.1

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

... (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]
  • Additional commits viewable in compare view


Updates @storybook/addon-links from 7.4.6 to 7.6.7

Release notes

Sourced from @​storybook/addon-links's releases.

v7.6.7

7.6.7

v7.6.6

7.6.6

v7.6.5

7.6.5

v7.6.4

7.6.4

v7.6.3

7.6.3

v7.6.2

7.6.2

v7.6.1

7.6.1

v7.6.0

7.6.0

Storybook 7.6 is here with increased performance and much more!

... (truncated)

Changelog

Sourced from @​storybook/addon-links's changelog.

7.6.7

7.6.6

7.6.5

7.6.4

7.6.3

7.6.2

7.6.1

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

... (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]
  • Additional commits viewable in compare view


Updates @storybook/react from 7.4.6 to 7.6.7

Release notes

Sourced from @​storybook/react's releases.

v7.6.7

7.6.7

v7.6.6

7.6.6

v7.6.5

7.6.5

v7.6.4

7.6.4

v7.6.3

7.6.3

v7.6.2

7.6.2

v7.6.1

7.6.1

  • Next.js: Fix AppRouterProvider usage - #25032, ... _Description has been truncated_
dependabot[bot] commented 7 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.