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 npm-minor-production group across 1 directory with 44 updates #1762

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps the npm-minor-production group with 44 updates in the / directory:

Package From To
@hookform/resolvers 2.8.3 2.9.11
@material-ui/core 4.10.2 4.12.4
@material-ui/icons 4.9.1 4.11.3
@rails/activestorage 6.0.3 6.1.7
@reach/auto-id 0.13.2 0.18.0
@stripe/stripe-js 1.32.0 1.54.2
bignumber.js 9.0.0 9.1.2
classnames 2.3.1 2.5.1
color 3.1.2 3.2.1
@types/color 3.0.1 3.0.6
commons.css 0.1.8 0.1.10
cookie 0.3.1 0.6.0
dotize 0.2.0 0.3.0
dragula 3.7.1 3.7.3
ff-core 0.0.2 0.6.0
flimflam 0.7.5 0.8.0
flimflam-render 0.1.4 0.2.1
flyd 0.2.2 0.2.8
form-serialize 0.7.0 0.7.2
i18n-js 3.5.1 3.9.2
@types/i18n-js 3.8.0 3.8.9
iban 0.0.8 0.0.14
immutable 3.7.5 3.8.2
jquery 3.5.0 3.7.1
@types/jquery 3.3.38 3.5.31
marked 0.7.0 0.8.2
mobx 4.15.4 4.15.7
moment 2.29.4 2.30.1
moment-timezone 0.5.35 0.5.45
parsleyjs 2.0.7 2.9.2
pikaday 1.3.2 1.8.2
pikaday-time 1.5.1 1.6.1
ramda 0.21.0 0.30.1
react-error-boundary 3.0.2 3.1.4
react-hook-form 7.43.9 7.52.1
react-intl 5.23.0 5.25.1
react-on-rails 12.2.0 12.6.0
react-text-mask 5.4.3 5.5.0
@types/react-text-mask 5.4.10 5.4.14
react-use 17.3.1 17.5.1
snabbdom 0.3.0 0.7.4
swr 1.0.0 1.3.0
whatwg-fetch 3.6.2 3.6.20
yup 0.29.3 0.32.11

Updates @hookform/resolvers from 2.8.3 to 2.9.11

Release notes

Sourced from @​hookform/resolvers's releases.

v2.9.11

2.9.11 (2023-02-08)

Bug Fixes

v2.9.10

2.9.10 (2022-10-20)

