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

build(deps): bump @fastly/js-compute from 0.5.15 to 3.21.3 in /examples/fastly #1262

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2024

Bumps @fastly/js-compute from 0.5.15 to 3.21.3.

Release notes

Sourced from @​fastly/js-compute's releases.

v3.21.3

3.21.3 (2024-09-04)

Bug Fixes

v3.21.2

3.21.2 (2024-08-27)

Bug Fixes

  • revert documentation website refactoring (#915) (ba1eb66)

v3.21.1

3.21.1 (2024-08-27)

Bug Fixes

  • missing publish file, parallel publish build (#912) (91ae54c)

v3.21.0

3.21.0 (2024-08-27)

Features

  • ship --debug-build CLI flag as public (#907) (2728141)
  • support getSetCookie on new StarlingMonkey headers implementation (#844) (c102521)

v3.20.0

3.20.0 (2024-08-08)

Features

  • Add new CLI name of js-compute which matches the published package name @fastly/js-compute (#869) (60d1d20)

Bug Fixes

  • core-cache headers case (#889) (3f2db5c)
  • ensure we throw an error if FastlyBody.prototype.read is called with a value which is not coercible to a finite positive integer (#877) (1633e02)
  • perf: Use wasm-opt -O3 when making a release build (#870) (dd91fa5)
  • When constructing an EdgeRateLimiter, retrieve the PenaltyBox instance's name using PenaltyBox::get_name (#866) (9222f1d)

... (truncated)

Changelog

Sourced from @​fastly/js-compute's changelog.

3.21.3 (2024-09-04)

Fixed

3.21.2 (2024-08-27)

Fixed

  • revert documentation website refactoring (#915) (ba1eb66)

3.21.1 (2024-08-27)

Fixed

  • missing publish file, parallel publish build (#912) (91ae54c)

3.21.0 (2024-08-27)

Added

  • ship --debug-build CLI flag as public (#907) (2728141)
  • support getSetCookie on new StarlingMonkey headers implementation (#844) (c102521)

3.20.0 (2024-08-08)

Added

  • Add new CLI name of js-compute which matches the published package name @fastly/js-compute (#869) (60d1d20)

Fixed

  • core-cache headers case (#889) (3f2db5c)
  • ensure we throw an error if FastlyBody.prototype.read is called with a value which is not coercible to a finite positive integer (#877) (1633e02)
  • perf: Use wasm-opt -O3 when making a release build (#870) (dd91fa5)
  • When constructing an EdgeRateLimiter, retrieve the PenaltyBox instance's name using PenaltyBox::get_name (#866) (9222f1d)

Changed

  • only time the fetch event when debug logging is enabled (#873) (e4ddf8a)
  • re-order the http methods so the most often requested is first and the least requested is last (#874) (6af7626)
  • Use MOZ_ASSERT instead of MOZ_RELEASE_ASSERT as these methods are already guarded correctly where they are being called (#876) (f089616)

3.19.0 (2024-07-29)

Added

  • Add FetchEvent.server object which contains information about the server which received the incoming HTTP request from the client. (#855) (538ed9c)

... (truncated)

Commits
  • bbfb4d1 chore(main): release 3.21.3 (#938)
  • 9c31435 AOT compilation: update to weval 0.2.12. (#939)
  • 8e09081 Run Prettier (#942)
  • 5d20b52 chore(deps): bump eta, @​docusaurus/core and @​docusaurus/preset-classic in /do...
  • c32be7c Replace Yarn with Npm (#936)
  • 08c9934 fix: event loop stall error no longer a panic (#934)
  • c4182d3 fix: Device.toJSON() properties (#937)
  • 826587b chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /documentation (#935)
  • b5d8489 chore(deps): bump zx from 8.1.4 to 8.1.5 in /integration-tests/js-compute in ...
  • cefcdda chore(deps): bump webpack from 5.75.0 to 5.94.0 in /documentation (#933)
  • Additional commits viewable in compare view

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)

Bumps [@fastly/js-compute](https://github.com/fastly/js-compute-runtime) from 0.5.15 to 3.21.3.
- [Release notes](https://github.com/fastly/js-compute-runtime/releases)
- [Changelog](https://github.com/fastly/js-compute-runtime/blob/main/CHANGELOG.md)
- [Commits](fastly/js-compute-runtime@v0.5.15...v3.21.3)

---
updated-dependencies:
- dependency-name: "@fastly/js-compute"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 4, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 5, 2024

Superseded by #1263.

@dependabot dependabot bot closed this Sep 5, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/examples/fastly/fastly/js-compute-3.21.3 branch September 5, 2024 23:04
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants