Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dev-minor-dependencies group across 1 directory with 44 updates #7565

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 31, 2024

Bumps the dev-minor-dependencies group with 41 updates in the / directory:

Package From To
@aws-sdk/client-s3 3.701.0 3.717.0
@dnd-kit/core 6.2.0 6.3.1
@fortawesome/free-regular-svg-icons 6.7.1 6.7.2
@tanstack/react-table 8.20.5 8.20.6
dotenv 16.4.5 16.4.7
express 4.21.1 4.21.2
jotai 2.10.3 2.11.0
monaco-editor 0.50.0 0.52.2
pdfjs-dist 4.8.69 4.9.155
qrcode.react 4.1.0 4.2.0
react-hook-form 7.53.2 7.54.2
react-modal 3.16.1 3.16.3
react-tabs 6.0.2 6.1.0
sanitize-html 2.13.1 2.14.0
stopword 3.1.1 3.1.4
@babel/cli 7.25.9 7.26.4
@babel/parser 7.26.2 7.26.3
@babel/plugin-transform-modules-commonjs 7.25.9 7.26.3
@babel/preset-react 7.25.9 7.26.3
@babel/traverse 7.25.9 7.26.4
@chromatic-com/storybook 3.2.2 3.2.3
@storybook/addon-actions 8.4.5 8.4.7
@storybook/addon-essentials 8.4.5 8.4.7
@storybook/addon-interactions 8.4.5 8.4.7
@storybook/addon-links 8.4.5 8.4.7
@storybook/addon-webpack5-compiler-babel 3.0.3 3.0.5
@storybook/react 8.4.5 8.4.7
@storybook/react-webpack5 8.4.5 8.4.7
@testing-library/react 16.0.1 16.1.0
cypress 13.16.0 13.17.0
eslint-plugin-jest 28.9.0 28.10.0
eslint-plugin-react 7.37.2 7.37.3
eslint-plugin-react-hooks 5.0.0 5.1.0
node-polyfill-webpack-plugin 4.0.0 4.1.0
nodemon 3.1.7 3.1.9
prettier 3.4.1 3.4.2
sass 1.81.0 1.83.0
sass-loader 16.0.3 16.0.4
tailwindcss 3.4.15 3.4.17
terser-webpack-plugin 5.3.10 5.3.11
webpack 5.96.1 5.97.1

Updates @aws-sdk/client-s3 from 3.701.0 to 3.717.0

Release notes

Sourced from @​aws-sdk/client-s3's releases.

v3.717.0

3.717.0(2024-12-20)

Documentation Changes
  • client-bedrock-data-automation: Documentation update for Amazon Bedrock Data Automation (d0c7aba6)
  • client-bedrock-data-automation-runtime: Documentation update for Amazon Bedrock Data Automation Runtime (344fd3c9)
New Features
  • clients: update client endpoints as of 2024-12-20 (2330ab1b)
  • client-bedrock-agent-runtime: bedrock agents now supports long term memory and performance configs. Invokeflow supports performance configs. RetrieveAndGenerate performance configs (8cc61048)
  • client-cost-explorer: Support for retrieving cost, usage, and forecast for billing view. (e4e1078b)
  • client-billing: Added new API's for defining and fetching Billing Views. (3398a2ac)
  • client-bedrock-agent: Support for custom user agent and max web pages crawled for web connector. Support app only credentials for SharePoint connector. Increase agents memory duration limit to 365 days. Support to specify max number of session summaries to include in agent invocation context. (808e71b3)
  • client-sagemaker: This release adds support for c6i, m6i and r6i instance on SageMaker Hyperpod and trn1 instances in batch (47d77a9a)
  • client-connect: This release supports adding NotAttributeCondition and Range to the RoutingCriteria object. (329a39d9)
  • client-eks: This release expands the catalog of upgrade insight checks (a4d9117e)
  • client-macie2: This release adds support for identifying S3 general purpose buckets that exceed the Amazon Macie quota for preventative control monitoring. (5f8c6dee)
  • client-docdb: Support AWS Secret Manager managed password for AWS DocumentDB instance-based cluster. (ba901107)
  • client-outposts: Add CS8365C as a supported power connector for Outpost sites. (fb7afd4f)
Tests

For list of updated packages, view updated-packages.md in assets-3.717.0.zip

v3.716.0

3.716.0(2024-12-19)

