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 @koa/cors and lws-cors in /tools/turbolizer #88

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 12, 2024

Bumps @koa/cors and lws-cors. These dependencies needed to be updated together.
Updates @koa/cors from 3.3.0 to 5.0.0

Changelog

Sourced from @​koa/cors's changelog.

5.0.0 / 2023-12-11

others

4.0.0 / 2022-10-08

fixes

  • [7358ab3] - fix: Calling all options even if origin header is not present (#87) (Cleber Rossi )

others

  • [d19090f] - refactor: [BREAKING] drop node 8, 10, 12 support (#88) (fengmk2 )

3.4.3 / 2022-10-08

others

  • [208b86c] - Revert "fix: Calling all options even if origin header is not present (#87)" (fengmk2 )

3.4.2 / 2022-10-06

fixes

  • [2e8da5b] - fix: Calling all options even if origin header is not present (#87) (Cleber Rossi )

3.4.1 / 2022-08-19

fixes

  • [1205356] - fix: must specify an origin value instead of "*" wildcard (#85) (Tyreal Hu )

3.4.0 / 2022-08-19

others

  • [2cd4789] - 🤖 TEST: Run test on Node.js 18 (#86) (fengmk2 )
  • [ae56e05] - Create codeql-analysis.yml (fengmk2 )
  • [c4b5d21] - refactor: use friendlier promise checking (#84) (Swain Molster )
  • [fbe33bc] - 📖 DOC: Add privateNetworkAccess js to README (fengmk2 )
Commits

Updates lws-cors from 4.1.2 to 4.2.1

Commits

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.

Bumps [@koa/cors](https://github.com/koajs/cors) and [lws-cors](https://github.com/lwsjs/cors). These dependencies needed to be updated together.

Updates `@koa/cors` from 3.3.0 to 5.0.0
- [Changelog](https://github.com/koajs/cors/blob/master/History.md)
- [Commits](koajs/cors@3.3.0...5.0.0)

Updates `lws-cors` from 4.1.2 to 4.2.1
- [Commits](lwsjs/cors@v4.1.2...v4.2.1)

---
updated-dependencies:
- dependency-name: "@koa/cors"
  dependency-type: indirect
- dependency-name: lws-cors
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 12, 2024
@hubot hubot deleted the dependabot/npm_and_yarn/tools/turbolizer/koa/cors-and-lws-cors-5.0.0 branch March 12, 2024 17:16
hubot pushed a commit that referenced this pull request Feb 4, 2025
In Liftoff's PrepareTailCall, we kept the UseScratchRegisterScope open
for longer than necessary. Close the scope earlier to ensure that we
don't run out of scratch registers in the last "sub" instruction if it
needs one.

R=clemensb@chromium.org

(cherry picked from commit 7c9e628)

Fixed: 384565015
Change-Id: Ib36c515f5aca7d0c5899564d474cb3be6e0d9f85
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6098197
Reviewed-by: Clemens Backes <clemensb@chromium.org>
Commit-Queue: Thibaud Michaud <thibaudm@chromium.org>
Cr-Original-Commit-Position: refs/heads/main@{#97846}
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6151135
Reviewed-by: Matthias Liedtke <mliedtke@chromium.org>
Reviewed-by: Thibaud Michaud <thibaudm@chromium.org>
Cr-Commit-Position: refs/branch-heads/12.6@{#88}
Cr-Branched-From: 3c9fa12-refs/heads/12.6.228@{#2}
Cr-Branched-From: 981bb15-refs/heads/main@{#93835}
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.

0 participants