agrc / wfrc-rtp-projects

Standalone RTP Project Web App
MIT License
0 stars 0 forks source link

deps: bump the safe-dependencies group with 24 updates #223

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 11 months ago

Bumps the safe-dependencies group with 24 updates:

Package From To
@arcgis/core 4.27.6 4.28.10
@fortawesome/free-solid-svg-icons 6.4.2 6.5.1
downshift 8.2.2 8.2.3
i18next 23.5.1 23.7.7
i18next-browser-languagedetector 7.1.0 7.2.0
ky 1.0.1 1.1.3
react-hook-form 7.47.0 7.48.2
react-i18next 13.2.2 13.5.0
react-router-dom 6.16.0 6.20.0
reactstrap 9.2.0 9.2.1
@rollup/pluginutils 5.0.5 5.1.0
@storybook/addon-actions 7.4.6 7.6.3
@storybook/addon-essentials 7.4.6 7.6.3
@storybook/addon-interactions 7.4.6 7.6.3
@storybook/addon-links 7.4.6 7.6.3
@storybook/react 7.4.6 7.6.3
@storybook/react-vite 7.4.6 7.6.3
@vitejs/plugin-react 4.1.0 4.2.0
eslint 8.51.0 8.54.0
happy-dom 12.9.1 12.10.3
prettier 3.0.3 3.1.0
prettier-plugin-organize-imports 3.2.3 3.2.4
sass 1.69.3 1.69.5
storybook 7.4.6 7.6.3

Updates @arcgis/core from 4.27.6 to 4.28.10

Updates @fortawesome/free-solid-svg-icons from 6.4.2 to 6.5.1

Release notes

Sourced from @​fortawesome/free-solid-svg-icons's releases.

Release 6.5.1

Change log available at https://fontawesome.com/docs/changelog/

Release 6.5.0

Change log available at https://fontawesome.com/docs/changelog/

Commits


Updates downshift from 8.2.2 to 8.2.3

Release notes

Sourced from downshift's releases.

v8.2.3

8.2.3 (2023-11-09)

