From cd893cda411d40d6aa65f6bdc05770e9fd9458c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 15:19:12 -0700 Subject: [PATCH 1/5] Bump hosted-git-info from 2.8.8 to 2.8.9 in /site (#6318) Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- site/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/package-lock.json b/site/package-lock.json index b6c2ca1396..2375d4009b 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -2197,9 +2197,9 @@ "dev": true }, "hosted-git-info": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz", - "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==", + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", "dev": true }, "html-minifier": { From 0a3be1d04128620bcb306566992eaa85d7944832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 15:19:23 -0700 Subject: [PATCH 2/5] Bump hosted-git-info from 2.7.1 to 2.8.9 (#6315) Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.7.1...v2.8.9) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 78ab246428..6b2335d70b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2318,9 +2318,9 @@ "dev": true }, "hosted-git-info": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz", - "integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==", + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", "dev": true }, "html-encoding-sniffer": { From 19e4a4fdf3d2bff0caa551236cff10e4df5ff3cd Mon Sep 17 00:00:00 2001 From: Walker Lockard Date: Sun, 16 May 2021 01:39:39 -0500 Subject: [PATCH 3/5] Update tutorial text.md (#6329) The component referenced in text.md is no longer on line 33 of the provided code. --- .../tutorial/16-special-elements/03-svelte-window/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/tutorial/16-special-elements/03-svelte-window/text.md b/site/content/tutorial/16-special-elements/03-svelte-window/text.md index b581b3ada4..3c6c71a730 100644 --- a/site/content/tutorial/16-special-elements/03-svelte-window/text.md +++ b/site/content/tutorial/16-special-elements/03-svelte-window/text.md @@ -4,7 +4,7 @@ title: Just as you can add event listeners to any DOM element, you can add event listeners to the `window` object with ``. -On line 33, add the `keydown` listener: +On line 11, add the `keydown` listener: ```html From 58b897fc83450f9ca129306f26ac3b8ee94f3e56 Mon Sep 17 00:00:00 2001 From: Lawrence Logoh Date: Sun, 16 May 2021 12:16:24 +0000 Subject: [PATCH 4/5] updated select-bindings text.md (#6333) Referenced line is now 20 instead of 24 --- site/content/tutorial/06-bindings/06-select-bindings/text.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/tutorial/06-bindings/06-select-bindings/text.md b/site/content/tutorial/06-bindings/06-select-bindings/text.md index f4972557ab..b9cf2de6ec 100644 --- a/site/content/tutorial/06-bindings/06-select-bindings/text.md +++ b/site/content/tutorial/06-bindings/06-select-bindings/text.md @@ -2,7 +2,7 @@ title: Select bindings --- -We can also use `bind:value` with `` elements. Update line 20: ```html ` elements. Update line 24: Note that the `