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 ractive from 1.3.12 to 1.4.2 #79

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2023

Bumps ractive from 1.3.12 to 1.4.2.

Changelog

Sourced from ractive's changelog.

1.4.2

2023-03-10

  • Bug fixes
    • Resolve a parent context above a reference expression will now work correctly.

1.4.1

2022-09-27

  • Bug fixes
    • Event handlers with auto-linked argument paths that are only referenced from the handler will now ensure that they have a runloop to avoid throwing.

1.4.0

2022-02-25

  • Bug fixes

    • Embedded typings are improved: added missing methods and properties and improved extend support.
    • yields in non-isolated components will avoid creating implicit mappings by properly skipping the component fragment to the container fragment when resolving references (#3351).
    • Components initialized from a template will now call the component constructor. There's a new component: boolean property on init options passed to the constructor that is set to true when the view is initilizing the component. This also avoids double init.
    • An event handler removed while firing will no longer throw.
    • Context find methods now support the options that the instance versions support.
    • Custom elements are now checked in a hopefully more cross-browser way.
    • Links will now propagate changes that happen in their source models up to their parent model.
    • Computations that have a dependency that causes the computation to invalidate while computing will no longer get stuck, as the change notification will be passed through even though the computation is currently computing. (#3380)
    • Elements with no attributes will no longer throw during render if they happen to be transitioned.
    • Custom events that are torn down before they have a chance to fully render will no longer throw.
    • Virtual get and set with deep try to do the right thing with Dates. (#3388)
    • Computeds that get computed during a link will no resolve the correct dependency.
    • Swapping an element with splice will now properly notify upstream paths.
  • Experimental new features

    • Computation setter functions now receive a context argument, and both getter and setter functions now receive a keypath argument.
    • Component styles can be split into multiple managed style tags in the document head by setting Ractive.perComponentStyleElements to true.
    • Methods that set a single value will now return the new value as the resolution of the returned promise e.g. r.toggle('foo') if foo is falsey will return a promise that resolves to true. add/subtract/set behave similarly.
    • Decorators and custom events can now access their local context, in the case of a yielded attribute partial, with this.getLocalContext().
    • Delegated events now proxy stopPropagation, stopImmediatePropagation, and preventDefault to behave a bit more like a non-delegated event would be expected act.
    • If you need to have precise control over whitespace handling in a template, particularly around additional lines that only have block tags, you can use a new parser flag preserveStandaloneSections in addition to a - trailing sigil in the mustache to consume all of the whitespace around the tag, effectively removing its line from the output. This is modelled on the on similar Liquid functionality. (#3338)

1.3.14

2020-12-12

  • Bug fixes
    • 1.3.x should be the latest version #3357

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

Bumps [ractive](https://github.com/ractivejs/ractive) from 1.3.12 to 1.4.2.
- [Changelog](https://github.com/ractivejs/ractive/blob/dev/CHANGELOG.md)
- [Commits](ractivejs/ractive@v1.3.12...v1.4.2)

---
updated-dependencies:
- dependency-name: ractive
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 19, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants