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 the dependencies group with 6 updates #15

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2024

Bumps the dependencies group with 6 updates:

Package From To
@biomejs/biome 1.6.3 1.7.2
@cloudflare/vitest-pool-workers 0.1.11 0.2.5
@cloudflare/workers-types 4.20240329.0 4.20240423.0
typescript 5.4.3 5.4.5
vitest 1.3.0 1.5.3
wrangler 3.43.0 3.53.0

Updates @biomejs/biome from 1.6.3 to 1.7.2

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.7.2

Analyzer

Bug fixes

  • Import sorting now ignores side effect imports (#817).

    A side effect import consists now in its own group. This ensures that side effect imports are not reordered.

    Here is an example of how imports are now sorted:

      import "z"
    - import { D } from "d";
      import { C } from "c";
    + import { D } from "d";
      import "y"
      import "x"
    - import { B } from "b";
      import { A } from "a";
    + import { B } from "b";
      import "w"

    Contributed by @​Conaclos

  • Import sorting now adds spaces where needed (#1665) Contributed by @​Conaclos

CLI

Bug fixes

  • biome migrate eslint now handles cyclic references.

    Some plugins and configurations export objects with cyclic references. This causes biome migrate eslint to fail or ignore them. These edge cases are now handled correctly.

    Contributed by @​Conaclos

Formatter

Bug fixes

  • Correctly handle placement of comments inside named import clauses. #2566. Contributed by @​ah-yu

Linter

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

1.7.2 (2024-04-30)

Analyzer

Bug fixes

  • Import sorting now ignores side effect imports (#817).

    A side effect import consists now in its own group. This ensures that side effect imports are not reordered.

    Here is an example of how imports are now sorted:

      import "z"
    - import { D } from "d";
      import { C } from "c";
    + import { D } from "d";
      import "y"
      import "x"
    - import { B } from "b";
      import { A } from "a";
    + import { B } from "b";
      import "w"

    Contributed by @​Conaclos

  • Import sorting now adds spaces where needed (#1665) Contributed by @​Conaclos

CLI

Bug fixes

  • biome migrate eslint now handles cyclic references.

    Some plugins and configurations export objects with cyclic references. This causes biome migrate eslint to fail or ignore them. These edge cases are now handled correctly.

    Contributed by @​Conaclos

Formatter

Bug fixes

  • Correctly handle placement of comments inside named import clauses. #2566. Contributed by @​ah-yu

Linter

... (truncated)

Commits
  • 2c70d3f release: v1.7.2 (#2651)
  • 46c378e feat(biome_css_analyzer): noUnknownFunction (#2570)
  • de063b4 feat(lint/useDefaultSwitchClause): add rule (#2605)
  • b3ed181 feat(linter): Implement useGenericFontNames (#2573)
  • a13d36d feat: no useless undefined initialization (#2591)
  • ce4979d feat(biome_js_analyze): useArrayLiterals (#2541)
  • b24b44c fix(lint/useConst): handle reads before assignment and improve docs (#2584)
  • b3e5768 feat(linter): add useConsistentNewBuiltin (#2540)
  • 7ea5dff feat(biome_css_analyzer): noUnknownUnit (#2535)
  • 52029f6 fix(configuration_schema): rename some fields to camelCase in the `configurat...
  • Additional commits viewable in compare view

Updates @cloudflare/vitest-pool-workers from 0.1.11 to 0.2.5

Release notes

Sourced from @​cloudflare/vitest-pool-workers's releases.

@​cloudflare/vitest-pool-workers@​0.2.5

Patch Changes

  • #5733 995199f Thanks @​penalosa! - fix: Build all packages before publishing

  • Updated dependencies []:

    • wrangler@3.53.0

@​cloudflare/vitest-pool-workers@​0.2.4

Patch Changes

@​cloudflare/vitest-pool-workers@​0.2.3

Patch Changes

@​cloudflare/vitest-pool-workers@​0.2.2

Patch Changes

@​cloudflare/vitest-pool-workers@​0.2.0

Minor Changes

  • #5612 8f470d9 Thanks @​Skye-31! - Feat: Support specifying an environment for your worker when running tests. This allows your tests to pick up bindings & variables that are scoped to specific environments.

    For example:

    import { defineWorkersConfig } from "@cloudflare/vitest-pool-workers/config";
    export default defineWorkersConfig({
    test: {
    poolOptions: {
    workers: {
    wrangler: {
    configPath: "./wrangler.toml",
    environment: "production",
    },
    },
    },
    },

... (truncated)

Changelog

Sourced from @​cloudflare/vitest-pool-workers's changelog.

0.2.5

Patch Changes

  • #5733 995199f Thanks @​penalosa! - fix: Build all packages before publishing

  • Updated dependencies []:

    • wrangler@3.53.0

0.2.4

Patch Changes

0.2.3

Patch Changes

0.2.2

Patch Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

  • #5612 8f470d9 Thanks @​Skye-31! - Feat: Support specifying an environment for your worker when running tests. This allows your tests to pick up bindings & variables that are scoped to specific environments.

    For example:

    import { defineWorkersConfig } from "@cloudflare/vitest-pool-workers/config";

... (truncated)

Commits

Updates @cloudflare/workers-types from 4.20240329.0 to 4.20240423.0

Commits

Updates typescript from 5.4.3 to 5.4.5

Release notes

Sourced from typescript's releases.

TypeScript 5.4.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • 27bcd4c Update LKG
  • 9f33bf1 🤖 Pick PR #58098 (Fix constraints of nested homomorph...) into release-5.4 (#...
  • 71b2f84 Bump version to 5.4.5 and LKG
  • 892936f 🤖 Pick PR #58083 (Don't propagate partial union/inter...) into release-5.4 (#...
  • 38a7c05 release-5.4: Always set node-version for setup-node (#58117)
  • b754fc3 🤖 Pick PR #57778 (fix type import check for default-i...) into release-5.4 (#...
  • 8eb3367 Bump version to 5.4.4 and LKG
  • de9096b 🤖 Pick PR #57871 (Divide-and-conquer strategy for int...) into release-5.4 (#...
  • 06aae98 🤖 Pick PR #57973 (Compare package.json paths with cor...) into release-5.4 (#...
  • 6d8134e 🤖 Pick PR #57637 (Fixed a regression related to deter...) into release-5.4 (#...
  • Additional commits viewable in compare view

Updates vitest from 1.3.0 to 1.5.3

Release notes

Sourced from vitest's releases.

v1.5.3

   🐞 Bug Fixes

    View changes on GitHub

v1.5.2

   🐞 Bug Fixes

    View changes on GitHub

v1.5.1

   🚀 Features

  • api: startVitest() to accept stdout and stdin  -  by @​AriPerkkio in vitest-dev/vitest#5493 (780b1)
    • This is listed as a feature, but it doesn't increase the minor version because startVitest API is experimental and doesn't follow semver.

   🐞 Bug Fixes

    View changes on GitHub

v1.5.0

   🚀 Features

... (truncated)

Commits
  • a52964b chore: release v1.5.3
  • 200609c fix(reporter): use default error formatter for JUnit (#5629)
  • 48fba19 fix: use package.json name for a workspace project if not provided (#5608)
  • 7c993e9 test: standardising internal test (#5600)
  • 81f57f4 chore: release v1.5.2
  • 1be4510 chore: release v1.5.1
  • f1bec62 refactor: remove VitestCache.clearCache method (#5602)
  • 780b187 feat(api): startVitest() to accept stdout and stdin (#5493)
  • 2b3fc0f docs: fix cli-table generator
  • 597e0c2 docs: generate CLI table automatically (#5588)
  • Additional commits viewable in compare view

Updates wrangler from 3.43.0 to 3.53.0

Release notes

Sourced from wrangler's releases.

wrangler@3.53.0

Minor Changes

  • #5604 327a456 Thanks @​dario-piotrowicz! - feat: add support for environments in getPlatformProxy

    allow getPlatformProxy to target environments by allowing users to specify an environment option

    Example usage:

    const { env } = await getPlatformProxy({
    	environment: "production",
    });

Patch Changes

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

... (truncated)

Changelog

Sourced from wrangler's changelog.

3.53.0

Minor Changes

  • #5604 327a456 Thanks @​dario-piotrowicz! - feat: add support for environments in getPlatformProxy

    allow getPlatformProxy to target environments by allowing users to specify an environment option

    Example usage:

    const { env } = await getPlatformProxy({
    	environment: "production",
    });

Patch Changes

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

... (truncated)

Commits
  • a90e376 Version Packages (#5717)
  • c4d034a Generate Cloudchamber client from latest OpenAPI specification (#5651)
  • 4097759 Add workers ai staging flag (#5705)
  • 327a456 [wrangler] feat: add support for environments in getPlatformProxy (#5604)
  • 649e763 cache + speedup windows e2e (#5654)
  • 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)
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.2` |
| [@cloudflare/vitest-pool-workers](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vitest-pool-workers) | `0.1.11` | `0.2.5` |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20240329.0` | `4.20240423.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.5` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.3.0` | `1.5.3` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `3.43.0` | `3.53.0` |


Updates `@biomejs/biome` from 1.6.3 to 1.7.2
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.2/packages/@biomejs/biome)

Updates `@cloudflare/vitest-pool-workers` from 0.1.11 to 0.2.5
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/vitest-pool-workers/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/@cloudflare/vitest-pool-workers@0.2.5/packages/vitest-pool-workers)

Updates `@cloudflare/workers-types` from 4.20240329.0 to 4.20240423.0
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](https://github.com/cloudflare/workerd/commits)

Updates `typescript` from 5.4.3 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.3...v5.4.5)

Updates `vitest` from 1.3.0 to 1.5.3
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.5.3/packages/vitest)

Updates `wrangler` from 3.43.0 to 3.53.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.53.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@cloudflare/vitest-pool-workers"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@cloudflare/workers-types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: wrangler
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 May 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2024

Superseded by #17.

@dependabot dependabot bot closed this Jun 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-ad323d52f4 branch June 1, 2024 23:33
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