Chores
  • codegen: update for operationContextParams fix (#6751) (8af7a02f)
New Features
  • clients: update client endpoints as of 2024-12-19 (989582c8)
  • client-ssm-sap: AWS Systems Manager for SAP added support for registration and discovery of distributed ABAP applications (f8fee42a)
  • client-mediaconvert: This release adds support for inserting timecode tracks into MP4 container outputs. (1f67291c)
  • client-medialive: MediaLive is releasing ListVersions api (c6e1d2f3)
  • client-appstream: Added support for Rocky Linux 8 on Amazon AppStream 2.0 (41e19ac1)
  • client-workspaces: Added AWS Global Accelerator (AGA) support for WorkSpaces Personal. (19c98c2c)
  • client-qconnect: Amazon Q in Connect enables agents to ask Q for assistance in multiple languages and Q will provide answers and recommended step-by-step guides in those languages. Qs default language is English (United States) and you can switch this by setting the locale configuration on the AI Agent. (81aee610)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-s3's changelog.

3.717.0 (2024-12-20)

Note: Version bump only for package @​aws-sdk/client-s3

3.716.0 (2024-12-19)

Note: Version bump only for package @​aws-sdk/client-s3

3.715.0 (2024-12-18)

Note: Version bump only for package @​aws-sdk/client-s3

3.714.0 (2024-12-17)

Features

3.713.0 (2024-12-16)

Note: Version bump only for package @​aws-sdk/client-s3

3.712.0 (2024-12-13)

Note: Version bump only for package @​aws-sdk/client-s3

... (truncated)

Commits

Updates @dnd-kit/core from 6.2.0 to 6.3.1

Release notes

Sourced from @​dnd-kit/core's releases.

@​dnd-kit/core@​6.3.1

Patch Changes

  • #1555 62f632a Thanks @​clauderic! - Added Tab to the list of default key codes that end a drag and drop operation. Can be customized by passing in a custom list of keyCodes to the KeyboardSensor options.

@​dnd-kit/core@​6.3.0

Minor Changes

  • #1539 0c6a28d Thanks @​irobot! - Make it possible to add visual cues when using activation constraints.

    Context

    Activation constraints are used when we want to prevent accidental dragging or when pointer press can mean more than "start dragging".

    A typical use case is a button that needs to respond to both "click" and "drag" gestures. Clicks can be distinguished from drags based on how long the pointer was held pressed.

    The problem

    A control that responds differently to a pointer press based on duration or distance can be confusing to use -- the user has to guess how long to keep holding or how far to keep dragging until their intent is acknowledged.

    Implementing such cues is currently possible by attaching extra event listeners so that we know when a drag is pending. Furthermore, the listener needs to have access to the same constraints that were applied to the sensor initiating the drag. This can be made to work in simple cases, but it becomes error-prone and difficult to maintain in complex scenarios.

    Solution

    This changeset proposes the addition of two new events: onDragPending and onDragAbort.

    onDragPending

    A drag is considered to be pending when the pointer has been pressed and there are activation constraints that need to be satisfied before a drag can start.

    This event is initially fired on pointer press. At this time offset (see below) will be undefined.

    It will subsequently be fired every time the pointer is moved. This is to enable visual cues for distance-based activation.

    The event's payload contains all the information necessary for providing visual feedback:

    export interface DragPendingEvent {

... (truncated)

Changelog

Sourced from @​dnd-kit/core's changelog.

6.3.1

Patch Changes

  • #1555 62f632a Thanks @​clauderic! - Added Tab to the list of default key codes that end a drag and drop operation. Can be customized by passing in a custom list of keyCodes to the KeyboardSensor options.

6.3.0

Minor Changes

  • #1539 0c6a28d Thanks @​irobot! - Make it possible to add visual cues when using activation constraints.

    Context

    Activation constraints are used when we want to prevent accidental dragging or when pointer press can mean more than "start dragging".

    A typical use case is a button that needs to respond to both "click" and "drag" gestures. Clicks can be distinguished from drags based on how long the pointer was held pressed.

    The problem

    A control that responds differently to a pointer press based on duration or distance can be confusing to use -- the user has to guess how long to keep holding or how far to keep dragging until their intent is acknowledged.

    Implementing such cues is currently possible by attaching extra event listeners so that we know when a drag is pending. Furthermore, the listener needs to have access to the same constraints that were applied to the sensor initiating the drag. This can be made to work in simple cases, but it becomes error-prone and difficult to maintain in complex scenarios.

    Solution

    This changeset proposes the addition of two new events: onDragPending and onDragAbort.

    onDragPending

    A drag is considered to be pending when the pointer has been pressed and there are activation constraints that need to be satisfied before a drag can start.

    This event is initially fired on pointer press. At this time offset (see below) will be undefined.

    It will subsequently be fired every time the pointer is moved. This is to enable visual cues for distance-based activation.

    The event's payload contains all the information necessary for providing visual feedback:

... (truncated)

Commits
  • 97c1609 Version Packages
  • 62f632a End keyboard drag operation when pressing tab
  • 060c982 Version Packages
  • 9175566 Merge branch 'master' into feature/constraint-cues
  • 0c6a28d Enable visual cues when using activation constraints.
  • See full diff in compare view

Updates @fortawesome/free-regular-svg-icons from 6.7.1 to 6.7.2

Release notes

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

Release 6.7.2

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

Commits

Updates @smithy/node-http-handler from 3.3.1 to 3.3.3

Release notes

Sourced from @​smithy/node-http-handler's releases.

@​smithy/node-http-handler@​3.3.3

Patch Changes

  • 5e73108: fix delayed calling of setTimeout on requests

@​smithy/node-http-handler@​3.3.2

Patch Changes

  • f4e1a45: skip sending body without waiting for a timeout on response, if "expect" request header with "100-continue" is provided
  • a257792: Added context binding to the setTimeout and clearTimeout functions
  • Updated dependencies [b52b4e8]
    • @​smithy/types@​3.7.2
    • @​smithy/abort-controller@​3.1.9
    • @​smithy/protocol-http@​4.1.8
    • @​smithy/querystring-builder@​3.0.11
Changelog

Sourced from @​smithy/node-http-handler's changelog.

3.3.3

Patch Changes

  • 5e73108: fix delayed calling of setTimeout on requests

3.3.2

Patch Changes

  • f4e1a45: skip sending body without waiting for a timeout on response, if "expect" request header with "100-continue" is provided
  • a257792: Added context binding to the setTimeout and clearTimeout functions
  • Updated dependencies [b52b4e8]
    • @​smithy/types@​3.7.2
    • @​smithy/abort-controller@​3.1.9
    • @​smithy/protocol-http@​4.1.8
    • @​smithy/querystring-builder@​3.0.11
Commits
  • d8446cf Version NPM packages
  • 5e73108 fix(node-http-handler): call socket.setTimeout instead of request.setTimeout ...
  • 50d8c54 Version NPM packages
  • a257792 fix: binding the methods to the context (#1466)
  • f4e1a45 fix(node-http-handler): skip sending body without waiting for a timeout on re...
  • See full diff in compare view

Updates @tanstack/react-table from 8.20.5 to 8.20.6

Release notes

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

v8.20.6

Version 8.20.6 - 12/13/24, 2:34 PM

Changes

Fix

  • JSX namespace from React (#5830) (cbcea6a) by Bill Collins

Chore

  • update @​tanstack/config to v0.13.0 (#5731) (2db4061) by Lachlan Collins

Docs

  • Updated some incomplete docs (#5741) (6b4d616) by M Hamid
  • Fix label typo in config.json (#5712) (7fe650d) by Petter Juterud Barhaugen

Packages

  • @​tanstack/react-table@​8.20.6
  • @​tanstack/react-table-devtools@​8.20.6
Commits

Updates dotenv from 16.4.5 to 16.4.7

Changelog

Sourced from dotenv's changelog.

16.4.7 (2024-12-03)

Changed

  • Ignore .tap folder when publishing. (oops, sorry about that everyone. - @​motdotla) #848

16.4.6 (2024-12-02)

Changed

  • Clean up stale dev dependencies #847
  • Various README updates clarifying usage and alternative solutions using dotenvx
Commits

Updates express from 4.21.1 to 4.21.2

Release notes

Sourced from express's releases.

4.21.2

What's Changed

Full Changelog: expressjs/express@4.21.1...4.21.2

Changelog

Sourced from express's changelog.

4.21.2 / 2024-11-06

Commits
Maintainer changes

This version was pushed to npm by jonchurch, a new releaser for express since your current version.


Updates jotai from 2.10.3 to 2.11.0

Release notes

Sourced from jotai's releases.

v2.11.0

There are no public API changes, but some internal behaviors have been improved. Now, atom updates are batched in a single write, which might provide a performance benefit in certain edge cases. This feature has been requested actually for a long time, and it's finally implemented. See also #2782.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.10.4...v2.11.0

v2.10.4

A minor improvement for some edge cases. (For more information, see #2789.)

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.10.3...v2.10.4

Commits
  • cb9ce1e 2.11.0
  • bb10d99 fix: resolve conflicting redirects (#2886)
  • 06f3b3c chore(deps): update dev dependencies (#2885)
  • 103fb32 feat: dev store with unstable_derive (#2852)
  • 36062fb Fix: update examples (#2883)
  • 1d5ba26 Docs: update SSR and Query docs to include notes about TS and useHydrateAtom ...
  • 7883c4e chore(tests): eliminate rtl patch (#2878)
  • d0d8d0a chore(.github/workflows/test-multiple-versions.yml): improve workflow with re...
  • c9359fa chore(.github/workflows): improve workflow with removing duplicated configs (...
  • 51a742d refactor: batch priority (#2875)
  • Additional commits viewable in compare view

Updates monaco-editor from 0.50.0 to 0.52.2

Release notes

Sourced from monaco-editor's releases.

v0.52.2

Changes:

This list of changes was auto generated.

v0.52.0

Changes:

  • #4691: Prepare monaco-editor for release 0.52
  • #4665: Updates nvm to align with vscode nvm file.
  • #4652: Removing editor.main.nls.js

This list of changes was auto generated.

v0.52.0-rc2

Changes:

  • #4665: Updates nvm to align with vscode nvm file.
  • #4652: Removing editor.main.nls.js

This list of changes was auto generated.

v0.51.0

Changes:

  • #4649: Add changes for monaco editor release 0.51.0
  • #4630: Remove locker and info-needed-closer workflows.
  • #4573: Adding some detail in MAINTAINING.md for trigger build step
  • #4586: Update Q# Keywords

This list of changes was auto generated.

v0.51.0-rc3

No release notes provided.

v0.51.0-rc2

No release notes provided.

v0.51.0-rc

... (truncated)

Changelog

Sourced from monaco-editor's changelog.

Monaco Editor Changelog

[0.52.0]

  • Comment added inside of IModelContentChangedEvent

[0.51.0]

  • New fields IEditorOptions.placeholder and IEditorOptions.compactMode
  • New fields IGotoLocationOptions.multipleTests and IGotoLocationOptions.alternativeTestsCommand
  • New field IInlineEditOptions.backgroundColoring
  • New experimental field IEditorOptions.experimental.useTrueInlineView
  • New options CommentThreadRevealOptions for comments

Contributions to monaco-editor:

Commits
  • 404545b Merge pull request #4777 from microsoft/hediet/b/embarrassing-rooster
  • 478c9fd 0.52.2
  • 95530e5 Merge pull request #4774 from microsoft/hediet/b/subjective-galliform
  • cdcb548 Updates changelog
  • f2c9a45 Security release
  • f6dc0eb Merge pull request #4691 from microsoft/chubby-cardinal
  • 53e8e1c adding changelog md change
  • 7959d5c update pacakge.json
  • 3c7eb57 undo the package upgrade change
  • f262e8f Defines setInterval/setTimeout on faked globalThis in unit test
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for monaco-editor since your current version.


Updates pdfjs-dist from 4.8.69 to 4.9.155

Release notes

Sourced from pdfjs-dist's releases.

v4.9.155

This release primarily contains a bugfix for a Node.js-specific regression in the previous release; see #19145 and #19149 for context. Moreover, improvements for the annotation editor are included.

Changes since v4.9.124

v4.9.124

This release contains improvements for the annotation editor, form rendering, image conversion, text selection and the viewer.

Changes since v4.8.69

... (truncated)

Commits
  • a4eb840 Merge pull request #19149 from Snuffleupagus/issue-19145
  • f0a8a79 Merge pull request #19177 from calixteman/issue19171
  • d1db8d6 Avoid to display an alert or a confirm dialog if the message is empty
  • f180de4 Merge pull request #19174 from calixteman/ink_update_width
  • 28d801e Merge pull request #19172 from Snuffleupagus/toggleButton-hover
  • dfa0e79 [Editor] Correctly update the current drawing when zooming
  • 9cbc5ba Merge pull request #19163 from calixteman/fix_new_ink_itest
  • 61e2ece Ensure that the .toggleButton, as used in the findbar, always have visible ...
  • 2ad8f61 Merge pull request #19161 from Snuffleupagus/Promise-try
  • 3ac5550 Correctly wait for the editor mode when double clicking on an annotation in i...
  • Additional commits viewable in compare view

Updates qrcode.react from 4.1.0 to 4.2.0

Release notes

Sourced from qrcode.react's releases.

v4.2.0

Added

  • Added React v19 to peerDependencies (#381)
Changelog

Sourced from qrcode.react's changelog.

[4.2.0] - 2024-12-11

Added

  • Added React v19 to peerDependencies (#381)
Commits

Updates react-hook-form from 7.53.2 to 7.54.2

Release notes

Sourced from react-hook-form's releases.

Version 7.54.2

⚛️ fix #12478 issue should unregister input with controller (#12480) ⏰ close #12443 track disabled fields and only omit data on submit (#12491) ⚛️ upgrade e2e automation app to react 19 (#12482) 🧪 test(useWatch): destructure setValue from useForm

Thanks very much, @​marcalexiei for your contribution to the documentation!

Version 7.54.1

Revert "🦥 fix: useForm should return a new object on formState changes (#12424)" (#12475)

Version 7.54.0

🦥 fix: useForm should return a new object on formState changes (#12424) 🧻 improve prototype pollution check (#12431) 🪖 fix: add FileList availability check for environments without FileList support (#12332) 🧪 close #12198 memo for useController and useFormState (#12421) 🐞 fix #12407 useFieldArray append issue with useForm disabled props (#12420) 🐞 fix #12415 issue with flatten object with null value (#12418) 🐞 fix #12385 nested array field invalid validation report on removed (#12405) 🙀 fix: hasPromiseValidation return true or false appropriately. (#12389) 👃 fix more staled props (#12404)

thanks to @​developer-bandi, @​OlegDev1, @​sukvvon, @​alexandredev3 and @​mfazekas

Commits

Bumps the dev-minor-dependencies group with 41 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.701.0` | `3.717.0` |
| [@dnd-kit/core](https://github.com/clauderic/dnd-kit/tree/HEAD/packages/core) | `6.2.0` | `6.3.1` |
| [@fortawesome/free-regular-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.7.1` | `6.7.2` |
| [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table) | `8.20.5` | `8.20.6` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.5` | `16.4.7` |
| [express](https://github.com/expressjs/express) | `4.21.1` | `4.21.2` |
| [jotai](https://github.com/pmndrs/jotai) | `2.10.3` | `2.11.0` |
| [monaco-editor](https://github.com/microsoft/monaco-editor) | `0.50.0` | `0.52.2` |
| [pdfjs-dist](https://github.com/mozilla/pdf.js) | `4.8.69` | `4.9.155` |
| [qrcode.react](https://github.com/zpao/qrcode.react) | `4.1.0` | `4.2.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.53.2` | `7.54.2` |
| [react-modal](https://github.com/reactjs/react-modal) | `3.16.1` | `3.16.3` |
| [react-tabs](https://github.com/reactjs/react-tabs) | `6.0.2` | `6.1.0` |
| [sanitize-html](https://github.com/apostrophecms/sanitize-html) | `2.13.1` | `2.14.0` |
| [stopword](https://github.com/fergiemcdowall/stopword) | `3.1.1` | `3.1.4` |
| [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.9` | `7.26.4` |
| [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) | `7.26.2` | `7.26.3` |
| [@babel/plugin-transform-modules-commonjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-commonjs) | `7.25.9` | `7.26.3` |
| [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.26.3` |
| [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.25.9` | `7.26.4` |
| [@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests) | `3.2.2` | `3.2.3` |
| [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) | `8.4.5` | `8.4.7` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.4.5` | `8.4.7` |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.4.5` | `8.4.7` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.4.5` | `8.4.7` |
| [@storybook/addon-webpack5-compiler-babel](https://github.com/storybookjs/addon-webpack5-compiler-babel) | `3.0.3` | `3.0.5` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.4.5` | `8.4.7` |
| [@storybook/react-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-webpack5) | `8.4.5` | `8.4.7` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.0.1` | `16.1.0` |
| [cypress](https://github.com/cypress-io/cypress) | `13.16.0` | `13.17.0` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.9.0` | `28.10.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.3` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.0.0` | `5.1.0` |
| [node-polyfill-webpack-plugin](https://github.com/Richienb/node-polyfill-webpack-plugin) | `4.0.0` | `4.1.0` |
| [nodemon](https://github.com/remy/nodemon) | `3.1.7` | `3.1.9` |
| [prettier](https://github.com/prettier/prettier) | `3.4.1` | `3.4.2` |
| [sass](https://github.com/sass/dart-sass) | `1.81.0` | `1.83.0` |
| [sass-loader](https://github.com/webpack-contrib/sass-loader) | `16.0.3` | `16.0.4` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.15` | `3.4.17` |
| [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) | `5.3.10` | `5.3.11` |
| [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.97.1` |



Updates `@aws-sdk/client-s3` from 3.701.0 to 3.717.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.717.0/clients/client-s3)

Updates `@dnd-kit/core` from 6.2.0 to 6.3.1
- [Release notes](https://github.com/clauderic/dnd-kit/releases)
- [Changelog](https://github.com/clauderic/dnd-kit/blob/master/packages/core/CHANGELOG.md)
- [Commits](https://github.com/clauderic/dnd-kit/commits/@dnd-kit/[email protected]/packages/core)

Updates `@fortawesome/free-regular-svg-icons` from 6.7.1 to 6.7.2
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.7.1...6.7.2)

Updates `@smithy/node-http-handler` from 3.3.1 to 3.3.3
- [Release notes](https://github.com/awslabs/smithy-typescript/releases)
- [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/node-http-handler/CHANGELOG.md)
- [Commits](https://github.com/awslabs/smithy-typescript/commits/@smithy/[email protected]/packages/node-http-handler)

Updates `@tanstack/react-table` from 8.20.5 to 8.20.6
- [Release notes](https://github.com/TanStack/table/releases)
- [Commits](https://github.com/TanStack/table/commits/v8.20.6/packages/react-table)

Updates `dotenv` from 16.4.5 to 16.4.7
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.5...v16.4.7)

Updates `express` from 4.21.1 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](expressjs/express@4.21.1...4.21.2)

Updates `jotai` from 2.10.3 to 2.11.0
- [Release notes](https://github.com/pmndrs/jotai/releases)
- [Commits](pmndrs/jotai@v2.10.3...v2.11.0)

Updates `monaco-editor` from 0.50.0 to 0.52.2
- [Release notes](https://github.com/microsoft/monaco-editor/releases)
- [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md)
- [Commits](microsoft/monaco-editor@v0.50.0...v0.52.2)

Updates `pdfjs-dist` from 4.8.69 to 4.9.155
- [Release notes](https://github.com/mozilla/pdf.js/releases)
- [Commits](mozilla/pdf.js@v4.8.69...v4.9.155)

Updates `qrcode.react` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/zpao/qrcode.react/releases)
- [Changelog](https://github.com/zpao/qrcode.react/blob/trunk/CHANGELOG.md)
- [Commits](zpao/qrcode.react@v4.1.0...v4.2.0)

Updates `react-hook-form` from 7.53.2 to 7.54.2
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.53.2...v7.54.2)

Updates `react-modal` from 3.16.1 to 3.16.3
- [Release notes](https://github.com/reactjs/react-modal/releases)
- [Changelog](https://github.com/reactjs/react-modal/blob/master/CHANGELOG.md)
- [Commits](reactjs/react-modal@v3.16.1...v3.16.3)

Updates `react-tabs` from 6.0.2 to 6.1.0
- [Release notes](https://github.com/reactjs/react-tabs/releases)
- [Commits](reactjs/react-tabs@v6.0.2...v6.1.0)

Updates `sanitize-html` from 2.13.1 to 2.14.0
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md)
- [Commits](apostrophecms/sanitize-html@2.13.1...2.14.0)

Updates `stopword` from 3.1.1 to 3.1.4
- [Release notes](https://github.com/fergiemcdowall/stopword/releases)
- [Commits](fergiemcdowall/stopword@v3.1.1...v3.1.4)

Updates `@babel/cli` from 7.25.9 to 7.26.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.4/packages/babel-cli)

Updates `@babel/parser` from 7.26.2 to 7.26.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.3/packages/babel-parser)

Updates `@babel/plugin-transform-modules-commonjs` from 7.25.9 to 7.26.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.3/packages/babel-plugin-transform-modules-commonjs)

Updates `@babel/preset-react` from 7.25.9 to 7.26.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.3/packages/babel-preset-react)

Updates `@babel/traverse` from 7.25.9 to 7.26.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.4/packages/babel-traverse)

Updates `@chromatic-com/storybook` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/chromaui/addon-visual-tests/releases)
- [Changelog](https://github.com/chromaui/addon-visual-tests/blob/main/CHANGELOG.md)
- [Commits](chromaui/addon-visual-tests@v3.2.2...v3.2.3)

Updates `@storybook/addon-actions` from 8.4.5 to 8.4.7
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.4.7/code/addons/actions)

Updates `@storybook/addon-essentials` from 8.4.5 to 8.4.7
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.4.7/code/addons/essentials)

Updates `@storybook/addon-interactions` from 8.4.5 to 8.4.7
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.4.7/code/addons/interactions)

Updates `@storybook/addon-links` from 8.4.5 to 8.4.7
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.4.7/code/addons/links)

Updates `@storybook/addon-viewport` from 8.4.5 to 8.4.7
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.4.7/code/addons/viewport)

Updates `@storybook/addon-webpack5-compiler-babel` from 3.0.3 to 3.0.5
- [Release notes](https://github.com/storybookjs/addon-webpack5-compiler-babel/releases)
- [Changelog](https://github.com/storybookjs/addon-webpack5-compiler-babel/blob/main/CHANGELOG.md)
- [Commits](storybookjs/addon-webpack5-compiler-babel@v3.0.3...v3.0.5)

Updates `@storybook/react` from 8.4.5 to 8.4.7
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.4.7/code/renderers/react)

Updates `@storybook/react-webpack5` from 8.4.5 to 8.4.7
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.4.7/code/frameworks/react-webpack5)

Updates `@storybook/test` from 8.4.5 to 8.4.7
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.4.7/code/lib/test)

Updates `@testing-library/react` from 16.0.1 to 16.1.0
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.0.1...v16.1.0)

Updates `cypress` from 13.16.0 to 13.17.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.16.0...v13.17.0)

Updates `eslint-plugin-jest` from 28.9.0 to 28.10.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v28.9.0...v28.10.0)

Updates `eslint-plugin-react` from 7.37.2 to 7.37.3
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.37.2...v7.37.3)

Updates `eslint-plugin-react-hooks` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `node-polyfill-webpack-plugin` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/Richienb/node-polyfill-webpack-plugin/releases)
- [Commits](Richienb/node-polyfill-webpack-plugin@v4.0.0...v4.1.0)

Updates `nodemon` from 3.1.7 to 3.1.9
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v3.1.7...v3.1.9)

Updates `prettier` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.1...3.4.2)

Updates `sass` from 1.81.0 to 1.83.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.81.0...1.83.0)

Updates `sass-loader` from 16.0.3 to 16.0.4
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v16.0.3...v16.0.4)

Updates `tailwindcss` from 3.4.15 to 3.4.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.15...v3.4.17)

Updates `terser-webpack-plugin` from 5.3.10 to 5.3.11
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/terser-webpack-plugin@v5.3.10...v5.3.11)

Updates `webpack` from 5.96.1 to 5.97.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.96.1...v5.97.1)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: "@dnd-kit/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: "@fortawesome/free-regular-svg-icons"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: "@smithy/node-http-handler"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: "@tanstack/react-table"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: jotai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: monaco-editor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: pdfjs-dist
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: qrcode.react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: react-modal
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: react-tabs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: sanitize-html
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: stopword
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: "@babel/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: "@babel/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: "@babel/plugin-transform-modules-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: "@babel/preset-react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: "@babel/traverse"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: "@chromatic-com/storybook"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: "@storybook/addon-actions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: "@storybook/addon-interactions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: "@storybook/addon-viewport"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: "@storybook/addon-webpack5-compiler-babel"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: "@storybook/react-webpack5"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: "@storybook/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: eslint-plugin-react-hooks
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: node-polyfill-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 31, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 2, 2025

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

@dependabot dependabot bot closed this Jan 2, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-minor-dependencies-8af5c9120f branch January 2, 2025 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants