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 32 updates #7542

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@aws-sdk/client-s3 3.701.0 3.709.0
@dnd-kit/core 6.2.0 6.3.1
dotenv 16.4.5 16.4.7
express 4.21.1 4.21.2
monaco-editor 0.52.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.0
stopword 3.1.1 3.1.3
@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
@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/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.16.1
eslint-plugin-react-hooks 5.0.0 5.1.0
node-polyfill-webpack-plugin 4.0.0 4.1.0
prettier 3.4.1 3.4.2
sass 1.81.0 1.82.0
sass-loader 16.0.3 16.0.4
tailwindcss 3.4.15 3.4.16
webpack 5.96.1 5.97.1

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

Release notes

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

v3.709.0

3.709.0(2024-12-10)

Chores
  • codegen: update clients for String dispatch fix (#6721) (c6859500)
Documentation Changes
  • client-dsql: Doc only update to examples for DeleteMultiRegionClusters & CreateMultiRegionClusters (ca62a3c1)
  • client-application-auto-scaling: Doc only update for AAS Predictive Scaling policy configuration API. (ba20f1db)
New Features
  • clients: update client endpoints as of 2024-12-10 (6f523dce)
  • client-sesv2: Introduces support for creating DEED (Deterministic Easy-DKIM) identities. (9587ce34)
  • client-ivs-realtime: IVS Real-Time now offers customers the ability to customize thumbnails recording mode and interval for both Individual Participant Recording (IPR) and Server-Side Compositions (SSC). (e9f436eb)
  • client-connect: Add support for Push Notifications for Amazon Connect chat. With Push Notifications enabled an alert could be sent to customers about new messages even when they aren't actively using the mobile application. (8f9a63c6)
  • client-finspace: Update KxCommandLineArgument value parameter regex to allow for spaces and semicolons (db4712c8)
  • client-bcm-pricing-calculator: Updated condition key inference from Workload Estimate, Bill Scenario, and Bill Estimate resources. Updated documentation links. (7e392d42)

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

v3.708.0

3.708.0(2024-12-09)

Chores
  • client-sesv2: enable sigv4a code generation in sesv2 ahead of service availability (#6719) (bdfa8685)
Documentation Changes
  • client-ecs: This is a documentation only update to address various tickets for Amazon ECS. (8dfab180)
  • client-workspaces: Added text to clarify case-sensitivity (f62407ad)
  • client-appsync: Provides description of new Amazon Bedrock runtime datasource. (35613283)
  • client-keyspaces: Amazon Keyspaces: adding the list of IAM actions required by the UpdateKeyspace API. (a4233c3b)
New Features
  • clients: update client endpoints as of 2024-12-09 (0141da01)
  • client-cognito-identity-provider: Change CustomDomainConfig from a required to an optional parameter for the UpdateUserPoolDomain operation. (7c1425c9)
  • client-ec2: This release includes a new API for modifying instance network-performance-options after launch. (2f49c14f)
  • client-medialive: H265 outputs now support disabling the deblocking filter. (4adf1d4f)

... (truncated)

Changelog

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

3.709.0 (2024-12-10)

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

3.705.0 (2024-12-03)

Features

  • client-s3: Amazon S3 Metadata stores object metadata in read-only, fully managed Apache Iceberg metadata tables that you can query. You can create metadata table configurations for S3 general purpose buckets. (b6368e5)

3.703.0 (2024-12-02)

Features

  • client-s3: Amazon S3 introduces support for AWS Dedicated Local Zones (a4b4303)
Commits
  • fec23be Publish v3.709.0
  • c685950 chore(codegen): update clients for String dispatch fix (#6721)
  • 728fa5a Publish v3.705.0
  • b6368e5 feat(client-s3): Amazon S3 Metadata stores object metadata in read-only, full...
  • b5217c1 Publish v3.703.0
  • a4b4303 feat(client-s3): Amazon S3 introduces support for AWS Dedicated Local Zones
  • See full diff in compare view

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 @smithy/node-http-handler from 3.3.1 to 3.3.2

Release notes

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

@​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.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
  • 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 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

  • deps: path-to-regexp@0.1.12
    • Fix backtracking protection
  • deps: path-to-regexp@0.1.11
    • Throws an error on invalid path values
Commits
Maintainer changes

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


Updates monaco-editor from 0.52.0 to 0.52.2

Release notes

Sourced from monaco-editor's releases.

v0.52.2

Changes:

This list of changes was auto generated.

Changelog

Sourced from monaco-editor's changelog.

Monaco Editor Changelog

Commits
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.0

Release notes

Sourced from react-hook-form's releases.

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

Changelog

Sourced from react-hook-form's changelog.

[7.54.0] - 2024-12-09

Changed

  • useForm return methods will be memorized based formState update

[7.53.0] - 2024-8-31

Added

  • add support for onBlur with formState isValid

Changed

  • validateFields will only trigger re-render for async validation

[7.51.0] - 2024-3-2

Added

  • added 'validateFields' to formState
const {
  formState: { validateFields },
} = useForm();

[7.49.0] - 2023-12-10

Added

  • add reactive errors prop at useForm
useForm({
  errors, // Server errors
});

[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 });
</tr></table> 

... (truncated)

Commits
  • 893ffce 7.54.0
  • 9532038 ❤️ thank you so much for St. Galler Kantonalbank AG sponsor
  • 5db95c9 🐸 update SECURITY.md
  • 09a9a49 🦥 fix: useForm should return a new object on formState changes (#12424)
  • 0952f7e 🧻 improve prototype pollution check (#12431)
  • 30ea87e 🪖 fix: add FileList availability check for environments without FileList ...
  • 29ae596 🧪 close #12198 memo for useController and useFormState (#12421)
  • 2d7b789 🐞 fix #12407 useFieldArray append issue with useForm disabled props (#12420)
  • 00e39c8 🐞 fix #12415 issue with flatten object with null value (#12418)
  • 2b1c709 Update README.md
  • Additional commits viewable in compare view

Updates stopword from 3.1.1 to 3.1.3

Release notes

Sourced from stopword's releases.

Even more Ukranian stopwords

What's Changed

Thanks to @​imposeren for an even better Ukranian stopword-list.

Better Ukrainian stopword list

Improved stopword list for Ukrainian stopwords thanks to @​imposeren

What's Changed

New Contributors

Full Changelog: fergiemcdowall/stopword@v3.1.1...v3.1.2

Commits

Updates @babel/cli from 7.25.9 to 7.26.4

Release notes

Sourced from @​babel/cli's releases.

v7.26.4 (2024-12-05)

↩️ Revert

  • babel-traverse
    • #17005 Revert "perf: Improve scope information collection performance" (@​JLHwung)

Committers: 2

v7.26.3 (2024-12-04)

🐛 Bug Fix

🏠 Internal

  • babel-helper-builder-binary-assignment-operator-visitor, babel-plugin-transform-exponentiation-operator

🏃‍♀️ Performance

Committers: 4

v7.26.2 (2024-10-30)

🐛 Bug Fix

Committers: 6

... (truncated)

Changelog

Sourced from @​babel/cli's changelog.

v7.26.4 (2024-12-05)

↩️ Revert

  • babel-traverse
    • #17005 Revert "perf: Improve scope information collection performance" (@​JLHwung)

v7.26.3 (2024-12-04)

🐛 Bug Fix

🏠 Internal

  • babel-helper-builder-binary-assignment-operator-visitor, babel-plugin-transform-exponentiation-operator

🏃‍♀️ Performance

v7.26.2 (2024-10-30)

🐛 Bug Fix

v7.26.1 (2024-10-25)

🐛 Bug Fix

v7.26.0 (2024-10-25)

🚀 New Feature

  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-core
  • babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-syntax-flow
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs3
Description has been truncated

Bumps the dev-minor-dependencies group with 29 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.709.0` |
| [@dnd-kit/core](https://github.com/clauderic/dnd-kit/tree/HEAD/packages/core) | `6.2.0` | `6.3.1` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.5` | `16.4.7` |
| [express](https://github.com/expressjs/express) | `4.21.1` | `4.21.2` |
| [monaco-editor](https://github.com/microsoft/monaco-editor) | `0.52.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.0` |
| [stopword](https://github.com/fergiemcdowall/stopword) | `3.1.1` | `3.1.3` |
| [@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` |
| [@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/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.16.1` |
| [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` |
| [prettier](https://github.com/prettier/prettier) | `3.4.1` | `3.4.2` |
| [sass](https://github.com/sass/dart-sass) | `1.81.0` | `1.82.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.16` |
| [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.97.1` |



Updates `@aws-sdk/client-s3` from 3.701.0 to 3.709.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.709.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/core@6.3.1/packages/core)

Updates `@smithy/node-http-handler` from 3.3.1 to 3.3.2
- [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/node-http-handler@3.3.2/packages/node-http-handler)

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 `monaco-editor` from 0.52.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.52.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.0
- [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.0)

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

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 `@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/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.16.1
- [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.16.1)

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 `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.82.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.82.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.16
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.16/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.15...v3.4.16)

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: "@smithy/node-http-handler"
  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: monaco-editor
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: 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: "@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/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-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: 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: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 13, 2024

Superseded by #7545.

@dependabot dependabot bot closed this Dec 13, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-minor-dependencies-b72d000167 branch December 13, 2024 08:53
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