DaveKeehl / svelte-reveal

Svelte action that leverages the Intersection Observer API to trigger reveal on scroll transitions.
https://stackblitz.com/edit/svelte-reveal?file=src%2FApp.svelte
MIT License
131 stars 3 forks source link

Update dependency svelte to v3.52.0 #152

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte (source) 3.48.0 -> 3.52.0 age adoption passing confidence

Release Notes

sveltejs/svelte ### [`v3.52.0`](https://togithub.com/sveltejs/svelte/blob/HEAD/CHANGELOG.md#​3520) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.51.0...v3.52.0) - Throw compile-time error when attempting to update `const` variable ([#​4895](https://togithub.com/sveltejs/svelte/issues/4895)) - Warn when using `` without `rel="noreferrer"` ([#​6188](https://togithub.com/sveltejs/svelte/issues/6188)) - Support `style:foo|important` modifier ([#​7365](https://togithub.com/sveltejs/svelte/issues/7365)) - Fix hydration regression with `{@​html}` and components in `` ([#​7941](https://togithub.com/sveltejs/svelte/pull/7941)) ### [`v3.51.0`](https://togithub.com/sveltejs/svelte/blob/HEAD/CHANGELOG.md#​3510) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.50.1...v3.51.0) - Add a11y warnings: - `a11y-click-events-have-key-events`: check if click event is accompanied by key events ([#​5073](https://togithub.com/sveltejs/svelte/pull/5073)) - `a11y-no-noninteractive-tabindex`: check for tabindex on non-interactive elements ([#​6693](https://togithub.com/sveltejs/svelte/pull/6693)) - Warn when two-way binding to `{...rest}` object in `{#each}` block ([#​6860](https://togithub.com/sveltejs/svelte/issues/6860)) - Support `--style-props` on `` ([#​7461](https://togithub.com/sveltejs/svelte/issues/7461)) - Supports nullish values for component event handlers ([#​7568](https://togithub.com/sveltejs/svelte/issues/7568)) - Supports SVG elements with ``([#​7613](https://togithub.com/sveltejs/svelte/issues/7613)) - Treat `inert` as boolean attribute ([#​7785](https://togithub.com/sveltejs/svelte/pull/7785)) - Support `--style-props` for SVG components ([#​7808](https://togithub.com/sveltejs/svelte/issues/7808)) - Fix false positive dev warnings about unset props when they are bound ([#​4457](https://togithub.com/sveltejs/svelte/issues/4457)) - Fix hydration with `{@​html}` and components in `` ([#​4533](https://togithub.com/sveltejs/svelte/issues/4533), [#​6463](https://togithub.com/sveltejs/svelte/issues/6463), [#​7444](https://togithub.com/sveltejs/svelte/issues/7444)) - Support scoped style for `` ([#​7443](https://togithub.com/sveltejs/svelte/issues/7443)) - Improve error message for invalid value for `` ([#​7550](https://togithub.com/sveltejs/svelte/issues/7550)) - Improve error message when using logic blocks or tags at invalid location ([#​7552](https://togithub.com/sveltejs/svelte/issues/7552)) - Warn instead of throwing error if `` is a void tag ([#​7566](https://togithub.com/sveltejs/svelte/issues/7566)) - Supports custom elements in `` ([#​7733](https://togithub.com/sveltejs/svelte/issues/7733)) - Fix calling component unmount if a component is mounted and then immediately unmounted ([#​7817](https://togithub.com/sveltejs/svelte/issues/7817)) - Do not generate `a11y-role-has-required-aria-props` warning when elements match their semantic role ([#​7837](https://togithub.com/sveltejs/svelte/issues/7837)) - Improve performance of custom element data setting in `` ([#​7869](https://togithub.com/sveltejs/svelte/pull/7869)) ### [`v3.50.1`](https://togithub.com/sveltejs/svelte/blob/HEAD/CHANGELOG.md#​3501) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.50.0...v3.50.1) - Add all global objects and functions as known globals ([#​3805](https://togithub.com/sveltejs/svelte/issues/3805), [#​7223](https://togithub.com/sveltejs/svelte/issues/7223)) - Fix regression with style manager ([#​7828](https://togithub.com/sveltejs/svelte/issues/7828)) ### [`v3.50.0`](https://togithub.com/sveltejs/svelte/blob/HEAD/CHANGELOG.md#​3500) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.49.0...v3.50.0) - Add a11y warnings: - `a11y-incorrect-aria-attribute-type`: check ARIA state and property values ([#​6978](https://togithub.com/sveltejs/svelte/pull/6978)) - `a11y-no-abstract-role`: check that ARIA roles are non-abstract ([#​6241](https://togithub.com/sveltejs/svelte/pull/6241)) - `a11y-no-interactive-element-to-noninteractive-role`: check for non-interactive roles used on interactive elements ([#​5955](https://togithub.com/sveltejs/svelte/pull/5955)) - `a11y-role-has-required-aria-props`: check that elements with `role` attribute have all required attributes for that role ([#​5852](https://togithub.com/sveltejs/svelte/pull/5852)) - Add `ComponentEvents` convenience type ([#​7702](https://togithub.com/sveltejs/svelte/pull/7702)) - Add `SveltePreprocessor` utility type ([#​7742](https://togithub.com/sveltejs/svelte/pull/7742)) - Enhance action typings ([#​7805](https://togithub.com/sveltejs/svelte/pull/7805)) - Remove empty stylesheets created from transitions ([#​4801](https://togithub.com/sveltejs/svelte/issues/4801), [#​7164](https://togithub.com/sveltejs/svelte/issues/7164)) - Make `a11y-label-has-associated-control` warning check all descendants for input control ([#​5528](https://togithub.com/sveltejs/svelte/issues/5528)) - Only show lowercase component name warnings for non-HTML/SVG elements ([#​5712](https://togithub.com/sveltejs/svelte/issues/5712)) - Disallow invalid CSS selectors starting with a combinator ([#​7643](https://togithub.com/sveltejs/svelte/issues/7643)) - Use `Node.parentNode` instead of `Node.parentElement` for legacy browser support ([#​7723](https://togithub.com/sveltejs/svelte/issues/7723)) - Handle arrow function on `` inside `` ([#​7485](https://togithub.com/sveltejs/svelte/issues/7485)) - Improve parsing speed when encountering large blocks of whitespace ([#​7675](https://togithub.com/sveltejs/svelte/issues/7675)) - Fix `class:` directive updates in aborted/restarted transitions ([#​7764](https://togithub.com/sveltejs/svelte/issues/7764)) ### [`v3.49.0`](https://togithub.com/sveltejs/svelte/blob/HEAD/CHANGELOG.md#​3490) [Compare Source](https://togithub.com/sveltejs/svelte/compare/v3.48.0...v3.49.0) - Improve performance of string escaping during SSR ([#​5701](https://togithub.com/sveltejs/svelte/pull/5701)) - Add `ComponentType` and `ComponentProps` convenience types ([#​6770](https://togithub.com/sveltejs/svelte/pull/6770)) - Add support for CSS `@layer` ([#​7504](https://togithub.com/sveltejs/svelte/issues/7504)) - Export `CompileOptions` from `svelte/compiler` ([#​7658](https://togithub.com/sveltejs/svelte/pull/7658)) - Fix DOM-less components not being properly destroyed ([#​7488](https://togithub.com/sveltejs/svelte/issues/7488)) - Fix `class:` directive updates with `` ([#​7521](https://togithub.com/sveltejs/svelte/issues/7521), [#​7571](https://togithub.com/sveltejs/svelte/issues/7571)) - Harden attribute escaping during SSR ([#​7530](https://togithub.com/sveltejs/svelte/pull/7530))

Configuration

šŸ“… Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Enabled.

ā™» 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

gitpod-io[bot] commented 2 years ago

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

codecov[bot] commented 2 years ago

Codecov Report

Base: 82.89% // Head: 82.89% // No change to project coverage :thumbsup:

Coverage data is based on head (1118cd6) compared to base (4430172). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #152 +/- ## ======================================== Coverage 82.89% 82.89% ======================================== Files 14 14 Lines 345 345 Branches 60 60 ======================================== Hits 286 286 Misses 54 54 Partials 5 5 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Davide+Ciulla). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Davide+Ciulla)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.