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

Bump jquery and typedoc-default-themes in /js #33

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 6, 2023

Bumps jquery and typedoc-default-themes. These dependencies needed to be updated together.
Updates jquery from 2.2.4 to 3.7.1

Release notes

Sourced from jquery's releases.

jQuery 3.7.1 Released: Reliable Table Row Dimensions

https://blog.jquery.com/2023/08/28/jquery-3-7-1-released-reliable-table-row-dimensions/

jQuery 3.7.0: Staying in Order

https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/

jQuery 3.6.4 Released: Selector Forgiveness

https://blog.jquery.com/2023/03/08/jquery-3-6-4-released-selector-forgiveness/

jQuery supports CSS.supports in jQuery 3.6.3

https://blog.jquery.com/2022/12/20/jquery-3-6-3-released-a-quick-selector-fix/

jQuery 3.6.2 :has arrived!

https://blog.jquery.com/2022/12/13/jquery-3-6-2-released/

jQuery 3.6.1 Maintenance Release

https://blog.jquery.com/2022/08/26/jquery-3-6-1-maintenance-release/

jQuery 3.6.0 Released!

https://blog.jquery.com/2021/03/02/jquery-3-6-0-released/

jQuery 3.5.0 Released!

See the blog post: https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ and the upgrade guide: https://jquery.com/upgrade-guide/3.5/

NOTE: Despite being a minor release, this update includes a breaking change that we had to make to fix a security issue ( CVE-2020-11022). Please follow the blog post & the upgrade guide for more details.

Commits
  • f79d5f1 3.7.1
  • 399b201 Release: revert change that broke release
  • f85d521 Release: update authors
  • 763ade6 Build: Generate the slim build on grunt & run compare_size on it
  • a288838 CSS: Make the reliableTrDimensions support test work with Bootstrap CSS (3.x ...
  • 87467a6 Selector: Only attach the unload handler in IE & Edge Legacy
  • 3c18c1f Build: Make sure *.cjs & *.mjs files use UNIX line endings as well
  • 72ae577 Build: switch preferred email for timmywil
  • a370d7d Build: Build: Bump actions/checkout from 3.5.2 to 3.5.3
  • 4a29888 Docs: Fix typos found by codespell
  • Additional commits viewable in compare view

Updates typedoc-default-themes from 0.6.0-0 to 0.6.3

Release notes

Sourced from typedoc-default-themes's releases.

v0.6.3

Fixed 🐛

  • Removed non-standard CSS properties #90

Thanks 👏

v0.6.2

Fixes 🐛

Thanks 👏

v0.6.1

Changes 📖

  • Bug fix: Don't prevent clicking links in method signatures in instances where there are multiple (#81)
  • Bug fix: Fix the sticky menu (#82)
  • Feature: Show/hide the toolbar on scroll (#86)
  • Feature: Support for predicate types

Thanks 👏

Major updates to build and dependencies

  • major updates to typescript build config (#65) 09a193e
  • Category improvements (#61) 899200e
  • Use https in typedoc.org links (#63) c5f8e2e
  • Search improvements - match in middle of word and fuzzy match (#60) 42fea1f
  • Removed grunt-contrib-sass in favor of grunt-sass (#56) ed97161
  • Allow search results to be clicked before blur events happen (#59) c71e7dc
  • Merge pull request #54 from damianb/fix-comment-tag-display f992ea3
  • Merge pull request #52 from makana/generic-typealias 6705af9
  • Tab->space eab7f18
  • Minor correction 776321f
  • Minor fix to ensure that pre tags are properly aligned, with or without content for the tag. f62b740
  • Fixing tag comment display. f4a0255
  • Added generic type alias styles a71ca47
  • Upgrade dependencies (#70) 56a1690 (#73) 16432f2
  • Upgrade jQuery (#67) f77c5ed 61149ca

TypeStrong/typedoc-default-themes@v0.5.0...v0.6.0

Commits
  • eb04120 Bump version to 0.6.3
  • 51eef22 Merge pull request #90 from krisztianb/master
  • 4c98d2c Removed column-break-inside
  • 66cdaf5 Removed overflow-scrolling
  • 4a0b4ce Removed overflow-scrolling
  • e716473 Removed min-device-pixel-ratio
  • 877738a Bump version
  • f0d18c8 Merge pull request #89 from daevidpreis/fix_accessor_types_minimaltheme
  • 1e846d8 show accessor types in minimal theme
  • d330bc6 Bump version
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by gerrit0, a new releaser for typedoc-default-themes since your current version.


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [jquery](https://github.com/jquery/jquery) and [typedoc-default-themes](https://github.com/TypeStrong/typedoc-default-themes). These dependencies needed to be updated together.

Updates `jquery` from 2.2.4 to 3.7.1
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](jquery/jquery@2.2.4...3.7.1)

Updates `typedoc-default-themes` from 0.6.0-0 to 0.6.3
- [Release notes](https://github.com/TypeStrong/typedoc-default-themes/releases)
- [Commits](TypeStrong/typedoc-default-themes@v0.6.0-0...v0.6.3)

---
updated-dependencies:
- dependency-name: jquery
  dependency-type: indirect
- dependency-name: typedoc-default-themes
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 6, 2023
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants