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

chore(deps): bump apostrophe from 3.64.0 to 4.5.4 #318

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 23, 2024

Bumps apostrophe from 3.64.0 to 4.5.4.

Changelog

Sourced from apostrophe's changelog.

4.5.4 (2024-07-22)

Fixes

  • Add a default projection to ancestors of search results in order to load a reasonable amount of data and avoid request timeouts.

4.5.3 (2024-07-17)

Fixes

  • Enhanced media selection with touchpad on Windows by extending focus timeout.

4.5.2 (2024-07-11)

Fixes

  • Ensure that apos.doc.walk never gets caught in an infinite loop even if circular references are present in the data. This is a hotfix for an issue that can arise when the new support for breadcrumbs in search results is combined with a more inclusive projection for page ancestors.
  • Correct a longstanding bug in apos.doc.walk that led items to be listed twice in the ancestors array passed to the iterator.
  • Correct a longstanding bug in apos.doc.walk that led ancestors that are themselves arrays to be misrepresented as a series of objects in the ancestors array passed to the iterator.
  • For additional guarantees of reliability the _dotPath and _ancestors arguments to apos.doc.walk, which were always clearly documented as for internal use only, can no longer be passed in externally.

4.5.1 (2024-07-11)

Changes

  • Allow tiptap rich-text widget to open modals for images and links without closing the toolbar.

4.5.0 (2024-07-10)

Adds

  • Allow to disable shortcut by setting the option shortcut: false
  • Adds a new color picker tool for the rich-text-widget toolbar that matches the existing color schema field. This also adds the same pickerOptions and format options to the rich-text-widget configuration that exist in the color schema field.
  • Add missing UI translation keys.
  • Infite scroll in media manager instead of pagination and related search fixes.
  • Improves loaders by using new AposLoadingBlock that uses AposLoading instead of the purple screen in media manager.
  • Select the configured aspect ratio and add data-apos-field attributes to the fields inside AposImageRelationshipEditor.vue.
  • Add getShowAdminBar method. This method can be overriden in projects to drive the admin bar visibility for logged-in users.

Fixes

  • Removes unnecessary, broadly applied line-height setting that may cause logged-in vs logged-out visual discrepencies.
  • Remove double GET request when saving image update.
  • Fix filter menu forgetting selecting filters and not instantiating them.
  • Remove blur emit for filter buttons and search bar to avoid re requesting when clicking outside…
  • this.modified was not working properly (set to false when saving). We can now avoid to reload images when saving no changes.
  • In media manager images checkboxes are disabled when max is reached.
  • In media manager when updating an image or archiving, update the list instead of fetching and update checked documents to see changes in the right panel selected list.
  • The password field type now has a proper fallback default, the empty string, just like the string field type and its derivatives. This resolves bugs in which the unexpected null caused problems during validation. This bug

... (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 show <dependency name> 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)

Bumps [apostrophe](https://github.com/apostrophecms/apostrophe) from 3.64.0 to 4.5.4.
- [Changelog](https://github.com/apostrophecms/apostrophe/blob/main/CHANGELOG.md)
- [Commits](apostrophecms/apostrophe@3.64.0...4.5.4)

---
updated-dependencies:
- dependency-name: apostrophe
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 23, 2024
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.

0 participants