Bug Fixes

  • ajv: undefined props validate structure error (#457) (0f39c20)

v2.9.9

2.9.9 (2022-10-14)

Bug Fixes

v2.9.8

2.9.8 (2022-09-11)

Bug Fixes

v2.9.7

2.9.7 (2022-07-26)

Bug Fixes

  • #396 remove unnecessary 'browser' exports to fix Jest integration (#435) (99703e6)

v2.9.6

2.9.6 (2022-07-15)

Bug Fixes

  • yup: yup wrong import statement assuming default export (#427) (928afae)

v2.9.5

2.9.5 (2022-07-08)

... (truncated)

Commits

Updates @material-ui/core from 4.10.2 to 4.12.4

Changelog

Sourced from @​material-ui/core's changelog.

4.12.4

Mar 30, 2022

Big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:

This release was motivated by fixing compatibility issues with TypeScript 4.7 (#32041).

@material-ui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​eps1lon, @​flaviendelangle, @​mbrookes, @​mnajdova, @​oliviertassinari, @​spiftire

4.12.3

Jul 27, 2021

@material-ui/[email protected]

... (truncated)

Commits

Updates @material-ui/icons from 4.9.1 to 4.11.3

Changelog

Sourced from @​material-ui/icons's changelog.

4.11.3

Jan 24, 2021

This release fixes an important issue with Chrome 88. The usage of NaN as a CSS property with JSS throws an exception.

@material-ui/[email protected]

@material-ui/[email protected]

@material-ui/[email protected]

Docs

Core

4.11.2

Dec 2, 2020

This release widens the peer dependency scope of React to accept ^17.0.0. The change makes it easier for developers to upgrade React independently from Material-UI. The best support for React 17 will be found in Material-UI v5.

This is a reminder that all ongoing work has moved to v5. This means a feature freeze on v4. The development of v4 is limited to important bug fixes, security patches and easing the upgrade path to v5.

@material-ui/[email protected]

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by eps1lon, a new releaser for @​material-ui/icons since your current version.


Updates @rails/activestorage from 6.0.3 to 6.1.7

Release notes

Sourced from @​rails/activestorage's releases.

v6.1.7

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • Symbol is allowed by default for YAML columns

    Étienne Barrié

  • Fix ActiveRecord::Store to serialize as a regular Hash

    Previously it would serialize as an ActiveSupport::HashWithIndifferentAccess which is wasteful and cause problem with YAML safe_load.

    Jean Boussier

  • Fix PG.connect keyword arguments deprecation warning on ruby 2.7

    Fixes #44307.

    Nikita Vasilevsky

Action View

  • No changes.

Action Pack

  • No changes.

Active Job

  • No changes.

... (truncated)

Commits
  • 9ab3375 Version 6.1.7
  • c1e6127 Merge pull request #45951 from vojtad/fix-active-support-current-attributes-f...
  • ad24aa5 add test for keyword arguments in ActiveSupport::CurrentAttributes.method_mis...
  • 11e0b89 fix ActiveSupport::CurrentAttributes.method_missing for Ruby 3
  • e74d6ee Merge pull request #45872 from the-spectator/correct_hwia_encoding
  • 3da5f09 Fix tests after cherry-pick of #45773
  • aab3695 Don't handle this change for legacy_connection_handling
  • b2e8fb8 Merge pull request #45773 from eileencodes/only-setup-shared-pools-if-we-have...
  • 571b4d5 Merge pull request #45593 from skipkayhil/fix-6-1-compat
  • efc58ab Remove active_record.yaml initializers
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jhawthorn, a new releaser for @​rails/activestorage since your current version.


Updates @reach/auto-id from 0.13.2 to 0.18.0

Release notes

Sourced from @​reach/auto-id's releases.

v0.18.0

Changes for individual packages can now be found in the CHANGELOG.md file in the root of the affected package. GitHub releases will be used to document changes affecting all or several packages in the repo.

BREAKING Changes

  • All default exports have been removed. Replace all default imports with the appropriate documented named export.
  • The output directory structure has changed slightly. Module files are now named reach-<pkg>.mjs instead of reach-<pkg>.esm.js.

Minor Changes

  • We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed.

    This may affect you if you use patch-package to modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.

  • We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define --reach-<pkg> in your own stylesheets to silence dev warnings.

v0.17.0

💔 Breaking Changes

  • disclosure
    • In uncontrolled disclosures, previously we would render the disclosure as open on the first render, regardless of the defaultOpen prop's value. This was done as a progressive enhancement to ensure content was visible to users without JavaScript, but in most cases it just meant that the user might see a flash before the state would change, causing unwanted layout shift.
    • We simplified this by simply respecting the defaultOpen prop's value on the initial render. If you want the old behavior, control the state of your disclosures and ensure that the initial open state is always set to true, then set the desired state for the following render in useEffect.
  • tabs
    • Removed the isSelected from from the Tab component. This prop was useful before we had hooks, but we can now get the selected tab from context without using render props. (2dd0aec73c4cc2a9a1936cb6c3e43933b2d2765f)

🐛 Bugfixes

  • auto-id
    • Use the user-provided ID beyond the first render for deterministic behavior (b2f3bc010091a0bc7a99985657137101a58036ef)
  • tabs
    • Stop managing focus on mouse clicks to fix :focus-visible
  • listbox
    • Update submit button querySelector specificity to fix incorrect button clicks (#903)
  • menu-button, combobox, listbox
    • Skip rendering of portaled popovers before hydration. This prevents unwanted layout shift when the server-rendered popover mounts to a temporary DOM node (a8f38a497c0481156a4da1fecef955f398101327).

🤜🤛 8 Committers

v0.16.5

In @reach/combobox, we added a data-expanded attribute to the parent wrapper and popover for simpler styling based on the expanded state of the input.

v0.16.4

This release fixes a bug in Combobox where the selection in a controlled combobox input would trigger a flash with the stale value. We should always defer to the user's value when the input is controlled (Thanks @​arackaf!) -- #865

... (truncated)

Changelog

Sourced from @​reach/auto-id's changelog.

0.18.0

BREAKING Changes

  • All default exports have been removed. Replace all default imports with the appropriate documented named export.
  • The output directory structure has changed slightly. Module files are now named reach-<pkg>.mjs instead of reach-<pkg>.esm.js.

Minor Changes

  • We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed.

    This may affect you if you use patch-package to modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.

Patch Changes

Commits
  • 43f450d bump versions for release
  • 12baab7 chore: Update version for release (pre) (#977)
  • 2fa6593 chore: Update version for release (pre) (#976)
  • e968505 chore: Update version for release (pre) (#975)
  • f50908c fix(auto-id): fix buggy React 18 fallback implementation
  • 3335ce3 chore: Update version for release (pre) (#974)
  • bdaa545 Merge branch 'release-next' of github.com:reach/reach-ui into release-next
  • 78afc32 fix(auto-id): fix buggy React 18 fallback implementation
  • 8f75df9 chore: Update version for release (pre) (#973)
  • be9438a refactor: rename source to map to existing output files
  • Additional commits viewable in compare view

Updates @stripe/stripe-js from 1.32.0 to 1.54.2

Release notes

Sourced from @​stripe/stripe-js's releases.

v1.54.2

Fixes

Adding missing TermOption types (#474)

Changed

[docs] Add versioning note to README (#473)

v1.54.1

Fixes

  • Update update sfu docs (#456)

v1.53.0

Fixes

  • Update ExpressCheckout layout types (#447)

Changed

  • Rename PMME option type (#444)

v1.52.1

Fixes

  • Add missing PaymentMethod.UsBankAccount fields (#442)

v1.52.0

New features

Fixes

Changed

  • Update handleNextAction for PaymentIntent or SetupIntent return results (#439)

v1.51.0

New features

Fixes

Changed

  • update pmme type (#437)
  • Add back export of StripeElementsOptions (#436)
  • Update elements options for deferred intent (#435)
  • Added type declarations for BLIK payment. (#411)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by madhav-stripe, a new releaser for @​stripe/stripe-js since your current version.


Updates bignumber.js from 9.0.0 to 9.1.2

Changelog

Sourced from bignumber.js's changelog.

9.1.2

  • 28/08/23
  • #354 Amend round to avoid bug in v8 Maglev compiler.
  • [BUGFIX] #344 minimum(0, -0) should be -0.

9.1.1

  • 04/12/22
  • #338 [BUGFIX] exponentiatedBy: ensure 0**-n === Infinity for very large n.

9.1.0

  • 08/08/22
  • #329 Remove import example.
  • #277 Resolve lint warnings and add number toString note.
  • Correct decimalPlaces() return type in bignumber.d.ts.
  • Add ES module global crypto example.
  • #322 Add exports field to package.json.
  • #251 (#308) Amend bignumber.d.ts to allow instantiating a BigNumber without new.

9.0.2

  • 12/12/21
  • #250 [BUGFIX] Allow use of user-defined alphabet for base 10.
  • #295 Remove bignumber.min.js and amend README.md.
  • Update .travis.yml and LICENCE.md.

9.0.1

  • 28/09/20
  • [BUGFIX] #276 Correct sqrt initial estimate.
  • Update .travis.yml, LICENCE.md and README.md.
Commits

Updates classnames from 2.3.1 to 2.5.1

Changelog

Sourced from classnames's changelog.

v2.5.1 / 2023-12-29

  • Remove workspaces field from package (#350)

v2.5.0 / 2023-12-27

  • Restore ability to pass a TypeScript interface (#341)
  • Add exports field to package (#342)

v2.4.0 / 2023-12-26

  • Use string concatenation to increase performance thanks Jon Koops (#336)

v2.3.3 / 2023-12-21

v2.3.2 / 2022-09-13

Commits

Updates color from 3.1.2 to 3.2.1

Release notes

Sourced from color's releases.

3.2.1 (Hotfix)

Patch Release 3.2.1

  • Revert color-convert back down to <2 since v2 introduced ES6 syntax.

If you need color-convert@>=2 then you'll need to have ES6 support. It's 2021, embrace it. 🙂

3.2.0

Minor Release 3.2.0

NOTE: This is the final release of color that uses ES5 syntax. For those following along, 4.0.0 was just released that switches to ES6 (const/let) syntax, which will (at some point) be followed by another major release that further switches to ES Modules entirely. This will be a sweeping change across the color package suite (color, color-string, color-convert). Keep a look out if these issues have been bothering you.

  • Bumps color convert to latest (fixes some issues with HCG)
  • Bumps mocha to latest

3.1.4

Patch Release 3.1.4

  • Bumped color-string to latest version, resolving problems for users using package-lock.json files and adding support for space-separated hsl() syntax.

3.1.3 (Patch Release)

  • Fixes fixed alpha precision when parsing RGBA hex strings in constructor (#174)
Commits

Updates @types/color from 3.0.1 to 3.0.6

Commits

Updates commons.css from 0.1.8 to 0.1.10

Commits

Updates cookie from 0.3.1 to 0.6.0

Release notes

Sourced from cookie's releases.

0.6.0

  • Add partitioned option

0.5.0

  • Add priority option
  • Fix expires option to reject invalid dates
  • pref: improve default decode speed
  • pref: remove slow string split in parse

0.4.2

  • pref: read value only when assigning in parse
  • pref: remove unnecessary regexp in parse

0.4.1

  • Fix maxAge option to reject invalid values

0.4.0

  • Add SameSite=None support
Changelog

Sourced from cookie's changelog.

0.6.0 / 2023-11-06

  • Add partitioned option

0.5.0 / 2022-04-11

  • Add priority option
  • Fix expires option to reject invalid dates
  • perf: improve default decode speed
  • perf: remove slow string split in parse

0.4.2 / 2022-02-02

  • perf: read value only when assigning in parse
  • perf: remove unnecessary regexp in parse

0.4.1 / 2020-04-21

  • Fix maxAge option to reject invalid values

0.4.0 / 2019-05-15

  • Add SameSite=None support
Commits

Updates dotize from 0.2.0 to 0.3.0

Release notes

Sourced from dotize's releases.

v0.3.0

added backward method for reversing dot notation object nodejs version changed to "5.0.0" fixed test usage

Commits

Updates dragula from 3.7.1 to 3.7.3

Changelog

Sourced from dragula's changelog.

3.7.3 Up with the times

  • Added ability to set pixel delay in X and Y drag coordinates
  • Bumped [email protected]
  • Updated all dev dependencies and fixed testing
  • Removed Bower Support

3.7.2 Parental Control

  • Fixed a bug where a missing parent check would cause exceptions
Commits

Updates ff-core from 0.0.2 to 0.6.0

Commits
  • b07e1db Update snabbdom and refactor validated-form to use snabbdom-merge
  • 6fbd3e0 Change the api for validated form to not nest fields and forms in its view fu...
  • e841847 Fix wizard readme function names
  • f244458 0.4.2
  • d3fdcc0 Merge pull request #11 from flimflamjs/Optionally-set-widths-for-tabswap-labels
  • 485f776 Clean up syntax and update readme
  • f44bf9c Build
  • 26d4784 Add optional setWidth option and write tests
  • 34349a1 0.4.1
  • 589cd03 Remove autoscroll on form validator
  • Additional commits viewable in compare view

Updates flimflam from 0.7.5 to 0.8.0

Commits

Updates flimflam-render from 0.1.4 to 0.2.1

Commits

Updates flyd from 0.2.2 to 0.2.8

Commits
  • 0b1a435 0.2.8
  • 4b00313 Update build
  • 98b3a70 Merge pull request #180 from nordfjord/fix/atomic-update
  • 1f831a7 remove EOL'd node distributions from travis
  • 1721551 Make sure newly created listeners are updated even if we're flushing a stream...
  • 55dd4fc Fix issue with switchLatest module
  • 13d2811 Allow accessing map directly for internal calls
  • e4d2841 Solve issue with nested stream updating another multiple times
  • 24f0026 Fixes

Bumps the npm-minor-production group with 44 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `2.8.3` | `2.9.11` |
| [@material-ui/core](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui) | `4.10.2` | `4.12.4` |
| [@material-ui/icons](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons) | `4.9.1` | `4.11.3` |
| [@rails/activestorage](https://github.com/rails/rails) | `6.0.3` | `6.1.7` |
| [@reach/auto-id](https://github.com/reach/reach-ui/tree/HEAD/packages/auto-id) | `0.13.2` | `0.18.0` |
| [@stripe/stripe-js](https://github.com/stripe/stripe-js) | `1.32.0` | `1.54.2` |
| [bignumber.js](https://github.com/MikeMcl/bignumber.js) | `9.0.0` | `9.1.2` |
| [classnames](https://github.com/JedWatson/classnames) | `2.3.1` | `2.5.1` |
| [color](https://github.com/Qix-/color) | `3.1.2` | `3.2.1` |
| [@types/color](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/color) | `3.0.1` | `3.0.6` |
| [commons.css](https://github.com/yutakahoulette/commons.css) | `0.1.8` | `0.1.10` |
| [cookie](https://github.com/jshttp/cookie) | `0.3.1` | `0.6.0` |
| [dotize](https://github.com/vardars/dotize) | `0.2.0` | `0.3.0` |
| [dragula](https://github.com/bevacqua/dragula) | `3.7.1` | `3.7.3` |
| [ff-core](https://github.com/flimflamjs/ff-core) | `0.0.2` | `0.6.0` |
| [flimflam](https://github.com/flimflamjs/flimflam) | `0.7.5` | `0.8.0` |
| [flimflam-render](https://github.com/flimflamjs/flimflam-render) | `0.1.4` | `0.2.1` |
| [flyd](https://github.com/paldepind/flyd) | `0.2.2` | `0.2.8` |
| [form-serialize](https://github.com/shtylman/form-serialize) | `0.7.0` | `0.7.2` |
| [i18n-js](https://github.com/fnando/i18n) | `3.5.1` | `3.9.2` |
| [@types/i18n-js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/i18n-js) | `3.8.0` | `3.8.9` |
| [iban](https://github.com/arhs/iban.js) | `0.0.8` | `0.0.14` |
| [immutable](https://github.com/immutable-js/immutable-js) | `3.7.5` | `3.8.2` |
| [jquery](https://github.com/jquery/jquery) | `3.5.0` | `3.7.1` |
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jquery) | `3.3.38` | `3.5.31` |
| [marked](https://github.com/markedjs/marked) | `0.7.0` | `0.8.2` |
| [mobx](https://github.com/mobxjs/mobx) | `4.15.4` | `4.15.7` |
| [moment](https://github.com/moment/moment) | `2.29.4` | `2.30.1` |
| [moment-timezone](https://github.com/moment/moment-timezone) | `0.5.35` | `0.5.45` |
| [parsleyjs](https://github.com/guillaumepotier/Parsley.js) | `2.0.7` | `2.9.2` |
| [pikaday](https://github.com/Pikaday/Pikaday) | `1.3.2` | `1.8.2` |
| [pikaday-time](https://github.com/owenmead/Pikaday) | `1.5.1` | `1.6.1` |
| [ramda](https://github.com/ramda/ramda) | `0.21.0` | `0.30.1` |
| [react-error-boundary](https://github.com/bvaughn/react-error-boundary) | `3.0.2` | `3.1.4` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.43.9` | `7.52.1` |
| [react-intl](https://github.com/formatjs/formatjs) | `5.23.0` | `5.25.1` |
| [react-on-rails](https://github.com/shakacode/react_on_rails) | `12.2.0` | `12.6.0` |
| [react-text-mask](https://github.com/text-mask/text-mask) | `5.4.3` | `5.5.0` |
| [@types/react-text-mask](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-text-mask) | `5.4.10` | `5.4.14` |
| [react-use](https://github.com/streamich/react-use) | `17.3.1` | `17.5.1` |
| [snabbdom](https://github.com/snabbdom/snabbdom) | `0.3.0` | `0.7.4` |
| [swr](https://github.com/vercel/swr) | `1.0.0` | `1.3.0` |
| [whatwg-fetch](https://github.com/github/fetch) | `3.6.2` | `3.6.20` |
| [yup](https://github.com/jquense/yup) | `0.29.3` | `0.32.11` |



Updates `@hookform/resolvers` from 2.8.3 to 2.9.11
- [Release notes](https://github.com/react-hook-form/resolvers/releases)
- [Commits](react-hook-form/resolvers@v2.8.3...v2.9.11)

Updates `@material-ui/core` from 4.10.2 to 4.12.4
- [Release notes](https://github.com/mui-org/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/v4.12.4/CHANGELOG.md)
- [Commits](https://github.com/mui-org/material-ui/commits/v4.12.4/packages/material-ui)

Updates `@material-ui/icons` from 4.9.1 to 4.11.3
- [Release notes](https://github.com/mui-org/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/v4.11.3/CHANGELOG.md)
- [Commits](https://github.com/mui-org/material-ui/commits/v4.11.3/packages/material-ui-icons)

Updates `@rails/activestorage` from 6.0.3 to 6.1.7
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v6.0.3...v6.1.7)

Updates `@reach/auto-id` from 0.13.2 to 0.18.0
- [Release notes](https://github.com/reach/reach-ui/releases)
- [Changelog](https://github.com/reach/reach-ui/blob/dev/packages/auto-id/CHANGELOG.md)
- [Commits](https://github.com/reach/reach-ui/commits/@reach/[email protected]/packages/auto-id)

Updates `@stripe/stripe-js` from 1.32.0 to 1.54.2
- [Release notes](https://github.com/stripe/stripe-js/releases)
- [Commits](stripe/stripe-js@v1.32.0...v1.54.2)

Updates `bignumber.js` from 9.0.0 to 9.1.2
- [Release notes](https://github.com/MikeMcl/bignumber.js/releases)
- [Changelog](https://github.com/MikeMcl/bignumber.js/blob/master/CHANGELOG.md)
- [Commits](MikeMcl/bignumber.js@v9.0.0...v9.1.2)

Updates `classnames` from 2.3.1 to 2.5.1
- [Changelog](https://github.com/JedWatson/classnames/blob/main/HISTORY.md)
- [Commits](JedWatson/classnames@v2.3.1...v2.5.1)

Updates `color` from 3.1.2 to 3.2.1
- [Release notes](https://github.com/Qix-/color/releases)
- [Commits](Qix-/color@3.1.2...3.2.1)

Updates `@types/color` from 3.0.1 to 3.0.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/color)

Updates `commons.css` from 0.1.8 to 0.1.10
- [Commits](https://github.com/yutakahoulette/commons.css/commits)

Updates `cookie` from 0.3.1 to 0.6.0
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Changelog](https://github.com/jshttp/cookie/blob/master/HISTORY.md)
- [Commits](jshttp/cookie@v0.3.1...v0.6.0)

Updates `dotize` from 0.2.0 to 0.3.0
- [Release notes](https://github.com/vardars/dotize/releases)
- [Commits](vardars/dotize@v0.2.0...v0.3.0)

Updates `dragula` from 3.7.1 to 3.7.3
- [Changelog](https://github.com/bevacqua/dragula/blob/master/changelog.markdown)
- [Commits](bevacqua/dragula@v3.7.1...v3.7.3)

Updates `ff-core` from 0.0.2 to 0.6.0
- [Commits](flimflamjs/flimflam@0.0.2...0.6.0)

Updates `flimflam` from 0.7.5 to 0.8.0
- [Commits](https://github.com/flimflamjs/flimflam/commits)

Updates `flimflam-render` from 0.1.4 to 0.2.1
- [Commits](https://github.com/flimflamjs/flimflam-render/commits)

Updates `flyd` from 0.2.2 to 0.2.8
- [Changelog](https://github.com/paldepind/flyd/blob/master/HISTORY.md)
- [Commits](paldepind/flyd@v0.2.2...v0.2.8)

Updates `form-serialize` from 0.7.0 to 0.7.2
- [Changelog](https://github.com/defunctzombie/form-serialize/blob/master/History.md)
- [Commits](defunctzombie/form-serialize@v0.7.0...v0.7.2)

Updates `i18n-js` from 3.5.1 to 3.9.2
- [Changelog](https://github.com/fnando/i18n/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fnando/i18n/commits)

Updates `@types/i18n-js` from 3.8.0 to 3.8.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/i18n-js)

Updates `iban` from 0.0.8 to 0.0.14
- [Release notes](https://github.com/arhs/iban.js/releases)
- [Commits](arhs/iban.js@v0.0.8...v0.0.14)

Updates `immutable` from 3.7.5 to 3.8.2
- [Release notes](https://github.com/immutable-js/immutable-js/releases)
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
- [Commits](immutable-js/immutable-js@3.7.5...v3.8.2)

Updates `jquery` from 3.5.0 to 3.7.1
- [Release notes](https://github.com/jquery/jquery/releases)
- [Changelog](https://github.com/jquery/jquery/blob/main/changelog.md)
- [Commits](jquery/jquery@3.5.0...3.7.1)

Updates `@types/jquery` from 3.3.38 to 3.5.31
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jquery)

Updates `marked` from 0.7.0 to 0.8.2
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v0.7.0...v0.8.2)

Updates `mobx` from 4.15.4 to 4.15.7
- [Release notes](https://github.com/mobxjs/mobx/releases)
- [Changelog](https://github.com/mobxjs/mobx/blob/4.15.7/CHANGELOG.md)
- [Commits](mobxjs/mobx@4.15.4...4.15.7)

Updates `moment` from 2.29.4 to 2.30.1
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.29.4...2.30.1)

Updates `moment-timezone` from 0.5.35 to 0.5.45
- [Release notes](https://github.com/moment/moment-timezone/releases)
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](moment/moment-timezone@0.5.35...0.5.45)

Updates `parsleyjs` from 2.0.7 to 2.9.2
- [Release notes](https://github.com/guillaumepotier/Parsley.js/releases)
- [Changelog](https://github.com/guillaumepotier/Parsley.js/blob/master/CHANGELOG.md)
- [Commits](guillaumepotier/Parsley.js@2.0.7...2.9.2)

Updates `pikaday` from 1.3.2 to 1.8.2
- [Release notes](https://github.com/Pikaday/Pikaday/releases)
- [Changelog](https://github.com/Pikaday/Pikaday/blob/master/CHANGELOG.md)
- [Commits](Pikaday/Pikaday@1.3.2...1.8.2)

Updates `pikaday-time` from 1.5.1 to 1.6.1
- [Release notes](https://github.com/owenmead/Pikaday/releases)
- [Changelog](https://github.com/owenmead/Pikaday/blob/master/CHANGELOG.md)
- [Commits](owenmead/Pikaday@1.5.1...1.6.1)

Updates `ramda` from 0.21.0 to 0.30.1
- [Release notes](https://github.com/ramda/ramda/releases)
- [Changelog](https://github.com/ramda/ramda/blob/master/CHANGELOG.md)
- [Commits](ramda/ramda@v0.21.0...v0.30.1)

Updates `react-error-boundary` from 3.0.2 to 3.1.4
- [Release notes](https://github.com/bvaughn/react-error-boundary/releases)
- [Commits](bvaughn/react-error-boundary@v3.0.2...v3.1.4)

Updates `react-hook-form` from 7.43.9 to 7.52.1
- [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.43.9...v7.52.1)

Updates `react-intl` from 5.23.0 to 5.25.1
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/[email protected]@5.25.1)

Updates `react-on-rails` from 12.2.0 to 12.6.0
- [Changelog](https://github.com/shakacode/react_on_rails/blob/master/CHANGELOG.md)
- [Commits](shakacode/react_on_rails@12.2.0...12.6.0)

Updates `react-text-mask` from 5.4.3 to 5.5.0
- [Release notes](https://github.com/text-mask/text-mask/releases)
- [Commits](https://github.com/text-mask/text-mask/commits)

Updates `@types/react-text-mask` from 5.4.10 to 5.4.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-text-mask)

Updates `react-use` from 17.3.1 to 17.5.1
- [Release notes](https://github.com/streamich/react-use/releases)
- [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md)
- [Commits](streamich/react-use@v17.3.1...v17.5.1)

Updates `snabbdom` from 0.3.0 to 0.7.4
- [Release notes](https://github.com/snabbdom/snabbdom/releases)
- [Changelog](https://github.com/snabbdom/snabbdom/blob/master/CHANGELOG.md)
- [Commits](snabbdom/snabbdom@v0.3.0...v0.7.4)

Updates `swr` from 1.0.0 to 1.3.0
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](vercel/swr@1.0.0...1.3.0)

Updates `whatwg-fetch` from 3.6.2 to 3.6.20
- [Release notes](https://github.com/github/fetch/releases)
- [Changelog](https://github.com/JakeChampion/fetch/blob/main/CHANGELOG.md)
- [Commits](JakeChampion/fetch@v3.6.2...v3.6.20)

Updates `yup` from 0.29.3 to 0.32.11
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](jquense/yup@v0.29.3...v0.32.11)

---
updated-dependencies:
- dependency-name: "@hookform/resolvers"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: "@material-ui/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: "@material-ui/icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: "@rails/activestorage"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: "@reach/auto-id"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: "@stripe/stripe-js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: bignumber.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: classnames
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: color
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: "@types/color"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-production
- dependency-name: commons.css
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-production
- dependency-name: cookie
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: dotize
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: dragula
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-production
- dependency-name: ff-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: flimflam
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: flimflam-render
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: flyd
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-production
- dependency-name: form-serialize
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-production
- dependency-name: i18n-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: "@types/i18n-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-production
- dependency-name: iban
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-production
- dependency-name: immutable
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: jquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: "@types/jquery"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: mobx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-production
- dependency-name: moment
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: moment-timezone
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-production
- dependency-name: parsleyjs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: pikaday
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: pikaday-time
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: ramda
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: react-error-boundary
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: react-intl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: react-on-rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: react-text-mask
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: "@types/react-text-mask"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-production
- dependency-name: react-use
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: snabbdom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: swr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
- dependency-name: whatwg-fetch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-production
- dependency-name: yup
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 30, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 5, 2024

Superseded by #1765.

@dependabot dependabot bot closed this Oct 5, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-minor-production-39be037f85 branch October 5, 2024 04:37
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants