From f18ec6394faab1e4fc04f53e33f5665dcc01eff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 16:50:32 +0000 Subject: [PATCH 1/5] Bump svelte from 3.29.0 to 3.49.0 Bumps [svelte](https://github.com/sveltejs/svelte) from 3.29.0 to 3.49.0. - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/compare/v3.29.0...v3.49.0) --- updated-dependencies: - dependency-name: svelte dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index de4e9936..b17b8f23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "stylelint": "^14.1.0", "stylelint-config-html": "^1.0.0", "stylelint-config-standard": "^24.0.0", - "svelte": "^3.29.0" + "svelte": "^3.49.0" } }, "node_modules/@babel/code-frame": { @@ -8420,9 +8420,9 @@ } }, "node_modules/svelte": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/svelte/-/svelte-3.29.0.tgz", - "integrity": "sha512-f+A65eyOQ5ujETLy+igNXtlr6AEjAQLYd1yJE1VwNiXMQO5Z/Vmiy3rL+zblV/9jd7rtTTWqO1IcuXsP2Qv0OA==", + "version": "3.49.0", + "resolved": "https://registry.npmjs.org/svelte/-/svelte-3.49.0.tgz", + "integrity": "sha512-+lmjic1pApJWDfPCpUUTc1m8azDqYCG1JN9YEngrx/hUyIcFJo6VZhj0A1Ai0wqoHcEIuQy+e9tk+4uDgdtsFA==", "dev": true, "engines": { "node": ">= 8" @@ -16144,9 +16144,9 @@ } }, "svelte": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/svelte/-/svelte-3.29.0.tgz", - "integrity": "sha512-f+A65eyOQ5ujETLy+igNXtlr6AEjAQLYd1yJE1VwNiXMQO5Z/Vmiy3rL+zblV/9jd7rtTTWqO1IcuXsP2Qv0OA==", + "version": "3.49.0", + "resolved": "https://registry.npmjs.org/svelte/-/svelte-3.49.0.tgz", + "integrity": "sha512-+lmjic1pApJWDfPCpUUTc1m8azDqYCG1JN9YEngrx/hUyIcFJo6VZhj0A1Ai0wqoHcEIuQy+e9tk+4uDgdtsFA==", "dev": true }, "sver-compat": { diff --git a/package.json b/package.json index 8e6c2a9d..7a14ce7d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "stylelint": "^14.1.0", "stylelint-config-html": "^1.0.0", "stylelint-config-standard": "^24.0.0", - "svelte": "^3.29.0" + "svelte": "^3.49.0" }, "dependencies": { "sirv-cli": "^1.0.6" From 8b9d83825809ebb0b016ef4873c22ee2a277247a Mon Sep 17 00:00:00 2001 From: quoid Date: Mon, 18 Jul 2022 22:41:48 -0400 Subject: [PATCH 2/5] clarify acceptable values #283 --- README.md | 2 +- src/page/Components/Settings.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a9021fd..03efac9b 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ After installing Userscripts on macOS, you **do not** need to select a userscrip - **Show Toolbar Count** - displays a badge on the toolbar icon with a number that represents how many enabled scripts match the url for the page you are on - **Save Location** - where your file are currently located and being saved to (click the blue text to open location) - **Change Save Location (cogs icon)** - this button, located directly to the right of the save location, is a shortcut for opening the host app, which will allow you to change the save location -- **Global Blacklist** - all domain patterns listed here will be *globally* ignored for script injection +- **Global Blacklist** - this input accepts a comma separated list of [`@match` patterns](https://developer.chrome.com/docs/extensions/mv3/match_patterns/), a page url that matches against a pattern in this list will be ignored for script injection ### Popup: diff --git a/src/page/Components/Settings.svelte b/src/page/Components/Settings.svelte index 2bb1cc4e..98f47dec 100644 --- a/src/page/Components/Settings.svelte +++ b/src/page/Components/Settings.svelte @@ -152,7 +152,7 @@ { #if blacklistSaving}{@html iconLoader}{/if}