AVGVSTVS96 / astroSite

Built with Astro and TailwindCSS, this MPA portfolio & blog site is version 3 of my personal website, my first MPA.
https://astrosite-aid.pages.dev/
GNU Affero General Public License v3.0
0 stars 0 forks source link

Bump the misc group across 1 directory with 3 updates #392

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the misc group with 3 updates in the / directory: openai, type-coverage and wrangler.

Updates openai from 4.34.0 to 4.47.3

Release notes

Sourced from openai's releases.

v4.47.3

4.47.3 (2024-05-31)

Full Changelog: v4.47.2...v4.47.3

Bug Fixes

Documentation

  • azure: update example and readme to use Entra ID (#857) (722eff1)

v4.47.2

4.47.2 (2024-05-28)

Full Changelog: v4.47.1...v4.47.2

Documentation

v4.47.1

4.47.1 (2024-05-14)

Full Changelog: v4.47.0...v4.47.1

Chores

  • internal: add slightly better logging to scripts (#848) (139e690)

v4.47.0

4.47.0 (2024-05-14)

Full Changelog: v4.46.1...v4.47.0

Features

v4.46.1

4.46.1 (2024-05-13)

Full Changelog: v4.46.0...v4.46.1

Refactors

... (truncated)

Changelog

Sourced from openai's changelog.

4.47.3 (2024-05-31)

Full Changelog: v4.47.2...v4.47.3

Bug Fixes

Documentation

  • azure: update example and readme to use Entra ID (#857) (722eff1)

4.47.2 (2024-05-28)

Full Changelog: v4.47.1...v4.47.2

Documentation

4.47.1 (2024-05-14)

Full Changelog: v4.47.0...v4.47.1

Chores

  • internal: add slightly better logging to scripts (#848) (139e690)

4.47.0 (2024-05-14)

Full Changelog: v4.46.1...v4.47.0

Features

4.46.1 (2024-05-13)

Full Changelog: v4.46.0...v4.46.1

Refactors

4.46.0 (2024-05-13)

Full Changelog: v4.45.0...v4.46.0

Features

... (truncated)

Commits


Updates type-coverage from 2.28.1 to 2.29.0

Changelog

Sourced from type-coverage's changelog.

2.29.0 (2024-05-30)

  • fix: remove args (8632142)
  • feat: add color output option (39ad59f)
  • ci: include lts node version matrix (7636d03)

2.28.2 (2024-04-29)

Commits


Updates wrangler from 3.50.0 to 3.58.0

Release notes

Sourced from wrangler's releases.

wrangler@3.58.0

Minor Changes

  • #5933 93b98cb Thanks @​WalshyDev! - feature: allow for writing authentication details per API environment. This allows someone targetting staging to have their staging auth details saved separately from production, this saves them logging in and out when switching environments.

Patch Changes

  • #5938 9e4d8bc Thanks @​threepointone! - fix: let "assets" in wrangler.toml be a string

    The experimental "assets" field can be either a string or an object. However the type definition marks it only as an object. This is a problem because we use this to generate the json schema, which gets picked up by vscode's even better toml extension, and shows it to be an error when used with a string (even though it works fine). The fix is to simply change the type definition to add a string variant.

  • #5758 8e5e589 Thanks @​Jackenmen! - fix: use correct type for AI binding instead of unknown

  • Updated dependencies [e0e7725]:

    • miniflare@3.20240524.1

wrangler@3.57.2

Patch Changes

  • #5905 53f22a0 Thanks @​penalosa! - fix: Remove WARP certificate injection. Instead, you should ensure that any custom certificates that are needed are included in NODE_EXTRA_CA_CERTS.

  • #5930 57daae0 Thanks @​WalshyDev! - chore: improve error message when updating secret for a non-deployed latest version.

  • #5703 a905f31 Thanks @​penalosa! - fix: Don't use ExportedHandler["middleware"] for injecting middleware

  • Updated dependencies [64ccdd6, 4458a9e]:

    • miniflare@3.20240524.0

wrangler@3.57.1

Patch Changes

  • #5859 f2ceb3a Thanks @​w-kuhn! - fix: queue consumer max_batch_timeout should accept a 0 value

  • #5862 441a05f Thanks @​CarmenPopoviciu! - fix: wrangler pages deploy should fail if deployment was unsuccessful

    If a Pages project fails to deploy, wrangler pages deploy will log an error message, but exit successfully. It should instead throw a FatalError.

  • #5812 d5e00e4 Thanks @​thomasgauvin! - fix: remove Hyperdrive warning for local development.

    Hyperdrive bindings are now supported when developing locally with Hyperdrive. We should update our logs to reflect this.

  • #5626 a12b031 Thanks @​RamIdeas! - chore: ignore workerd output (error: CODE_MOVED) not intended for end-user devs

wrangler@3.57.0

Minor Changes

  • #5696 7e97ba8 Thanks @​geelen! - feature: Improved d1 execute --file --remote performance & added support for much larger SQL files within a single transaction.

... (truncated)

Changelog

Sourced from wrangler's changelog.

3.58.0

Minor Changes

  • #5933 93b98cb Thanks @​WalshyDev! - feature: allow for writing authentication details per API environment. This allows someone targetting staging to have their staging auth details saved separately from production, this saves them logging in and out when switching environments.

Patch Changes

  • #5938 9e4d8bc Thanks @​threepointone! - fix: let "assets" in wrangler.toml be a string

    The experimental "assets" field can be either a string or an object. However the type definition marks it only as an object. This is a problem because we use this to generate the json schema, which gets picked up by vscode's even better toml extension, and shows it to be an error when used with a string (even though it works fine). The fix is to simply change the type definition to add a string variant.

  • #5758 8e5e589 Thanks @​Jackenmen! - fix: use correct type for AI binding instead of unknown

  • Updated dependencies [e0e7725]:

    • miniflare@3.20240524.1

3.57.2

Patch Changes

  • #5905 53f22a0 Thanks @​penalosa! - fix: Remove WARP certificate injection. Instead, you should ensure that any custom certificates that are needed are included in NODE_EXTRA_CA_CERTS.

  • #5930 57daae0 Thanks @​WalshyDev! - chore: improve error message when updating secret for a non-deployed latest version.

  • #5703 a905f31 Thanks @​penalosa! - fix: Don't use ExportedHandler["middleware"] for injecting middleware

  • Updated dependencies [64ccdd6, 4458a9e]:

    • miniflare@3.20240524.0

3.57.1

Patch Changes

  • #5859 f2ceb3a Thanks @​w-kuhn! - fix: queue consumer max_batch_timeout should accept a 0 value

  • #5862 441a05f Thanks @​CarmenPopoviciu! - fix: wrangler pages deploy should fail if deployment was unsuccessful

    If a Pages project fails to deploy, wrangler pages deploy will log an error message, but exit successfully. It should instead throw a FatalError.

  • #5812 d5e00e4 Thanks @​thomasgauvin! - fix: remove Hyperdrive warning for local development.

    Hyperdrive bindings are now supported when developing locally with Hyperdrive. We should update our logs to reflect this.

  • #5626 a12b031 Thanks @​RamIdeas! - chore: ignore workerd output (error: CODE_MOVED) not intended for end-user devs

3.57.0

... (truncated)

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
cloudflare-pages[bot] commented 1 month ago

Deploying astrosite with  Cloudflare Pages  Cloudflare Pages

Latest commit: cd4c730
Status:🚫  Build failed.

View logs

codesandbox[bot] commented 1 month ago

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview

dependabot[bot] commented 1 month ago

Looks like these dependencies are updatable in another way, so this is no longer needed.