edenspiekermann / craft-jwt-auth

Enable authentication to Craft through the use of Javascript Web Tokens (JWT)
MIT License
5 stars 16 forks source link

chore(deps): Bump craftcms/cms from 3.3.7 to 3.7.14 #17

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps craftcms/cms from 3.3.7 to 3.7.14.

Changelog

Sourced from craftcms/cms's changelog.

3.7.14 - 2021-09-28

Added

  • Added craft\base\Element::EVENT_PREP_QUERY_FOR_TABLE_ATTRIBUTE. (#9862)
  • Added craft\base\ElementInterface::getIsFresh().
  • Added craft\base\ElementInterface::setIsFresh().
  • Added craft\cache\ElementQueryTagDependency.
  • Added craft\elements\db\ElementQuery::getCacheTags().
  • Added craft\events\ElementIndexTableAttributeEvent.
  • Added craft\events\SearchEvent::$elementQuery.
  • Added craft\events\SearchEvent::getElementIds().
  • Added craft\events\SearchEvent::setElementIds().
  • Added craft\services\Search::searchElements().
  • Added the fullPane setting to Vue admin tables, which can be set to false if the table is not the only UI component in its content pane.

Changed

  • Enhanced the visibility of global navigation badges.
  • Enhanced the visibility of focused menu options.
  • Improved the performance of element query search params. (#9867)
  • Element queries’ cache() methods now create a cache dependency based on the element queries’ cache tags by default.
  • Element index queries are now cached.
  • The migrate/all command now includes plugins whose schema versions have changed, even if they don’t have any new migrations. (#9860)
  • It’s now possible to pass an array of Matrix block IDs into a Matrix field’s element query param. (#9875)
  • Improved GraphQL performance. (#9830)

Deprecated

  • Deprecated craft\base\Element::getHasFreshContent(). getIsFresh() should be used instead.
  • Deprecated craft\services\Search::filterElementIdsByQuery().

Fixed

  • Fixed the control panel heading order for more intuitive navigation by screen reader users.
  • Fixed an uncaught error that could occur when saving a draft. (#9841)
  • Fixed an error that occurred when mutating an entry via GraphQL, if it belonged to any disabled sites. (#9842)
  • Fixed a bug where some field types wouldn’t use their configured default values on new entries, fields that weren’t included in the primary entry type. (#9852)
  • Fixed a bug where some action menus didn’t have a label for screen readers.
  • Fixed a bug where craft\web\Response::redirect() no longer supported passing an array to the $url argument. (#9857)
  • Fixed a bug where duplicated entries that were created via an “Applying new propagation method” job weren’t getting positioned correctly based on the original entries’ structure. (#9782)
  • Fixed a bug where unpublished drafts could disappear after clicking “Create entry” if the URI could not be made unique. (#9873)
  • Fixed an error that could occur when processing relatedTo* GraphQL arguments in some cases.
  • Fixed an error that could occur when an entry’s Title Format referenced a custom field with author in its handle. (#9891)

Security

  • Fixed a potential CSV injection vulnerability.

3.7.13 - 2021-09-14

Added

  • Added the up command, which calls migrate/all and project-config/apply, wrapped in a mutex lock.
  • Added craft\services\Plugins::updatePluginVersionInfo().

... (truncated)

Commits


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 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/edenspiekermann/craft-jwt-auth/network/alerts).
dependabot[bot] commented 2 years ago

Superseded by #18.