From f48b9f317b4d004fd5befd0c59e60e6dd1fa45d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 08:53:22 +0000 Subject: [PATCH 1/2] Bump syn from 2.0.70 to 2.0.71 (#1336) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [syn](https://github.com/dtolnay/syn) from 2.0.70 to 2.0.71.
Release notes

Sourced from syn's releases.

2.0.71

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=syn&package-manager=cargo&previous-version=2.0.70&new-version=2.0.71)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- macro-util/Cargo.toml | 2 +- macro/Cargo.toml | 2 +- minifier_macro/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 788f238d7..42c6ad3ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -668,9 +668,9 @@ checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" [[package]] name = "syn" -version = "2.0.70" +version = "2.0.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f0209b68b3613b093e0ec905354eccaedcfe83b8cb37cbdeae64026c3064c16" +checksum = "b146dcf730474b4bcd16c311627b31ede9ab149045db4d6088b3becaea046462" dependencies = [ "proc-macro2", "quote", diff --git a/macro-util/Cargo.toml b/macro-util/Cargo.toml index 39a38a09d..ea094cd97 100644 --- a/macro-util/Cargo.toml +++ b/macro-util/Cargo.toml @@ -11,7 +11,7 @@ repository.workspace = true [dependencies] proc-macro2 = "1.0.86" quote = "1.0.36" -syn = "2.0.70" +syn = "2.0.71" [lints] workspace = true diff --git a/macro/Cargo.toml b/macro/Cargo.toml index 8a52a7a4e..8e830c1c2 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -14,7 +14,7 @@ proc-macro = true [dependencies] proc-macro2 = { version = "1.0.86", features = ["proc-macro"] } quote = "1.0.36" -syn = "2.0.70" +syn = "2.0.71" stak-compiler = { version = "0.1.46", path = "../compiler" } stak-macro-util = { version = "0.1.19", path = "../macro-util" } diff --git a/minifier_macro/Cargo.toml b/minifier_macro/Cargo.toml index 191e62e57..126b33fca 100644 --- a/minifier_macro/Cargo.toml +++ b/minifier_macro/Cargo.toml @@ -14,7 +14,7 @@ proc-macro = true [dependencies] proc-macro2 = { version = "1.0.86", features = ["proc-macro"] } quote = "1.0.36" -syn = "2.0.70" +syn = "2.0.71" stak-minifier = { version = "0.1.20", path = "../minifier" } stak-macro-util = { version = "0.1.19", path = "../macro-util" } From 4dc9495cb7ede230bc23014a5764e7b45046c250 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 08:53:54 +0000 Subject: [PATCH 2/2] Bump lucide-solid from 0.407.0 to 0.408.0 in /doc (#1337) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [lucide-solid](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-solid) from 0.407.0 to 0.408.0.
Release notes

Sourced from lucide-solid's releases.

New icons 0.408.0

New icons 🎨

Modified Icons 🔨

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lucide-solid&package-manager=npm_and_yarn&previous-version=0.407.0&new-version=0.408.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- doc/package-lock.json | 8 ++++---- doc/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/package-lock.json b/doc/package-lock.json index 7d407c5f5..66b9fd9c7 100644 --- a/doc/package-lock.json +++ b/doc/package-lock.json @@ -17,7 +17,7 @@ "@raviqqe/stak": "^0.2.20", "astro": "^4.11.5", "classnames": "^2.5.1", - "lucide-solid": "^0.407.0", + "lucide-solid": "^0.408.0", "nanostores": "^0.10.3", "solid-js": "^1.8.18", "vite-plugin-wasm": "^3.3.0" @@ -7062,9 +7062,9 @@ } }, "node_modules/lucide-solid": { - "version": "0.407.0", - "resolved": "https://registry.npmjs.org/lucide-solid/-/lucide-solid-0.407.0.tgz", - "integrity": "sha512-wkBuzHBvk+kRloSZjfryIa3lAcn4CdixuyeFRzLQtzDZaHThSwbI5c8bhUlkdsDwS748+mgF/kzsZ6pPU4Ejmw==", + "version": "0.408.0", + "resolved": "https://registry.npmjs.org/lucide-solid/-/lucide-solid-0.408.0.tgz", + "integrity": "sha512-YJslzmGotW/s69Zygp1W+hIYnZSLihylufxZWXTARSh+ruILyRnXZlTxQiTiYhPLqyd0YWOanxou0HukRhjUng==", "peerDependencies": { "solid-js": "^1.4.7" } diff --git a/doc/package.json b/doc/package.json index cd837a4a8..54f79cf55 100644 --- a/doc/package.json +++ b/doc/package.json @@ -21,7 +21,7 @@ "@raviqqe/stak": "^0.2.20", "astro": "^4.11.5", "classnames": "^2.5.1", - "lucide-solid": "^0.407.0", + "lucide-solid": "^0.408.0", "nanostores": "^0.10.3", "solid-js": "^1.8.18", "vite-plugin-wasm": "^3.3.0"