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

chore(deps): bump the misc group across 1 directory with 2 updates #290

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the misc group with 2 updates in the / directory: openai and wrangler.

Updates openai from 4.34.0 to 4.38.5

Release notes

Sourced from openai's releases.

v4.38.5

4.38.5 (2024-04-24)

Full Changelog: v4.38.4...v4.38.5

Chores

  • internal: use actions/checkout@v4 for codeflow (#799) (5ab7780)

v4.38.4

4.38.4 (2024-04-24)

Full Changelog: v4.38.3...v4.38.4

Bug Fixes

v4.38.3

4.38.3 (2024-04-22)

Full Changelog: v4.38.2...v4.38.3

Chores

  • internal: use @​swc/jest for running tests (#793) (8947f19)

v4.38.2

4.38.2 (2024-04-19)

Full Changelog: v4.38.1...v4.38.2

Bug Fixes

  • api: correct types for message attachment tools (#787) (8626884)

v4.38.1

4.38.1 (2024-04-18)

Full Changelog: v4.38.0...v4.38.1

Bug Fixes

v4.38.0

4.38.0 (2024-04-18)

Full Changelog: v4.37.1...v4.38.0

... (truncated)

Changelog

Sourced from openai's changelog.

4.38.5 (2024-04-24)

Full Changelog: v4.38.4...v4.38.5

Chores

  • internal: use actions/checkout@v4 for codeflow (#799) (5ab7780)

4.38.4 (2024-04-24)

Full Changelog: v4.38.3...v4.38.4

Bug Fixes

4.38.3 (2024-04-22)

Full Changelog: v4.38.2...v4.38.3

Chores

  • internal: use @​swc/jest for running tests (#793) (8947f19)

4.38.2 (2024-04-19)

Full Changelog: v4.38.1...v4.38.2

Bug Fixes

  • api: correct types for message attachment tools (#787) (8626884)

4.38.1 (2024-04-18)

Full Changelog: v4.38.0...v4.38.1

Bug Fixes

4.38.0 (2024-04-18)

Full Changelog: v4.37.1...v4.38.0

Features

4.37.1 (2024-04-17)

... (truncated)

Commits
  • c6629c3 Merge pull request #800 from openai/release-please--branches--master--changes...
  • 125a7a4 release: 4.38.5
  • 5ab7780 chore(internal): use actions/checkout@v4 for codeflow (#799)
  • adf0524 release: 4.38.4
  • 80d7697 fix(api): change timestamps to unix integers (#798)
  • 7d2fd6c fix(docs): doc improvements (#796)
  • 11c2f36 Merge pull request #794 from openai/release-please--branches--master--changes...
  • 5fb93d5 release: 4.38.3
  • 8947f19 chore(internal): use @​swc/jest for running tests (#793)
  • 4c041e0 release: 4.38.2
  • Additional commits viewable in compare view


Updates wrangler from 3.50.0 to 3.52.0

Release notes

Sourced from wrangler's releases.

wrangler@3.52.0

Minor Changes

  • #5666 81d9615 Thanks @​CarmenPopoviciu! - fix: Fix Pages config validation around Durable Objects

    Today Pages cannot deploy Durable Objects itself. For this reason it is mandatory that when declaring Durable Objects bindings in the config file, the script_name is specified. We are currently not failing validation if script_name is not specified but we should. These changes fix that.

Patch Changes

  • #5610 24840f6 Thanks @​SuperchupuDev! - Mark ts-json-schema-generator as a dev dependency

  • #5669 a7e36d5 Thanks @​dario-piotrowicz! - fix: fix broken Durable Object local proxying (when no cf property is present)

    A regression was introduced in wrangler 3.46.0 (cloudflare/workers-sdk#5215) which made it so that missing Request#cf properties are serialized as "undefined", this in turn throws a syntax parse error when such values are parsed via JSON.parse breaking the communication with Durable Object local proxies. Fix such issue by serializing missing Request#cf properties as "{}" instead.

  • #5616 c6312b5 Thanks @​webbertakken! - fix: broken link to durable object migrations docs

  • #5482 1b7739e Thanks @​DaniFoldi! - docs: show new Discord url everywhere for consistency. The old URL still works, but https://discord.cloudflare.com is preferred.

  • Updated dependencies [3a0d735, 1b7739e]:

    • miniflare@3.20240419.0
    • @​cloudflare/kv-asset-handler@​0.3.2

wrangler@3.51.2

Patch Changes

wrangler@3.51.0

Minor Changes

  • #5477 9a46e03 Thanks @​pmiguel! - feature: Changed Queues client to use the new QueueId and ConsumerId-based endpoints.

  • #5172 fbe1c9c Thanks @​GregBrimble! - feat: Allow marking external modules (with --external) to avoid bundling them when building Pages Functions

    It's useful for Pages Plugins which want to declare a peer dependency.

Patch Changes

Changelog

Sourced from wrangler's changelog.

3.52.0

Minor Changes

  • #5666 81d9615 Thanks @​CarmenPopoviciu! - fix: Fix Pages config validation around Durable Objects

    Today Pages cannot deploy Durable Objects itself. For this reason it is mandatory that when declaring Durable Objects bindings in the config file, the script_name is specified. We are currently not failing validation if script_name is not specified but we should. These changes fix that.

Patch Changes

  • #5610 24840f6 Thanks @​SuperchupuDev! - Mark ts-json-schema-generator as a dev dependency

  • #5669 a7e36d5 Thanks @​dario-piotrowicz! - fix: fix broken Durable Object local proxying (when no cf property is present)

    A regression was introduced in wrangler 3.46.0 (cloudflare/workers-sdk#5215) which made it so that missing Request#cf properties are serialized as "undefined", this in turn throws a syntax parse error when such values are parsed via JSON.parse breaking the communication with Durable Object local proxies. Fix such issue by serializing missing Request#cf properties as "{}" instead.

  • #5616 c6312b5 Thanks @​webbertakken! - fix: broken link to durable object migrations docs

  • #5482 1b7739e Thanks @​DaniFoldi! - docs: show new Discord url everywhere for consistency. The old URL still works, but https://discord.cloudflare.com is preferred.

  • Updated dependencies [3a0d735, 1b7739e]:

    • miniflare@3.20240419.0
    • @​cloudflare/kv-asset-handler@​0.3.2

3.51.2

Patch Changes

3.51.1

Patch Changes

  • #5640 bd2031b Thanks @​petebacondarwin! - fix: display user-friendly message when Pages function route param names are invalid.

    Param names can only contain alphanumeric and underscore characters. Previously the user would see a confusing error message similar to:

     TypeError: Unexpected MODIFIER at 8, expected END
    

    Now the user is given an error similar to:

... (truncated)

Commits
  • fc03c10 Version Packages (#5655)
  • 917d9bc Revert "[D1] fix wrangler d1 migration apply to for queries not ending in a...
  • a7e36d5 [wrangler] fix: fix local Durable Object proxies not working (#5669)
  • 6424f0a ci: fix deployment of local Wrangler for e2e tests (#5680)
  • 81d9615 fix(wrangler): enforce Pages config validation around DOs (#5666)
  • 3a0d735 chore(deps): bump the workerd-and-workers-types group with 2 updates (#5682)
  • 1f2c1e3 chore(wrangler): Configuration keys clean-up (#5123)
  • 1b7739e Use new Discord server url (#5482)
  • e0abf91 [D1] fix wrangler d1 migration apply to for queries not ending in a semi-co...
  • c6312b5 fix(wrangler): broken link in cli (#5616)
  • Additional commits viewable in compare view


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 4 months ago

Deploying astrosite with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0f1e966
Status:🚫  Build failed.

View logs

codesandbox[bot] commented 4 months ago

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview

dependabot[bot] commented 4 months ago

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