BorysShulyak / strapi-plugin-field-formula

A plugin for Strapi Headless CMS that provides an integration with powerful mathjs library.
MIT License
7 stars 1 forks source link

chore(deps): Bump @strapi/helper-plugin from 4.12.5 to 4.13.2 #75

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @strapi/helper-plugin from 4.12.5 to 4.13.2.

Release notes

Sourced from @​strapi/helper-plugin's releases.

v4.13.2

🔥 Bug fix

⚙️ Chore

đź“š Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here

v4.13.1

:warning: Breaking Changes :warning:

Starting with Strapi v4.13.1, requests to the Content API using invalid query parameters will be rejected with an error response instead of being silently removed from the query. If you are seeing “Invalid parameter” errors in a Content API request, please ensure that every parameter in your query string is valid. If you need the previous behavior of filtering out invalid parameters, you will need to use a custom controller that only calls sanitizeQuery and not validateQuery. For more information as to why we made this change please see #17001

:warning: Security Warning and Notice :warning:

Strapi was made aware of a few vulnerabilities that were patched in this release, for now we are going to delay the detailed disclosure of the exact details on how to exploit it and how it was patched to give time for users to upgrade before we do public disclosure.

For now the delay timeline looks like we will release the detailed information in the next two (2) weeks, we expect to do public disclosure (via a blog post) on Wednesday Sept 13th, 2023. The previous disclosure mentioned in v4.12.1 was delayed and will also be disclosed on Sept 13th, 2023.

đź’… Enhancement

🚀 New feature

🔥 Bug fix

... (truncated)

Commits
  • 989fc49 v4.13.2
  • e42f84d Merge pull request #17909 from strapi/dependabot/npm_and_yarn/msw-1.3.0
  • 49b0de6 chore(deps-dev): bump msw from 1.2.1 to 1.3.0
  • f37e022 chore(deps-dev): bump the storybook group with 7 updates
  • a9afeb9 v4.13.1
  • 6f1d9a1 Revert "Fix: Use sync over async components in admin panel APIs"
  • cf773a6 chore(deps): bump axios from 1.4.0 to 1.5.0
  • a2b1a1e Merge branch 'temp-fix'
  • fefc4a2 v4.12.7
  • 60f5155 Merge branch 'main' into releases/4.12.6
  • Additional commits viewable in compare view


Dependabot compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #78.