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 the production-dependencies group across 1 directory with 2 updates #48

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2024

Bumps the production-dependencies group with 2 updates in the / directory: mithril and pdfjs-dist.

Updates mithril from 2.2.8 to 2.2.11

Release notes

Sourced from mithril's releases.

v2.2.11

Release v2.2.11

Changelog

Patch Changes

[Use new pr-release prerelease hook (Fixes #2987) (@​JAForbes)](MithrilJS/mithril.js#2996)

Per @​dead-claudia's suggestion, pr-release now allows you to invoke a custom command before creating the github release.

[updateStyle(): use setProperty() when css vars and dashed-properties, fixes #2989 (@​kfule)](MithrilJS/mithril.js#2991)

This PR changes updateStyle() to use setProperty() for dashed-properties. This PR maybe fixes #2989.

Delete .github/ISSUE_TEMPLATE/0-docs.yml (@​dead-claudia)

Do a much better job discouraging filing docs bugs here.

v2.2.10

Release v2.2.10

Changelog

Patch Changes

[refactor] Performance improvement of updateStyle() (@​kfule)

... (truncated)

Changelog

Sourced from mithril's changelog.

Release v2.2.11

Patch Changes

[Use new pr-release prerelease hook (Fixes #2987) (@​JAForbes)](MithrilJS/mithril.js#2996)

Per @​dead-claudia's suggestion, pr-release now allows you to invoke a custom command before creating the github release.

[updateStyle(): use setProperty() when css vars and dashed-properties, fixes #2989 (@​kfule)](MithrilJS/mithril.js#2991)

This PR changes updateStyle() to use setProperty() for dashed-properties. This PR maybe fixes #2989.

Delete .github/ISSUE_TEMPLATE/0-docs.yml (@​dead-claudia)

Do a much better job discouraging filing docs bugs here.

Release v2.2.10

Patch Changes

[refactor] Performance improvement of updateStyle() (@​kfule)

This is a refactoring to improve the performance of updateStyle().

Release v2.2.9

Patch Changes

[refactor] Refactoring of hyperscript.js and render.js, including performance improvements (@​kfule)

Refactor hyperscript.js and render.js. In particular, the replacement of fix #2622 appears to have significantly improved the performance regression.

Commits
  • 410dcf0 Release Artifacts for v2.2.11
  • 44eec1a Use new pr-release prerelease hook (Fixes #2987)
  • ffafe51 updateStyle(): use setProperty() when css vars and dashed-properties, fixes #...
  • f3977b3 Update config.yml
  • 33e8ce2 Delete .github/ISSUE_TEMPLATE/0-docs.yml
  • af65b2d Update pr-create-release.yml
  • e46fefc Release Artifacts for v2.2.10
  • c6ffa18 updateStyle(): use setProperty() only when css vars
  • 50c580b Release Artifacts for v2.2.9
  • 3c6c1cf remove unused parameter
  • Additional commits viewable in compare view

Updates pdfjs-dist from 4.7.76 to 4.9.155

Release notes

Sourced from pdfjs-dist's releases.

v4.9.155

This release primarily contains a bugfix for a Node.js-specific regression in the previous release; see #19145 and #19149 for context. Moreover, improvements for the annotation editor are included.

Changes since v4.9.124

v4.9.124

This release contains improvements for the annotation editor, form rendering, image conversion, text selection and the viewer.

Changes since v4.8.69

... (truncated)

Commits
  • a4eb840 Merge pull request #19149 from Snuffleupagus/issue-19145
  • f0a8a79 Merge pull request #19177 from calixteman/issue19171
  • d1db8d6 Avoid to display an alert or a confirm dialog if the message is empty
  • f180de4 Merge pull request #19174 from calixteman/ink_update_width
  • 28d801e Merge pull request #19172 from Snuffleupagus/toggleButton-hover
  • dfa0e79 [Editor] Correctly update the current drawing when zooming
  • 9cbc5ba Merge pull request #19163 from calixteman/fix_new_ink_itest
  • 61e2ece Ensure that the .toggleButton, as used in the findbar, always have visible ...
  • 2ad8f61 Merge pull request #19161 from Snuffleupagus/Promise-try
  • 3ac5550 Correctly wait for the editor mode when double clicking on an annotation in i...
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Bumps the production-dependencies group with 2 updates in the / directory: [mithril](https://github.com/MithrilJS/mithril.js) and [pdfjs-dist](https://github.com/mozilla/pdf.js).


Updates `mithril` from 2.2.8 to 2.2.11
- [Release notes](https://github.com/MithrilJS/mithril.js/releases)
- [Changelog](https://github.com/MithrilJS/mithril.js/blob/main/docs/recent-changes.md)
- [Commits](MithrilJS/mithril.js@v2.2.8...v2.2.11)

Updates `pdfjs-dist` from 4.7.76 to 4.9.155
- [Release notes](https://github.com/mozilla/pdf.js/releases)
- [Commits](mozilla/pdf.js@v4.7.76...v4.9.155)

---
updated-dependencies:
- dependency-name: mithril
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pdfjs-dist
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2025

Superseded by #52.

@dependabot dependabot bot closed this Jan 1, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-47d5e44534 branch January 1, 2025 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance 🔧 Updates and upgrades
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

0 participants