Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump nanoid from 3.3.4 to 3.3.8 in /samples/demo/client #1896

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2024

Bumps nanoid from 3.3.4 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).

3.3.7

  • Fixed node16 TypeScript support (by Saadi Myftija).

3.3.6

  • Fixed package.

3.3.5

  • Backport funding information.
Commits

Dependabot compatibility score

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 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.

@dependabot dependabot bot requested a review from a team as a code owner December 11, 2024 20:26
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 11, 2024
@dependabot dependabot bot requested a review from a team as a code owner December 11, 2024 20:26
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Dec 11, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/samples/demo/client/nanoid-3.3.8 branch from 6224b2a to 2f3d48c Compare December 24, 2024 05:14
ytimocin
ytimocin previously approved these changes Dec 24, 2024
@ytimocin ytimocin force-pushed the dependabot/npm_and_yarn/samples/demo/client/nanoid-3.3.8 branch from 98ca8d6 to c0508d0 Compare January 6, 2025 22:03
@ytimocin
Copy link
Contributor

ytimocin commented Jan 6, 2025

@dependabot recreate

Dependabot couldn't find the original pull request head commit, 2f3d48c.
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/samples/demo/client/nanoid-3.3.8 branch from c0508d0 to ac8f964 Compare January 6, 2025 22:04
@ytimocin ytimocin merged commit c851f64 into v0.41 Jan 6, 2025
8 checks passed
@ytimocin ytimocin deleted the dependabot/npm_and_yarn/samples/demo/client/nanoid-3.3.8 branch January 6, 2025 22:34
vishwahiremat pushed a commit that referenced this pull request Jan 8, 2025
* Update samples for v0.41

* Bump cross-spawn from 7.0.3 to 7.0.6 in /samples/demo (#1890)

Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add ORAS install to test workflow (#1969)

Signed-off-by: willdavsmith <willdavsmith@gmail.com>

* Updating playwright version to fix the missing packages issue (#1980)

Signed-off-by: ytimocin <ytimocin@microsoft.com>

* Updating Dapr UI Sample to dotnet 6 (#1970)

Signed-off-by: ytimocin <ytimocin@microsoft.com>

* Bump nanoid from 3.3.4 to 3.3.8 in /samples/demo/client (#1896)

Dependabot couldn't find the original pull request head commit, 2f3d48c.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump path-to-regexp and express in /samples/demo/client (#1893)

Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `path-to-regexp` from 0.1.10 to 0.1.12
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](pillarjs/path-to-regexp@v0.1.10...v0.1.12)

Updates `express` from 4.21.1 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](expressjs/express@4.21.1...4.21.2)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Remove AWS CLI install from AWS workflows (#1967)

* Remove AWS CLI install

Signed-off-by: willdavsmith <willdavsmith@gmail.com>

* Add workflow_dispatch to AWS runs

Signed-off-by: willdavsmith <willdavsmith@gmail.com>

---------

Signed-off-by: willdavsmith <willdavsmith@gmail.com>

* Upmerge to edge

Signed-off-by: Radius CI Bot <radiuscoreteam@service.microsoft.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: willdavsmith <willdavsmith@gmail.com>
Signed-off-by: ytimocin <ytimocin@microsoft.com>
Signed-off-by: Radius CI Bot <radiuscoreteam@service.microsoft.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Will Smith <willdavsmith@gmail.com>
Co-authored-by: Yetkin Timocin <ytimocin@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant