-
Notifications
You must be signed in to change notification settings - Fork 176
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
Hotfixes release for development ending 2022-09-16 #3644
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Adjust the reset interval, and logic to prevent excess resets
Remove vuetify-loader.
Resolve remaining issues with dropdown positioning and broken help tooltips
Attempt to do automated dependency upgrades.
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 5.30.0 to 7.9.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@5.30.0...7.9.0) --- updated-dependencies: - dependency-name: "@sentry/browser" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [store2](https://github.com/nbubna/store) from 2.13.2 to 2.14.2. - [Release notes](https://github.com/nbubna/store/releases) - [Commits](nbubna/store@2.13.2...2.14.2) --- updated-dependencies: - dependency-name: store2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [pdfjs-dist](https://github.com/mozilla/pdfjs-dist) from 2.14.305 to 2.15.349. - [Release notes](https://github.com/mozilla/pdfjs-dist/releases) - [Commits](mozilla/pdfjs-dist@v2.14.305...v2.15.349) --- updated-dependencies: - dependency-name: pdfjs-dist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [workbox-precaching](https://github.com/googlechrome/workbox) from 6.5.3 to 6.5.4. - [Release notes](https://github.com/googlechrome/workbox/releases) - [Commits](GoogleChrome/workbox@v6.5.3...v6.5.4) --- updated-dependencies: - dependency-name: workbox-precaching dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…n/sentry/browser-7.9.0 Bump @sentry/browser from 5.30.0 to 7.9.0
…n/workbox-precaching-6.5.4 Bump workbox-precaching from 6.5.3 to 6.5.4
…n/store2-2.14.2 Bump store2 from 2.13.2 to 2.14.2
…n/core-js-3.25.1 Bump core-js from 3.25.0 to 3.25.1
Bumps [jest-each](https://github.com/facebook/jest/tree/HEAD/packages/jest-each) from 28.1.3 to 29.0.3. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.0.3/packages/jest-each) --- updated-dependencies: - dependency-name: jest-each dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…n/jest-each-29.0.3 Bump jest-each from 28.1.3 to 29.0.3
…me for the file does not have one.
… array is available
Bumps [broadcast-channel](https://github.com/pubkey/broadcast-channel) from 4.14.0 to 4.17.0. - [Release notes](https://github.com/pubkey/broadcast-channel/releases) - [Changelog](https://github.com/pubkey/broadcast-channel/blob/master/CHANGELOG.md) - [Commits](https://github.com/pubkey/broadcast-channel/commits) --- updated-dependencies: - dependency-name: broadcast-channel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…n/broadcast-channel-4.17.0 Bump broadcast-channel from 4.14.0 to 4.17.0
Bumps [pdfjs-dist](https://github.com/mozilla/pdfjs-dist) from 2.15.349 to 2.16.105. - [Release notes](https://github.com/mozilla/pdfjs-dist/releases) - [Commits](mozilla/pdfjs-dist@v2.15.349...v2.16.105) --- updated-dependencies: - dependency-name: pdfjs-dist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Add new models for full text search and migration commands
…n CatalogList.vue file to correctly update the channel cards width
Updates width of content library channel cards with no description to…
…n/pdfjs-dist-2.16.105 Bump pdfjs-dist from 2.15.349 to 2.16.105
Use the file format as the default extension in case the passed in name for the file does not have one.
….3.4 Bump redis from 3.5.3 to 4.3.4
Add files existence and length check so validation is run later
Hide tooltip for certain accessibility options and reorder them
Refactor frontend-only fields and defensiveness
rtibbles
approved these changes
Sep 19, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So many commits.
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Major release of multiple new features and bug fixes:
Dependency updates