Changelog
*Sourced from [svelte's changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md).*
> ## 2.13.5
>
> * Fix missing dependencies in shorthand class directives ([#1739](https://github-redirect.dependabot.com/sveltejs/svelte/issues/1739))
>
> ## 2.13.4
>
> * Support dynamic `import()` in template expressions
>
> ## 2.13.3
>
> * Fix bug with keyed each blocks and nested components ([#1706](https://github-redirect.dependabot.com/sveltejs/svelte/issues/1706))
Commits
- [`8cb6490`](https://github.com/sveltejs/svelte/commit/8cb649024fa7c1d6edba9ceba30aedae16b815af) -> v2.13.5
- [`d219da3`](https://github.com/sveltejs/svelte/commit/d219da3ded2585087af558d5360ec44ec8db428d) Merge pull request [#1749](https://github-redirect.dependabot.com/sveltejs/svelte/issues/1749) from sveltejs/gh-1739
- [`51a3972`](https://github.com/sveltejs/svelte/commit/51a3972ad573f658a96548e593b4665b82ec0863) Fixes shorthand class directives which do not have classes
- [`0d10d6c`](https://github.com/sveltejs/svelte/commit/0d10d6cc2d6c7c5c901cece0882e3a7cd3436df9) Merge pull request [#1744](https://github-redirect.dependabot.com/sveltejs/svelte/issues/1744) from sveltejs/gh-1704
- [`945134b`](https://github.com/sveltejs/svelte/commit/945134bc81a3808beeb6fb2adafa89f04d113f74) warn on unused helpers - fixes [#1704](https://github-redirect.dependabot.com/sveltejs/svelte/issues/1704)
- [`9031c16`](https://github.com/sveltejs/svelte/commit/9031c1690588f7dfe6633b876d025814d94ad6c9) [WIP] Refactor, change where validation occurs ([#1721](https://github-redirect.dependabot.com/sveltejs/svelte/issues/1721))
- [`b7e07c5`](https://github.com/sveltejs/svelte/commit/b7e07c53896e9048d731bd636ca1b4b92bf51e13) Merge branch 'fix_bind_with_event_in_each' of https://github.com/stalkerg/sve...
- [`ed21a24`](https://github.com/sveltejs/svelte/commit/ed21a244a710e82ea9744f0c3c7217de232bc9cf) Merge pull request [#1738](https://github-redirect.dependabot.com/sveltejs/svelte/issues/1738) from stalkerg/cleanup-get-event-handler-in-bindings
- [`cedb296`](https://github.com/sveltejs/svelte/commit/cedb29668084c9a0668ee4cfd00f610faea6bdcc) Small cleanup event handler in bindings to avoid TS errors.
- [`d7bd924`](https://github.com/sveltejs/svelte/commit/d7bd924bbdca58570444fc4697bdf94d5d3b29f8) Fix binding input with event in each and add test case.
- Additional commits viewable in [compare view](https://github.com/sveltejs/svelte/compare/v2.13.2...v2.13.5)
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 cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps svelte from 2.13.2 to 2.13.5.
Changelog
*Sourced from [svelte's changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md).* > ## 2.13.5 > > * Fix missing dependencies in shorthand class directives ([#1739](https://github-redirect.dependabot.com/sveltejs/svelte/issues/1739)) > > ## 2.13.4 > > * Support dynamic `import()` in template expressions > > ## 2.13.3 > > * Fix bug with keyed each blocks and nested components ([#1706](https://github-redirect.dependabot.com/sveltejs/svelte/issues/1706))Commits
- [`8cb6490`](https://github.com/sveltejs/svelte/commit/8cb649024fa7c1d6edba9ceba30aedae16b815af) -> v2.13.5 - [`d219da3`](https://github.com/sveltejs/svelte/commit/d219da3ded2585087af558d5360ec44ec8db428d) Merge pull request [#1749](https://github-redirect.dependabot.com/sveltejs/svelte/issues/1749) from sveltejs/gh-1739 - [`51a3972`](https://github.com/sveltejs/svelte/commit/51a3972ad573f658a96548e593b4665b82ec0863) Fixes shorthand class directives which do not have classes - [`0d10d6c`](https://github.com/sveltejs/svelte/commit/0d10d6cc2d6c7c5c901cece0882e3a7cd3436df9) Merge pull request [#1744](https://github-redirect.dependabot.com/sveltejs/svelte/issues/1744) from sveltejs/gh-1704 - [`945134b`](https://github.com/sveltejs/svelte/commit/945134bc81a3808beeb6fb2adafa89f04d113f74) warn on unused helpers - fixes [#1704](https://github-redirect.dependabot.com/sveltejs/svelte/issues/1704) - [`9031c16`](https://github.com/sveltejs/svelte/commit/9031c1690588f7dfe6633b876d025814d94ad6c9) [WIP] Refactor, change where validation occurs ([#1721](https://github-redirect.dependabot.com/sveltejs/svelte/issues/1721)) - [`b7e07c5`](https://github.com/sveltejs/svelte/commit/b7e07c53896e9048d731bd636ca1b4b92bf51e13) Merge branch 'fix_bind_with_event_in_each' of https://github.com/stalkerg/sve... - [`ed21a24`](https://github.com/sveltejs/svelte/commit/ed21a244a710e82ea9744f0c3c7217de232bc9cf) Merge pull request [#1738](https://github-redirect.dependabot.com/sveltejs/svelte/issues/1738) from stalkerg/cleanup-get-event-handler-in-bindings - [`cedb296`](https://github.com/sveltejs/svelte/commit/cedb29668084c9a0668ee4cfd00f610faea6bdcc) Small cleanup event handler in bindings to avoid TS errors. - [`d7bd924`](https://github.com/sveltejs/svelte/commit/d7bd924bbdca58570444fc4697bdf94d5d3b29f8) Fix binding input with event in each and add test case. - Additional commits viewable in [compare view](https://github.com/sveltejs/svelte/compare/v2.13.2...v2.13.5)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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.