Bug Fixes

  • hooks: use createInitialState in reducer (#1556) (e534757)
Commits


Updates i18next from 23.5.1 to 23.7.7

Release notes

Sourced from i18next's releases.

v23.7.7

  • optimize TypeScript V4 export

v23.7.6

  • types: CustomInstanceExtenstions

v23.7.5

  • fix types export for TypeScript v4 in combination with react-i18next

v23.7.4

  • fix for TypeScript v4 in combination with react-i18next

v23.7.3

  • fix: consider importing '*.js'

v23.7.2

  • types: optimize mts

v23.7.1

  • fix some mjs typings

v23.7.0

  • fix: separate cjs and mjs typings 2010
  • fix: consider importing './typescript/t.js' 2048

v23.6.0

  • add interpolation data to response if returnDetails is true 2053
Changelog

Sourced from i18next's changelog.

23.7.7

  • optimize TypeScript V4 export

23.7.6

  • types: CustomInstanceExtenstions

23.7.5

  • fix types export for TypeScript v4 in combination with react-i18next

23.7.4

  • fix for TypeScript v4 in combination with react-i18next

23.7.3

  • fix: consider importing '*.js'

23.7.2

  • types: optimize mts

23.7.1

  • fix some mjs typings

23.7.0

  • fix: separate cjs and mjs typings 2010
  • fix: consider importing './typescript/t.js' 2048

23.6.0

  • add interpolation data to response if returnDetails is true 2053
Commits


Updates i18next-browser-languagedetector from 7.1.0 to 7.2.0

Changelog

Sourced from i18next-browser-languagedetector's changelog.

7.2.0

  • fix: separate cjs and mjs typings
Commits


Updates ky from 1.0.1 to 1.1.3

Release notes

Sourced from ky's releases.

v1.1.3

  • Export the KyInstance type 16eb51d

https://github.com/sindresorhus/ky/compare/v1.1.2...v1.1.3

v1.1.2

  • Fix multipart boundary mismatch (#540) 0e9d7bb

https://github.com/sindresorhus/ky/compare/v1.1.1...v1.1.2

v1.1.1

  • Fix support for environments that add custom fetch options (#536) e93bc6d

https://github.com/sindresorhus/ky/compare/v1.1.0...v1.1.1

v1.1.0

  • Add retry.delay option to control the time between retries (#533) c6181ef

https://github.com/sindresorhus/ky/compare/v1.0.1...v1.1.0

Commits


Updates react-hook-form from 7.47.0 to 7.48.2

Release notes

Sourced from react-hook-form's releases.

Version 7.48.2

🐞 #11106 fix disabled prop not update dirty formState (#11143) 🐞 fix controller update with disabled prop from useForm (#11142)

Version 7.48.1

🐞 fix controller update with disabled prop from useForm

Version 7.48.0

🧱 feature: disable prop for useForm (#10496)

const App = () => {
  const [disabled, setDisabled] = useState(false);
  const { handleSubmit } = useForm({ disabled });

return ( <form onSubmit={handleSubmit(async () => { setDisabled(true); await sleep(100); setDisabled(false); })} / > ); }

😵‍💫 fixed typo in useFormContext (#11126) 🫡 strictly manage constants and improve types (#11101) 🐞 fix #11076 disable toggle issue (#11090) 🚀 fix: Solve the issue of race condition with resolver. (#10991) 📖 docs: fix useWatch example syntax error (#11005) 📝 readme arabic version (#10992)

thanks to @​Iyadchafroud @​domuk-k @​mehunk @​ssi02014 and @​tykhan

Changelog

Sourced from react-hook-form's changelog.

Changelog

[7.48.0] - 2023-11-05

Added

  • added new disabled prop for useForm to disable the entire form
const App = () => {
  const [disabled, setDisabled] = useState(false);
  const { handleSubmit } = useForm({ disabled });

return ( <form onSubmit={handleSubmit(async () => { setDisabled(true); await sleep(100); setDisabled(false); })} / > ); }

Commits


Updates react-i18next from 13.2.2 to 13.5.0

Changelog

Sourced from react-i18next's changelog.

13.5.0

  • self-closing components in translation strings should not attempt to replace the component's children 1695

13.4.1

  • types: use CustomInstanceExtenstions to extend reportNamespaces

13.4.0

  • fix: separate cjs and mjs typings

13.3.2

  • types: fix consider importing '*.js'

13.3.1

  • optimize defaultVariables feature introduced in last release

13.3.0

  • Respect defaultVariables in the interpolation options 1685
Commits
  • ebdd86c 13.5.0
  • c9d3c87 self-closing components in translation strings should not attempt to replace ...
  • cfbbdf6 update simple ts example
  • 85aac9f 13.4.1
  • ef68a73 types: use CustomInstanceExtenstions to extend reportNamespaces
  • e874255 update deps of ts example
  • 0fdd3a8 13.4.0
  • 2fa3eff use fixed i18next version
  • 3af3fa8 separate cjs and mjs typings (WIP)
  • d024fff 13.3.2
  • Additional commits viewable in compare view


Updates react-router-dom from 6.16.0 to 6.20.0

Release notes

Sourced from react-router-dom's releases.

react-router-dom-v5-compat@6.4.0-pre.15

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.15
    • react-router-dom@6.4.0-pre.15

react-router-dom-v5-compat@6.4.0-pre.11

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.11
    • react-router-dom@6.4.0-pre.11

react-router-dom-v5-compat@6.4.0-pre.10

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.10
    • react-router-dom@6.4.0-pre.10

react-router-dom-v5-compat@6.4.0-pre.9

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.9
    • react-router-dom@6.4.0-pre.9

react-router-dom-v5-compat@6.4.0-pre.8

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.8
    • react-router-dom@6.4.0-pre.8

react-router-dom-v5-compat@6.4.0-pre.7

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.7
    • react-router-dom@6.4.0-pre.7

react-router-dom-v5-compat@6.4.0-pre.6

Patch Changes

  • 44bce3c6: Fix react-router-dom peer dependency version
    • react-router@6.4.0-pre.6
    • react-router-dom@6.4.0-pre.6

react-router-dom-v5-compat@6.4.0-pre.5

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

6.20.0

Minor Changes

  • Export the PathParam type from the public API (#10719)

Patch Changes

  • Updated dependencies:
    • react-router@6.20.0
    • @remix-run/router@1.13.0

6.19.0

Minor Changes

  • Add unstable_flushSync option to useNavigate/useSumbit/fetcher.load/fetcher.submit to opt-out of React.startTransition and into ReactDOM.flushSync for state updates (#11005)
  • Allow unstable_usePrompt to accept a BlockerFunction in addition to a boolean (#10991)

Patch Changes

  • Fix issue where a changing fetcher key in a useFetcher that remains mounted wasn't getting picked up (#11009)
  • Fix useFormAction which was incorrectly inheriting the ?index query param from child route action submissions (#11025)
  • Fix NavLink active logic when to location has a trailing slash (#10734)
  • Updated dependencies:
    • react-router@6.19.0
    • @remix-run/router@1.12.0

6.18.0

Minor Changes

  • Add support for manual fetcher key specification via useFetcher({ key: string }) so you can access the same fetcher instance from different components in your application without prop-drilling (RFC) (#10960)

    • Fetcher keys are now also exposed on the fetchers returned from useFetchers so that they can be looked up by key
  • Add navigate/fetcherKey params/props to useSumbit/Form to support kicking off a fetcher submission under the hood with an optionally user-specified key (#10960)

    • Invoking a fetcher in this way is ephemeral and stateless
    • If you need to access the state of one of these fetchers, you will need to leverage useFetcher({ key }) to look it up elsewhere

Patch Changes

  • Adds a fetcher context to RouterProvider that holds completed fetcher data, in preparation for the upcoming future flag that will change the fetcher persistence/cleanup behavior (#10961)
  • Fix the future prop on BrowserRouter, HashRouter and MemoryRouter so that it accepts a Partial<FutureConfig> instead of requiring all flags to be included. (#10962)
  • Updated dependencies:
    • @remix-run/router@1.11.0
    • react-router@6.18.0

6.17.0

... (truncated)

Commits


Updates reactstrap from 9.2.0 to 9.2.1

Release notes

Sourced from reactstrap's releases.

v9.2.1

9.2.1 (2023-10-05)

Bug Fixes

Changelog

Sourced from reactstrap's changelog.

9.2.1 (2023-10-05)

Bug Fixes

Commits


Updates @rollup/pluginutils from 5.0.5 to 5.1.0

Changelog

Sourced from @​rollup/pluginutils's changelog.

v5.1.0

2023-11-28

Features

  • feat: add includeArbitraryNames: true to dataToEsm (#1635)

Updates

  • doc: correct the return type of createFilter (#1633)
Commits
  • c6561fe chore(release): pluginutils v4.0.0
  • d9d2900 fix(pluginutils)!: don't add cwd to absolute or patterns that start with a gl...
  • ec804d3 docs(pluginutils): Correct minimatch to picomatch (#525)
  • 621768b feat(commonjs)!: return the namespace by default when requiring ESM (#507)
  • 9f56d37 chore(pluginutils): update dependencies
  • c6515d2 chore(release): pluginutils v3.1.0
  • c599182 feat(pluginutils): add native node es modules support (#419)
  • 9626c93 chore(release): pluginutils v3.0.10
  • 70780a0 refactor(pluginutils): replace micromatch with picomatch. (#306)
  • d4286c4 chore(repo): remove node 8 in github actions, linting updates
  • Additional commits viewable in compare view


Updates @storybook/addon-actions from 7.4.6 to 7.6.3

Release notes

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

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!

  • 🔥 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
  • 🪦 Storyshots and Vue2 deprecated

Check out the blog post for more information: https://storybook.js.org/blog/storybook-7-6/

... (truncated)

Changelog

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

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
  • 🪦 Storyshots and Vue2 deprecated

... (truncated)

Commits
  • 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]
  • 64de488 Make @​storybook/core-events a regualr dep of @​storybook/addon-actions
  • d82167b Bump version from "7.6.0-beta.0" to "7.6.0-beta.1" [skip ci]
  • 574bb87 Bump version from "7.6.0-alpha.7" to "7.6.0-beta.0" [skip ci]
  • 56c4550 Don't attach action to function mock if action was added already
  • Additional commits viewable in compare view


Updates @storybook/addon-essentials from 7.4.6 to 7.6.3

Release notes

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

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!

  • 🔥 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
  • 🪦 Storyshots and Vue2 deprecated

Check out the blog post for more information: https://storybook.js.org/blog/storybook-7-6/

... (truncated)

Changelog

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

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
  • 🪦 Storyshots and Vue2 deprecated

... (truncated)

Commits
  • 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]
  • 574bb87 Bump version from "7.6.0-alpha.7" to "7.6.0-beta.0" [skip ci]
  • dependabot[bot] commented 10 months ago

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