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

Lock file maintenance deps #53

Merged
merged 1 commit into from
Apr 24, 2024
Merged

Lock file maintenance deps #53

merged 1 commit into from
Apr 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@biomejs/biome (source) devDependencies patch ^1.7.0 -> ^1.7.1 age adoption passing confidence
@cloudflare/workers-types devDependencies minor ^4.20240419.0 -> ^4.20240423.0 age adoption passing confidence
discord-api-types (source) dependencies patch ^0.37.79 -> ^0.37.81 age adoption passing confidence
wrangler (source) devDependencies minor ^3.51.2 -> ^3.52.0 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

biomejs/biome (@​biomejs/biome)

v1.7.1

Compare Source

Editors
Bug fixes
Formatter
Bug fixes
  • Add parentheses for the return expression that has leading multiline comments. #​2504. Contributed by @​ah-yu

  • Correctly format dangling comments of continue statements. #​2555. Contributed by @​ah-yu

Linter
Bug fixes
  • Fix case where jsxRuntime wasn't being respected by useImportType rule (#​2473).Contributed by @​arendjr
  • Fix #​2460, where the rule noUselessFragments was crashing the linter in some cases. Now cases like these are correctly handled:
    callFunction(<>{bar}</>)
    Contributed by @​ematipico
  • Fix #​2366, where noDuplicateJsonKeys incorrectly computed the kes to highlight. Contributed by @​ematipico
Enhancements
  • The rule noMisplacedAssertions now considers valid calling expect inside waitFor:
    import { waitFor } from '@&#8203;testing-library/react';
    
    await waitFor(() => {
      expect(111).toBe(222);
    });
    Contributed by @​ematipico
cloudflare/workerd (@​cloudflare/workers-types)

v4.20240423.0

Compare Source

discordjs/discord-api-types (discord-api-types)

v0.37.81

Compare Source

Bug Fixes

v0.37.80

Compare Source

Features
cloudflare/workers-sdk (wrangler)

v3.52.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - "before 4am on monday" in timezone Europe/Gibraltar, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@SuperchupuDev SuperchupuDev merged commit 4477844 into main Apr 24, 2024
2 checks passed
@SuperchupuDev SuperchupuDev deleted the renovate/deps branch April 24, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant