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

fix(deps): update dependency mithril to v2.2.14 #174

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mithril 2.2.2 -> 2.2.14 age adoption passing confidence

Release Notes

MithrilJS/mithril.js (mithril)

v2.2.14

Compare Source

Release v2.2.14

Changelog

Patch Changes
Improve handling of is-elements and Fix tiny bugs of setAttr()/updateStyle() (@​kfule)

Fixes a few tiny bugs in attributes and style properties updates, and improves handling of is-elements in updateNode().

domFor: always get generation from delayedRemoval instead of parameter (@​kfule)

The generation of domFor is no longer passed as a parameter. This allows domFor to work well in onbeforeremove and onremove and reduces the amount of code.

render: wrap stateResult and attrsResult in Promise.resolve(), fix #​2592 (@​kfule)

This PR wraps the return value of onbeforeremove in Promise.resolve(). This ensures that thenable objects are also always processed asynchronously. fix #​2592.

v2.2.13

Compare Source

Release v2.2.13

Changelog

Patch Changes
Fix form checkValidity(), remove vnode.dom === .activeElement from setAttr() (Continued from #​2257) (@​kfule)

Remove vnode.dom === activeElement(vnode.dom) from setAttribute() to fix validityCheck(), to fix https://github.com/MithrilJS/mithril.js/issues/2256.

Bump glob from 11.0.0 to 11.0.1 in the normal group (@​dependabot[bot])

Bumps the normal group with 1 update: glob. Updates glob from 11.0.0 to 11.0.1. Commits. 148ef61 11.0.1.

v2.2.12

Compare Source

Release v2.2.12

Changelog

Patch Changes
disable Terser's "reduce_funcs" option for performance (@​kfule)

Terser's “reduce_funcs” option seems to degrade performance. So, disable it.

Bump chokidar from 4.0.1 to 4.0.3 in the normal group across 1 directory (@​dependabot[bot])

Bumps the normal group with 1 update in the / directory: chokidar. Updates chokidar from 4.0.1 to 4.0.3. Release notes.

v2.2.11

Compare Source

Release v2.2.11

Changelog

Patch Changes
Use new pr-release prerelease hook (Fixes #​2987) (@​JAForbes)

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)

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

Compare Source

Release v2.2.10

Changelog

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

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

v2.2.9

Compare Source

Release v2.2.9

Changelog

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.

v2.2.8

Compare Source

Release v2.2.8

Changelog

Patch Changes
m.domFor(): workaround for unintentional mangling. Fix #​2842 (@​kfule)

Refactoring of domFor() for the internal bundler. https://github.com/MithrilJS/mithril.js/blob/cfa890f68571df1ab8543097f7fa61c34ee93683/mithril.js#L157.

Drop Istanbul to kill install warnings (@​dead-claudia)

Title's pretty self-explanatory. Also, this isn't really used much in practice. From a local run: ```. $ npm ci.

v2.2.5

Compare Source

Release v2.2.5

Changelog

Patch Changes
Bump the normal group across 1 directory with 2 updates (@​dependabot[bot])

Bumps the normal group with 2 updates in the / directory: chokidar and eslint.

Cleaning up code by making vnode.attrs always non-null (@​kfule)

Commit f9e5163 made vnode.attrs always non-null, so there is no need for code to make vnode.attrs null or assume vnode.attrs is null.

v2.2.4

Compare Source

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)

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

v2.2.3

Compare Source

Release v2.2.2

Changelog

Patch Changes
Use markdown for the README badges (@​pygy)

Use markdown for the README badges.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/mithril-2.x branch from fd74e60 to de794a1 Compare September 26, 2024 03:53
@renovate renovate bot changed the title fix(deps): update dependency mithril to v2.2.4 fix(deps): update dependency mithril to v2.2.5 Sep 26, 2024
@renovate renovate bot force-pushed the renovate/mithril-2.x branch from de794a1 to 70b6780 Compare October 5, 2024 03:23
@renovate renovate bot changed the title fix(deps): update dependency mithril to v2.2.5 fix(deps): update dependency mithril to v2.2.8 Oct 5, 2024
@renovate renovate bot force-pushed the renovate/mithril-2.x branch from 70b6780 to 1953609 Compare October 31, 2024 11:37
@renovate renovate bot changed the title fix(deps): update dependency mithril to v2.2.8 fix(deps): update dependency mithril to v2.2.9 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/mithril-2.x branch from 1953609 to 12feee4 Compare November 7, 2024 21:33
@renovate renovate bot changed the title fix(deps): update dependency mithril to v2.2.9 fix(deps): update dependency mithril to v2.2.10 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/mithril-2.x branch from 12feee4 to 576a3d5 Compare November 25, 2024 05:09
@renovate renovate bot changed the title fix(deps): update dependency mithril to v2.2.10 fix(deps): update dependency mithril to v2.2.11 Nov 25, 2024
@renovate renovate bot changed the title fix(deps): update dependency mithril to v2.2.11 fix(deps): update dependency mithril to v2.2.11 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/mithril-2.x branch December 8, 2024 18:40
@renovate renovate bot changed the title fix(deps): update dependency mithril to v2.2.11 - autoclosed fix(deps): update dependency mithril to v2.2.11 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/mithril-2.x branch from 8d2414c to 576a3d5 Compare December 9, 2024 03:50
@renovate renovate bot changed the title fix(deps): update dependency mithril to v2.2.11 fix(deps): update dependency mithril to v2.2.12 Dec 28, 2024
@renovate renovate bot force-pushed the renovate/mithril-2.x branch from 576a3d5 to d0c5feb Compare December 28, 2024 19:46
@renovate renovate bot force-pushed the renovate/mithril-2.x branch from d0c5feb to 8bdbc70 Compare January 26, 2025 10:17
@renovate renovate bot changed the title fix(deps): update dependency mithril to v2.2.12 fix(deps): update dependency mithril to v2.2.13 Jan 26, 2025
@renovate renovate bot force-pushed the renovate/mithril-2.x branch from 8bdbc70 to bca4bb3 Compare February 9, 2025 09:07
@renovate renovate bot changed the title fix(deps): update dependency mithril to v2.2.13 fix(deps): update dependency mithril to v2.2.14 Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants