Skip to content

Bump nanoid from 3.3.7 to 3.3.8 in /samples/AspireWithJavaScript/AspireJavaScript.React - #624

Merged
Dan Moseley (danmoseley) merged 1 commit into
mainfrom
dependabot/npm_and_yarn/samples/AspireWithJavaScript/AspireJavaScript.React/nanoid-3.3.8
Jan 23, 2025
Merged

Bump nanoid from 3.3.7 to 3.3.8 in /samples/AspireWithJavaScript/AspireJavaScript.React#624
Dan Moseley (danmoseley) merged 1 commit into
mainfrom
dependabot/npm_and_yarn/samples/AspireWithJavaScript/AspireJavaScript.React/nanoid-3.3.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 14, 2024

Copy link
Copy Markdown
Contributor

Bumps nanoid from 3.3.7 to 3.3.8.

Changelog

Sourced from nanoid's changelog.

3.3.8

  • Fixed a way to break Nano ID by passing non-integer size (by @​myndzi).
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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 <dependency name> 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@danmoseley

Copy link
Copy Markdown

Dependabot (@dependabot) rebase

Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.7...3.3.8)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/samples/AspireWithJavaScript/AspireJavaScript.React/nanoid-3.3.8 branch from fce1f6f to 7044838 Compare January 23, 2025 18:13
@dependabot @github

dependabot Bot commented on behalf of github Jan 23, 2025

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@danmoseley
Dan Moseley (danmoseley) deleted the dependabot/npm_and_yarn/samples/AspireWithJavaScript/AspireJavaScript.React/nanoid-3.3.8 branch January 23, 2025 18:38
David Pine (IEvangelist) pushed a commit that referenced this pull request Jul 30, 2026
…rity patches

