Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps the frontend-backend group with 6 updates in the /frontend/backend directory:

Package From To
axios 1.6.2 1.7.7
fast-jwt 3.0.0 4.0.5
follow-redirects 1.13.3 1.15.9
json-web-token 3.0.1 3.2.0
payload 1.5.9 2.30.4
yaml 2.1.0 2.6.0

Updates axios from 1.6.2 to 1.7.7

Release notes

Sourced from axios's releases.

Release v1.7.7

Release notes:

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

Release v1.7.6

Release notes:

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

Release v1.7.5

Release notes:

Bug Fixes

  • adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)

Contributors to this release

Release v1.7.4

Release notes:

Bug Fixes

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.7 (2024-08-31)

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

1.7.6 (2024-08-30)

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

1.7.5 (2024-08-23)

Bug Fixes

  • adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)

Contributors to this release

1.7.4 (2024-08-13)

Bug Fixes

... (truncated)

Commits
  • 5b8a826 chore(release): v1.7.7 (#6585)
  • 364993f fix(http): fixed support for IPv6 literal strings in url (#5731)
  • d198085 fix(fetch): fix stream handling in Safari by fallback to using a stream reade...
  • d584fcf chore(release): v1.7.6 (#6583)
  • bc03c6c chore(examples): fix module import (#6575)
  • df9889b fix(fetch): optimize signals composing logic; (#6582)
  • ee208cf chore(sponsor): update sponsor block (#6576)
  • 085f568 fix(fetch): fix content length calculation for FormData payload; (#6524)
  • 59cd6b0 chore(release): v1.7.5 (#6574)
  • 6700a8a fix(core): add the missed implementation of AxiosError#status property; (#6573)
  • Additional commits viewable in compare view

Updates fast-jwt from 3.0.0 to 4.0.5

Release notes

Sourced from fast-jwt's releases.

v4.0.5

What's Changed

New Contributors

Full Changelog: nearform/fast-jwt@v4.0.3...v4.0.5

v4.0.3

What's Changed

New Contributors

Full Changelog: nearform/fast-jwt@v4.0.2...v4.0.3

v4.0.2

What's Changed

New Contributors

Full Changelog: nearform/fast-jwt@v4.0.1...v4.0.2

v4.0.1

What's Changed

New Contributors

Full Changelog: nearform/fast-jwt@v4.0.0...v4.0.1

v4.0.0

BREAKING CHANGES

... (truncated)

Commits

Updates follow-redirects from 1.13.3 to 1.15.9

Commits
  • e4e55c7 Release version 1.15.9 of the npm package.
  • 31a1abf Attempt much more gentle detection.
  • d2aaa97 Fix url field.
  • 62558f0 Release version 1.15.8 of the npm package.
  • a8d1cee Return subtlety.
  • 458ca8e Fix native URL test for Node 20.
  • ca49e44 Handle KeepAlive connections in tests.
  • f3711d7 Test on Node 20 and 22.
  • fda0faf Fix typo.
  • 760757f Release version 1.15.7 of the npm package.
  • Additional commits viewable in compare view

Updates json-web-token from 3.0.1 to 3.2.0

Commits

Updates payload from 1.5.9 to 2.30.4

Release notes

Sourced from payload's releases.

v2.30.4

2.30.4 (2024-11-11)

Features

Bug Fixes

  • db-postgres: sort by localized fields (#9016) (9c25754)
  • edit many modal draft action button order and style (#9046) (a907480), closes #9045
  • error saving after duplicating blocks with nested items (#8814) (eba777c)
  • list drawer relationship not displaying (#9011) (169da5c)
  • querying relationships by id path with REST (#9014) (a0bd706)

v2.30.3

2.30.3 (2024-10-18)

Bug Fixes

  • db-postgres: migrate:create errors with previous schemas (#8786) (e9c1222)
  • duplicate with select hasMany fields (#8734) (c8ed645)

v2.30.2

2.30.2 (2024-10-17)

Bug Fixes

  • applies resize after cropping if resizeOptions are defined (#8535) (f2284f3)
  • calculates correct aspect ratio dimensions on sharp based files (#8510) (9d05b82), closes #8317
  • db-postgres: build indexes for relationships (#8446) (d05e3b0)
  • db-postgres: port many various fixes from 3.0 (#8468) (1347b6c)
  • db-postgres: select hasMany nested to array + tab/group (#8739) (0efc610)
  • richtext-lexical: add target _blank for new-tab in linkFeature (#8571) (61e8ce1), closes #8569

v2.30.1

2.30.1 (2024-10-02)

Bug Fixes

  • db-mongodb: properly filters out number field values with the exists operator filter (#8415) (0586f23), closes #8181
  • sorting by id incorrectly orders by version.id (#8450) (1d38e6d)

v2.30.0

2.30.0 (2024-09-27)

... (truncated)

Changelog

Sourced from payload's changelog.

2.30.4 (2024-11-11)

Features

Bug Fixes

  • db-postgres: sort by localized fields (#9016) (9c25754)
  • edit many modal draft action button order and style (#9046) (a907480), closes #9045
  • error saving after duplicating blocks with nested items (#8814) (eba777c)
  • list drawer relationship not displaying (#9011) (169da5c)
  • querying relationships by id path with REST (#9014) (a0bd706)

2.30.3 (2024-10-18)

Bug Fixes

  • db-postgres: migrate:create errors with previous schemas (#8786) (e9c1222)
  • duplicate with select hasMany fields (#8734) (c8ed645)

2.30.2 (2024-10-17)

Bug Fixes

  • applies resize after cropping if resizeOptions are defined (#8535) (f2284f3)
  • calculates correct aspect ratio dimensions on sharp based files (#8510) (9d05b82), closes #8317
  • db-postgres: build indexes for relationships (#8446) (d05e3b0)
  • db-postgres: port many various fixes from 3.0 (#8468) (1347b6c)
  • db-postgres: select hasMany nested to array + tab/group (#8739) (0efc610)
  • richtext-lexical: add target _blank for new-tab in linkFeature (#8571) (61e8ce1), closes #8569

2.30.1 (2024-10-02)

Bug Fixes

  • db-mongodb: properly filters out number field values with the exists operator filter (#8415) (0586f23), closes #8181
  • sorting by id incorrectly orders by version.id (#8450) (1d38e6d)

2.30.0 (2024-09-27)

  • export toast from react toastify in payload (#8438) (17fc2d1)

2.29.0 (2024-09-25)

... (truncated)

Commits
  • 55eb6e7 chore(release): payload/2.30.4 [skip ci]
  • a907480 fix: edit many modal draft action button order and style (#9046)
  • a0bd706 fix: querying relationships by id path with REST (#9014)
  • 169da5c fix: list drawer relationship not displaying (#9011)
  • eba777c fix: error saving after duplicating blocks with nested items (#8814)
  • 218f2ea chore(release): payload/2.30.3 [skip ci]
  • c8ed645 fix: duplicate with select hasMany fields (#8734)
  • 6690c37 chore(release): payload/2.30.2 [skip ci]
  • cc99c3a chore: improves getLatestCollectionVersion where constraints (#8747)
  • 9d05b82 fix: calculates correct aspect ratio dimensions on sharp based files (#8510)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates sharp from 0.32.0 to 0.32.6

Changelog

Sourced from sharp's changelog.

v0.32.6 - 18th September 2023

  • Upgrade to libvips v8.14.5 for upstream bug fixes.

  • Ensure composite tile images are fully decoded (regression in 0.32.0). #3767

  • Ensure withMetadata can add ICC profiles to RGB16 output. #3773

  • Ensure withMetadata does not reduce 16-bit images to 8-bit (regression in 0.32.5). #3773

  • TypeScript: Add definitions for block and unblock. #3799 @​ldrick

v0.32.5 - 15th August 2023

  • Upgrade to libvips v8.14.4 for upstream bug fixes.

  • TypeScript: Add missing WebpPresetEnum to definitions. #3748 @​pilotso11

  • Ensure compilation using musl v1.2.4. #3755 @​kleisauke

  • Ensure resize with a fit of inside respects 90/270 degree rotation. #3756

  • TypeScript: Ensure minSize property of WebpOptions is boolean. #3758 @​sho-xizz

  • Ensure withMetadata adds default sRGB profile. #3761

v0.32.4 - 21st July 2023

  • Upgrade to libvips v8.14.3 for upstream bug fixes.

  • Expose ability to (un)block low-level libvips operations by name.

  • Prebuilt binaries: restore support for tile-based output. #3581

v0.32.3 - 14th July 2023

... (truncated)

Commits

Updates yaml from 2.1.0 to 2.6.0

Release notes

Sourced from yaml's releases.

v2.6.0

  • Use a proper tag for !!merge << keys (#580)
  • Add stringKeys parse option (#581)
  • Stringify a Document as a Document (#576)
  • Add sponsorship by Manifest

v2.5.1

  • Include range in flow sequence pair maps (#573)

v2.5.0

  • Add --indent option to CLI tool (#559, with thanks to @​danielbayley)
  • Require newline in all cases for props on block sequence (#557)
  • Always reset indentation in lexer on ... (#558)
  • Ignore minContentWidth if greater than lineWidth (#562)
  • Drop unused Collection.maxFlowStringSingleLineLength (#522, #421)

v2.4.5

  • Improve tab handling (#553, yaml-test-suite tests DK95 & Y79Y)

v2.4.4

With special thanks to @​RedCMD for finding and reporting all of the following:

  • Allow comment after top-level block scalar with explicit indent indicator (#547)
  • Allow tab as indent for line comments before nodes (#548)
  • Do not allow tab before block collection (#549)
  • In flow collections, allow []{} immediately after : with plain key (#550)
  • Require indentation for ? explicit-key contents (#551)
  • Require indentation from block scalar header & flow collections in mapping values (#553)

v2.4.3

  • Improve error when parsing a non-string value (#459)
  • Do not parse -.NaN or +.nan as NaN (#546)
  • Support # within %TAG prefixes with trailing #comments
  • Check for non-node complex keys when stringifying with simpleKeys (#541)

v2.4.2

  • Restrict YAML 1.1 boolean strings to their explicit capitalization (#530)
  • Add sponsorship by Scipress (#536)

v2.4.1

  • cst: Do not drop trailing newline after line comment in block-map if followed by unindented block-seq value (#525)
  • Stringify flow collection comments in parent (#528)
  • Do not skip folding lines after the first in indented block scalars (#529)

v2.4.0

  • Add a command-line tool (#523)
  • Use the lineWidth option for line breaking in flow collections (#522)

v2.3.4

  • Do not throw for carriage return in tag shorthand (#501)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the frontend-backend group with 6 updates in the /frontend/backend directory:

| Package | From | To |
| --- | --- | --- |
| [axios](https://github.com/axios/axios) | `1.6.2` | `1.7.7` |
| [fast-jwt](https://github.com/nearform/fast-jwt) | `3.0.0` | `4.0.5` |
| [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.13.3` | `1.15.9` |
| [json-web-token](https://github.com/joaquimserafim/json-web-token) | `3.0.1` | `3.2.0` |
| [payload](https://github.com/payloadcms/payload/tree/HEAD/packages/payload) | `1.5.9` | `2.30.4` |
| [yaml](https://github.com/eemeli/yaml) | `2.1.0` | `2.6.0` |



Updates `axios` from 1.6.2 to 1.7.7
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.2...v1.7.7)

Updates `fast-jwt` from 3.0.0 to 4.0.5
- [Release notes](https://github.com/nearform/fast-jwt/releases)
- [Changelog](https://github.com/nearform/fast-jwt/blob/master/CHANGELOG.md)
- [Commits](nearform/fast-jwt@v3.0.0...v4.0.5)

Updates `follow-redirects` from 1.13.3 to 1.15.9
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.13.3...v1.15.9)

Updates `json-web-token` from 3.0.1 to 3.2.0
- [Release notes](https://github.com/joaquimserafim/json-web-token/releases)
- [Commits](https://github.com/joaquimserafim/json-web-token/commits)

Updates `payload` from 1.5.9 to 2.30.4
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Changelog](https://github.com/payloadcms/payload/blob/payload/2.30.4/CHANGELOG.md)
- [Commits](https://github.com/payloadcms/payload/commits/payload/2.30.4/packages/payload)

Updates `sharp` from 0.32.0 to 0.32.6
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](lovell/sharp@v0.32.0...v0.32.6)

Updates `yaml` from 2.1.0 to 2.6.0
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.1.0...v2.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-backend
- dependency-name: fast-jwt
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-backend
- dependency-name: follow-redirects
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-backend
- dependency-name: json-web-token
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-backend
- dependency-name: payload
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-backend
- dependency-name: sharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-backend
- dependency-name: yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-backend
...

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

dependabot bot commented on behalf of github Nov 25, 2024

Superseded by #56.

@dependabot dependabot bot closed this Nov 25, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/backend/frontend-backend-c91087bbe0 branch November 25, 2024 09:13
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.

1 participant