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 mithril from 2.2.2 to 2.2.4 in the production-dependencies group #35

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2024

Bumps the production-dependencies group with 1 update: mithril.

Updates mithril from 2.2.2 to 2.2.4

Release notes

Sourced from mithril's releases.

v2.2.4

Release v2.2.4

Changelog

Patch Changes

Remove dependance on global window and document (@​KoryNunn)

Use window and document from render target instead of using globals. This makes unit and intergration testing much easier.

[hyperscript: handles shared empty attrs, fixes #2821 (@​kfule)](MithrilJS/mithril.js#2822)

Whenever there are selector-derived attrs, the attrs object will be regenerated and not shared.

v2.2.3

Release v2.2.2

Changelog

Patch Changes

Use markdown for the README badges (@​pygy)

Use markdown for the README badges.

Changelog

Sourced from mithril's changelog.

Release v2.2.4

Patch Changes

Bump gh-pages from 2.1.1 to 5.0.0 (@​dependabot[bot])

Bumps gh-pages from 2.1.1 to 5.0.0. Release notes. Sourced from gh-pages's releases. v5.0.0.

Bump @​babel/parser from 7.7.5 to 7.25.6 (@​dependabot[bot])

Bumps @​babel/parser from 7.7.5 to 7.25.6. Release notes. Sourced from @​babel/parser's releases.

Bump minimatch from 3.0.4 to 3.1.2 (@​dependabot[bot])

Bumps minimatch from 3.0.4 to 3.1.2. Commits. 699c459 3.1.2. 2f2b5ff fix: trim pattern. 25d7c0d 3.1.1.

Bump yaml and lint-staged (@​dependabot[bot])

Bumps yaml to 2.2.2 and updates ancestor dependency lint-staged.

Bump gh-pages from 5.0.0 to 6.1.1 (@​dependabot[bot])

Bumps gh-pages from 5.0.0 to 6.1.1. Release notes. Sourced from gh-pages's releases. v6.1.1. Fixes.

Bump glob from 7.1.4 to 11.0.0 (@​dependabot[bot])

Bumps glob from 7.1.4 to 11.0.0. Changelog. Sourced from glob's changelog. changeglob. 11.0. Drop support for node before v20.

Bump rimraf from 3.0.2 to 6.0.1 (@​dependabot[bot])

Bumps rimraf from 3.0.2 to 6.0.1. Changelog. Sourced from rimraf's changelog. 6.0. Drop support for nodes before v20.

Bump lint-staged from 13.2.1 to 15.2.10 (@​dependabot[bot])

[//]: # (dependabot-start). ⚠️ Dependabot is rebasing this PR ⚠️. Rebasing might not happen immediately, so don't worry if this takes some time.

Revise issue templates (@​dead-claudia)

Update ospec and a few other dependencies (@​dead-claudia)

  1. Update ospec to the version I just published. 2.

Fix some outstanding bugs in the docs linter. (@​dead-claudia)

Missed an edge case in the task queue, and I also wanted to fully dedupe network requests. Locally it passes.

Rewrite docs linter, ease JSFiddle request debugging (@​dead-claudia)

I'll defer to the commit descriptions. They're self-descriptive. The first diff is quite large.

Update vnodes.md (@​dead-claudia)

Fix a broken link. Did some further digging (it's been a while since I've played with the scripts) and found that the JSFiddle errors are just warnings.

Migrate to Node 20, clean up workflows (@​dead-claudia)

Note: ignore the commits. It's a mess. Just read the combined diff - the PR itself is the standalone unit. I plan to squash this as I merge anyways..

Remove dependance on global window and document (@​KoryNunn)

Use window and document from render target instead of using globals. This makes unit and intergration testing much easier.

Bump braces from 3.0.2 to 3.0.3 (@​dependabot[bot])

... (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 <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

Bumps the production-dependencies group with 1 update: [mithril](https://github.com/MithrilJS/mithril.js).


Updates `mithril` from 2.2.2 to 2.2.4
- [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.2...v2.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the maintenance 🔧 Updates and upgrades label Sep 25, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2024

Superseded by #37.

@dependabot dependabot bot closed this Oct 2, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-6fe9548332 branch October 2, 2024 13:38
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