huridocs / uwazi

Uwazi is a web-based, open-source solution for building and sharing document collections
http://www.uwazi.io
MIT License
242 stars 80 forks source link

Bump the dev-minor-dependencies group across 1 directory with 25 updates #7407

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 4 weeks ago

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

Package From To
@aws-sdk/client-s3 3.664.0 3.678.0
@fast-csv/format 5.0.0 5.0.2
@remix-run/router 1.19.2 1.20.0
cookie-parser 1.4.6 1.4.7
express 4.21.0 4.21.1
express-session 1.18.0 1.18.1
jotai 2.10.0 2.10.1
moment-timezone 0.5.45 0.5.46
pdfjs-dist 4.6.82 4.7.76
postcss-prefix-selector 2.0.0 2.1.0
qrcode.react 4.0.1 4.1.0
react-dropzone 14.2.9 14.2.10
react-hook-form 7.53.0 7.53.1
react-player 2.13.0 2.15.1
react-router-dom 6.26.2 6.27.0
superagent 10.1.0 10.1.1
typescript 5.6.2 5.6.3
@testing-library/jest-dom 6.5.0 6.6.2
html-webpack-plugin 5.6.0 5.6.3
redux-mock-store 1.5.4 1.5.5
@types/redux-mock-store 1.0.3 1.0.6
sass 1.79.3 1.80.4
tailwindcss 3.4.13 3.4.14
webpack 5.94.0 5.95.0

Updates @aws-sdk/client-s3 from 3.664.0 to 3.678.0

Release notes

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

v3.678.0

3.678.0(2024-10-23)

Documentation Changes
  • client-bedrock: Doc updates for supporting converse (6a255980)
New Features
  • clients: update client endpoints as of 2024-10-23 (a03b3eec)
  • client-mwaa: Introducing InvokeRestApi which allows users to invoke the Apache Airflow REST API on the webserver with the specified inputs. (180dd234)
  • client-connect: Amazon Connect Service Feature: Add support to start screen sharing for a web calling contact. (aa538867)
  • client-ec2: Amazon EC2 X8g, C8g and M8g instances are powered by AWS Graviton4 processors. X8g provide the lowest cost per GiB of memory among Graviton4 instances. C8g provide the best price performance for compute-intensive workloads. M8g provide the best price performance in for general purpose workloads. (fe1251ec)
  • client-payment-cryptography: Add support for ECC P-256 and P-384 Keys. (e4119ab1)
  • client-payment-cryptography-data: Add ECDH support on PIN operations. (2f74e23b)
Bug Fixes
Tests
  • convert some packages unit and e2e tests to vitest (#6584) (3435c992)

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

v3.677.0

3.677.0(2024-10-22)

Documentation Changes
New Features
  • clients: update client endpoints as of 2024-10-22 (0958ca6b)
  • client-rds: Global clusters now expose the Endpoint attribute as one of its fields. It is a Read/Write endpoint for the global cluster which resolves to the Global Cluster writer instance. (03416814)
  • client-m2: Add AuthSecretsManagerArn optional parameter to batch job APIs, expand batch parameter limits, and introduce clientToken constraints. (e2fcaab9)
  • client-timestream-query: This release adds support for Query Insights, a feature that provides details of query execution, enabling users to identify areas for improvement to optimize their queries, resulting in improved query performance and lower query costs. (2caa0462)
  • client-repostspace: Adds the BatchAddRole and BatchRemoveRole APIs. (fa3d3d02)
  • client-bedrock-runtime: Updating invoke regex to support imported models for converse API (eae7a3ee)
  • client-imagebuilder: Add macOS platform and instance placement options (df4c455f)
Tests

... (truncated)

Changelog

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

3.678.0 (2024-10-23)

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

3.677.0 (2024-10-22)

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

3.676.0 (2024-10-21)

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

3.675.0 (2024-10-18)

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

3.674.0 (2024-10-17)

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

3.673.0 (2024-10-16)

Features

  • client-s3: Add support for the new optional bucket-region and prefix query parameters in the ListBuckets API. For ListBuckets requests that express pagination, Amazon S3 will now return both the bucket names and associated AWS regions in the response. (e7f10a2)

... (truncated)

Commits


Updates @fast-csv/format from 5.0.0 to 5.0.2

Release notes

Sourced from @​fast-csv/format's releases.

v5.0.2

5.0.2 (2024-10-22)

Bug Fixes

  • deps: update docusaurus monorepo to v3.3.2 (#888) (60f5e27)
  • deps: update docusaurus monorepo to v3.4.0 (#961) (cef2f2e)

v5.0.1

What's Changed

  • chore(docs): update changelog and homepage URL

Full Changelog: https://github.com/C2FO/fast-csv/compare/v5.0.0...v5.0.1

Changelog

Sourced from @​fast-csv/format's changelog.

5.0.2 (2024-10-22)

Note: Version bump only for package @​fast-csv/format

Commits
Maintainer changes

This version was pushed to npm by dustinsmith1024, a new releaser for @​fast-csv/format since your current version.


Updates @remix-run/router from 1.19.2 to 1.20.0

Changelog

Sourced from @​remix-run/router's changelog.

1.20.0

Minor Changes

  • Stabilize unstable_patchRoutesOnNavigation (#11973)
    • Add new PatchRoutesOnNavigationFunctionArgs type for convenience (#11967)
  • Stabilize unstable_dataStrategy (#11974)
  • Stabilize the unstable_flushSync option for navigations and fetchers (#11989)
  • Stabilize the unstable_viewTransition option for navigations and the corresponding unstable_useViewTransitionState hook (#11989)

Patch Changes

  • Fix bug when submitting to the current contextual route (parent route with an index child) when an ?index param already exists from a prior submission (#12003)
  • Fix useFormAction bug - when removing ?index param it would not keep other non-Remix index params (#12003)
  • Fix bug with fetchers not persisting preventScrollReset through redirects during concurrent fetches (#11999)
  • Remove internal cache to fix issues with interrupted patchRoutesOnNavigation calls (#12055)
    • We used to cache in-progress calls to patchRoutesOnNavigation internally so that multiple navigations with the same start/end would only execute the function once and use the same promise
    • However, this approach was at odds with patch short circuiting if a navigation was interrupted (and the request.signal aborted) since the first invocation's patch would no-op
    • This cache also made some assumptions as to what a valid cache key might be - and is oblivious to any other application-state changes that may have occurred
    • So, the cache has been removed because in most cases, repeated calls to something like import() for async routes will already be cached automatically - and if not it's easy enough for users to implement this cache in userland
  • Avoid unnecessary console.error on fetcher abort due to back-to-back revalidation calls (#12050)
  • Expose errors thrown from patchRoutesOnNavigation directly to useRouteError instead of wrapping them in a 400 ErrorResponse instance (#12111)
  • Fix types for RouteObject within PatchRoutesOnNavigationFunction's patch method so it doesn't expect agnostic route objects passed to patch (#11967)
  • Fix bugs with partialHydration when hydrating with errors (#12070)
  • Remove internal discoveredRoutes FIFO queue from unstable_patchRoutesOnNavigation (#11977)
Commits
  • 8cfb4a7 chore: Update version for release (#12121)
  • cde8139 chore: Update version for release (pre) (#12112)
  • 2367bfd Expose patchRoutesOnNavigation errors directly (#12111)
  • 9a62e35 chore: Update version for release (pre) (#12101)
  • 3be88c6 Fix partial hydration bugs when hydrating with errors (#12070)
  • 51546cc Remove internal cache from patchRoutesOnNavigation (#12055)
  • 51984d1 Avoid unnecessary console error on fetcher abort due to back-to-back revalida...
  • 0471c02 Fix idempotent patchRoutes for sibling pathless layout routes (#12013)
  • 0389eba Fix issues with contextual routing and index params (#12003)
  • f941ddf Fix bug with preventScrollReset when using concurrent redirecting fetchers (#...
  • Additional commits viewable in compare view


Updates @smithy/node-http-handler from 3.2.4 to 3.2.5

Release notes

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

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

Patch Changes

  • Updated dependencies [84bec05]
    • @​smithy/types@​3.6.0
    • @​smithy/abort-controller@​3.1.6
    • @​smithy/protocol-http@​4.1.5
    • @​smithy/querystring-builder@​3.0.8
Changelog

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

3.2.5

Patch Changes

  • Updated dependencies [84bec05]
    • @​smithy/types@​3.6.0
    • @​smithy/abort-controller@​3.1.6
    • @​smithy/protocol-http@​4.1.5
    • @​smithy/querystring-builder@​3.0.8
Commits


Updates cookie-parser from 1.4.6 to 1.4.7

Release notes

Sourced from cookie-parser's releases.

1.4.7

What's Changed

New Contributors

Full Changelog: https://github.com/expressjs/cookie-parser/compare/1.4.6...1.4.7

Changelog

Sourced from cookie-parser's changelog.

1.4.7 / 2024-10-08

  • deps: cookie@0.7.2
    • Fix object assignment of hasOwnProperty
  • deps: cookie@0.7.1
    • Allow leading dot for domain
      • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
    • Add fast path for serialize without options, use obj.hasOwnProperty when parsing
  • deps: cookie@0.7.0
    • perf: parse cookies ~10% faster
    • fix: narrow the validation of cookies to match RFC6265
    • fix: add main to package.json for rspack
  • deps: cookie@0.6.0
    • Add partitioned option
  • deps: cookie@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
  • deps: cookie@0.4.2
    • pref: read value only when assigning in parse
    • pref: remove unnecessary regexp in parse
Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for cookie-parser since your current version.


Updates express from 4.21.0 to 4.21.1

Release notes

Sourced from express's releases.

4.21.1

What's Changed

Full Changelog: https://github.com/expressjs/express/compare/4.21.0...4.21.1

Changelog

Sourced from express's changelog.

4.21.1 / 2024-10-08

Commits


Updates express-session from 1.18.0 to 1.18.1

Release notes

Sourced from express-session's releases.

1.18.1

What's Changed

New Contributors

Full Changelog: https://github.com/expressjs/session/compare/v1.18.0...v1.18.1

Changelog

Sourced from express-session's changelog.

1.18.1 / 2024-10-08

  • deps: cookie@0.7.2
    • Fix object assignment of hasOwnProperty
  • deps: cookie@0.7.1
    • Allow leading dot for domain
      • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
    • Add fast path for serialize without options, use obj.hasOwnProperty when parsing
  • deps: cookie@0.7.0
    • perf: parse cookies ~10% faster
    • fix: narrow the validation of cookies to match RFC6265
    • fix: add main to package.json for rspack
Commits
Maintainer changes

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


Updates jotai from 2.10.0 to 2.10.1

Release notes

Sourced from jotai's releases.

v2.10.1

This fixes a bug in an extreme edge case. If you find this change breaks something, please report to us.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.10.0...v2.10.1

Commits


Updates moment-timezone from 0.5.45 to 0.5.46

Release notes

Sourced from moment-timezone's releases.

Release 0.5.46

  • Updated data to IANA TZDB 2024b. This only affects historical timestamps; no future timestamps have changed.
Changelog

Sourced from moment-timezone's changelog.

0.5.46 2024-10-06

  • Updated data to IANA TZDB 2024b. This only affects historical timestamps; no future timestamps have changed.
Commits
  • 4b7ce20 Build moment-timezone 0.5.46
  • 64a0288 Bump version to 0.5.46
  • d5f3c70 Merge pull request #1121 from moment/automated/data-update
  • 1c6b26d ci: Allow tests to be run manually on a branch
  • 5086b53 Fix MET guess test for new data
  • f51dc2e data: Add 2024b
  • 1deeb20 ci: Allow data update PRs to be created with failing tests
  • db8f165 build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#1109)
  • 543eb57 Merge pull request #1105 from moment/dependabot/npm_and_yarn/ejs-3.1.10
  • eac2df3 build(deps-dev): bump ejs from 3.1.9 to 3.1.10
  • See full diff in compare view


Updates pdfjs-dist from 4.6.82 to 4.7.76

Release notes

Sourced from pdfjs-dist's releases.

v4.7.76

This release contains improvements for accessibility, the annotation editor, annotation rendering, font conversion, form rendering, text selection, tiling pattern rendering and the viewer.

Changes since v4.6.82

... (truncated)

Commits
  • 8b73b82 Merge pull request #18844 from calixteman/bug1922063
  • 7eee86e Merge pull request #18855 from timvandermeij/updates
  • e6a413d Update translations to the most recent versions
  • dcc46ce Upgrade eslint-plugin-unicorn to version 56.0.0
  • 78bf528 Update dependencies to the most recent versions
  • a45e4a3 Use Calibri and Lucida Console, when it's possible, in place of sans-serif an...
  • 5a25c47 Merge pull request #18853 from calixteman/issue18036
  • 3194f3d Keep the empty lines in the text fields
  • 9e69735 Merge pull request #18854 from sylvestre/patch-1
  • 64ca2ee Add more authors
  • Additional commits viewable in compare view


Updates postcss-prefix-selector from 2.0.0 to 2.1.0

Release notes

Sourced from postcss-prefix-selector's releases.

2.1.0 Transform global selectors

  • Global selectors html, body, :root can't be prefixed so they're replaced by the prefix instead body => .prefix.
  • skipGlobalSelectors options disables this behavior, global selectors won't be changed in any way
Commits


Updates qrcode.react from 4.0.1 to 4.1.0

Release notes

Sourced from qrcode.react's releases.

v4.1.0

Added

  • Added support for new boostLevel prop, allowing the disabling of the underlying encoder's default of automatically boosting the ECL. (#374)
  • Added support for accepting an array of strings for value, which enables encoding of each part into independent segments. (#374)
Changelog

Sourced from qrcode.react's changelog.

[4.1.0] - 2024-10-21

Added

  • Added support for new boostLevel prop, allowing the disabling of the underlying encoder's default of automatically boosting the ECL. (#374)
  • Added support for accepting an array of strings for value, which enables encoding of each part into independent segments. (#374)

[3.2.0] - 2024-08-31

Fixed

  • Improved support for dual publishing of ESM/CJS modules for better compatibility with tools. (#301, #368)
  • Mitigated warnings when using QRCodeSVG in server components (#352)

Changed

  • Added @deprecated JSDoc to default export for additional visibility in editors to TypeScript users.
Commits


Updates react-dropzone from 14.2.9 to 14.2.10

Release notes

Sourced from react-dropzone's releases.

v14.2.10

14.2.10 (2024-10-19)

Bug Fixes

  • fix exports declaration (53bba3a)
Commits
  • 53bba3a fix: fix exports declaration
  • e707bda docs: link to org contributing guidelines
  • e66f63c docs: fix link to new issue in contributing doc
  • abe9387 docs: fix links in contributing doc
  • 65f56c4 docs: add link to codesandbox template
  • See full diff in compare view


Updates react-hook-form from 7.53.0 to 7.53.1

Release notes

Sourced from react-hook-form's releases.

Version 7.53.1

🐞 fix: #12294 ensure Invalid Date is evaluated correctly (#12295) 🐞 fix #12316 setValue should work for arrays of primitives to handle checkboxes (#12316) (#12317) 🐞 fix #12097 Use dirty fields along with mount names for form reset with keepDirtyValues (#12211) 🫀 fix #12237 disabled state trigger formState dirty/dirtyFields to update (#12239) 🐞 fix #12291 field array remove cause undefined with FormData (#12305) 📝 improve flatten function with object type check (#12306) 🖐️ improve: resolve type of set function (#12145) 🔧 chore: upgrade eslint to v9 (#12150) 📖 fix: code example input field placeholder name (#12296) 📖 docs: fix typo in code example (#12271)

thanks to @​rasikhq @​abnud11 @​crypt0box @​developer-bandi @​matmannion @​hasancruk & @​vismay7

Changelo... _Description has been truncated_
dependabot[bot] commented 4 weeks ago

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