The angular-tooling group bump (main #1848) set typescript ~7.0.2, which
violates @angular-devkit/build-angular@22's peer requirement
(typescript >=6.0 <6.1). This breaks `npm ci` for the Angular sample
(run via AppHost .WithNpm(installCommand: "ci")) and has left main red.
Revert typescript to ~6.0.3 to restore a resolvable dependency tree.

Reset this sample's package.json/package-lock.json to the upstream/main
baseline and apply three surgical leaf patches:
- typescript 7.0.2 -> 6.0.3 (drops 20 orphaned @typescript/typescript-* platform pkgs)
- postcss    8.5.10 -> 8.5.18  (GHSA-r28c-9q8g-f849 #630, GHSA-6g55-p6wh-862q #629)
- js-yaml    4.2.0  -> 4.3.0   (GHSA-52cp-r559-cp3m #601)

Remaining Angular alerts (fast-uri #624, webpack-dev-server #604/#603/#563,
@hono/node-server #617, brace-expansion #600) are deferred to a follow-up
once CI is verified green.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
David Pine (IEvangelist) pushed a commit that referenced this pull request Jul 30, 2026
Angular sample lockfile-only leaf swaps (no override cascade):
- fast-uri 3.1.3 -> 3.1.4 (alert #624, high)
- brace-expansion 1.1.15 -> 1.1.16 (alert #600, high)

Both satisfy parent ranges (ajv; minimatch requires ^1.1.7).
Integrity cross-verified via canonical npmjs SHA-1 shasum.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
David Pine (IEvangelist) pushed a commit that referenced this pull request Jul 31, 2026
…rity patches

The angular-tooling group bump (main #1848) set typescript ~7.0.2, which
violates @angular-devkit/build-angular@22's peer requirement
(typescript >=6.0 <6.1). This breaks `npm ci` for the Angular sample
(run via AppHost .WithNpm(installCommand: "ci")) and has left main red.
Revert typescript to ~6.0.3 to restore a resolvable dependency tree.

Reset this sample's package.json/package-lock.json to the upstream/main
baseline and apply three surgical leaf patches:
- typescript 7.0.2 -> 6.0.3 (drops 20 orphaned @typescript/typescript-* platform pkgs)
- postcss    8.5.10 -> 8.5.18  (GHSA-r28c-9q8g-f849 #630, GHSA-6g55-p6wh-862q #629)
- js-yaml    4.2.0  -> 4.3.0   (GHSA-52cp-r559-cp3m #601)

Remaining Angular alerts (fast-uri #624, webpack-dev-server #604/#603/#563,
@hono/node-server #617, brace-expansion #600) are deferred to a follow-up
once CI is verified green.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
David Pine (IEvangelist) pushed a commit that referenced this pull request Jul 31, 2026
Angular sample lockfile-only leaf swaps (no override cascade):
- fast-uri 3.1.3 -> 3.1.4 (alert #624, high)
- brace-expansion 1.1.15 -> 1.1.16 (alert #600, high)

Both satisfy parent ranges (ajv; minimatch requires ^1.1.7).
Integrity cross-verified via canonical npmjs SHA-1 shasum.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
David Pine (IEvangelist) pushed a commit that referenced this pull request Aug 3, 2026
…rity patches

The angular-tooling group bump (main #1848) set typescript ~7.0.2, which
violates @angular-devkit/build-angular@22's peer requirement
(typescript >=6.0 <6.1). This breaks `npm ci` for the Angular sample
(run via AppHost .WithNpm(installCommand: "ci")) and has left main red.
Revert typescript to ~6.0.3 to restore a resolvable dependency tree.

Reset this sample's package.json/package-lock.json to the upstream/main
baseline and apply three surgical leaf patches:
- typescript 7.0.2 -> 6.0.3 (drops 20 orphaned @typescript/typescript-* platform pkgs)
- postcss    8.5.10 -> 8.5.18  (GHSA-r28c-9q8g-f849 #630, GHSA-6g55-p6wh-862q #629)
- js-yaml    4.2.0  -> 4.3.0   (GHSA-52cp-r559-cp3m #601)

Remaining Angular alerts (fast-uri #624, webpack-dev-server #604/#603/#563,
@hono/node-server #617, brace-expansion #600) are deferred to a follow-up
once CI is verified green.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
David Pine (IEvangelist) pushed a commit that referenced this pull request Aug 3, 2026
Angular sample lockfile-only leaf swaps (no override cascade):
- fast-uri 3.1.3 -> 3.1.4 (alert #624, high)
- brace-expansion 1.1.15 -> 1.1.16 (alert #600, high)

Both satisfy parent ranges (ajv; minimatch requires ^1.1.7).
Integrity cross-verified via canonical npmjs SHA-1 shasum.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
David Pine (IEvangelist) pushed a commit that referenced this pull request Aug 6, 2026
…postcss, fast-uri, js-yaml)

Clears 27 Dependabot alerts via minimal, lockfile-only patch bumps (registry.npmjs.org, sha512):
- brace-expansion 5.0.5->5.0.7 (9 samples) and 1.1.15->1.1.16 (Angular): #590,#592-#600 (HIGH ReDoS)
- postcss ->8.5.23 (Angular, Vite, Vue, aspire-with-node, rag-svelte, vite-csharp, vite-react): #629,#630,#647,#649,#651,#659,#660,#695,#704,#706,#709,#715,#716,#717
- fast-uri 3.1.3->3.1.4 (Angular, React): #624,#626 (HIGH)
- js-yaml 4.2.0->4.3.0 (Angular): #601 (HIGH)

Same-major patch bumps only; dependency trees unchanged. Deferred (see PR body): fast-uri 3.1.5, webpack-dev-server, esbuild, @babel/core, @hono/node-server, body-parser, protobufjs.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
David Pine (IEvangelist) pushed a commit that referenced this pull request Aug 8, 2026
…postcss, fast-uri, js-yaml)

Clears 27 Dependabot alerts via minimal, lockfile-only patch bumps (registry.npmjs.org, sha512):
- brace-expansion 5.0.5->5.0.7 (9 samples) and 1.1.15->1.1.16 (Angular): #590,#592-#600 (HIGH ReDoS)
- postcss ->8.5.23 (Angular, Vite, Vue, aspire-with-node, rag-svelte, vite-csharp, vite-react): #629,#630,#647,#649,#651,#659,#660,#695,#704,#706,#709,#715,#716,#717
- fast-uri 3.1.3->3.1.4 (Angular, React): #624,#626 (HIGH)
- js-yaml 4.2.0->4.3.0 (Angular): #601 (HIGH)

Same-major patch bumps only; dependency trees unchanged. Deferred (see PR body): fast-uri 3.1.5, webpack-dev-server, esbuild, @babel/core, @hono/node-server, body-parser, protobufjs.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant