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

chore(deps): update dependencies (minor/patch) #72

Merged
merged 1 commit into from
Mar 17, 2024

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@biomejs/biome (source) 1.5.3 -> 1.6.1 age adoption passing confidence
@types/node (source) 18.19.22 -> 18.19.24 age adoption passing confidence
@types/react (source) 18.2.64 -> 18.2.66 age adoption passing confidence
@types/react-dom (source) 18.2.21 -> 18.2.22 age adoption passing confidence
jotai 2.7.0 -> 2.7.1 age adoption passing confidence
postcss (source) 8.4.35 -> 8.4.36 age adoption passing confidence
org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom 1.0.0-pre.710 -> 1.0.0-pre.715 age adoption passing confidence

Release Notes

biomejs/biome (@​biomejs/biome)

v1.6.1

Compare Source

CLI
Bug fixes
  • CLI is now able to automatically search and resolve biome.jsonc (#​2008). Contributed by @​Sec-ant
  • Fix a false positive where some files were counted as "fixed" even though they weren't modified. Contributed by @​ematipico
Configuration
Bug fixes
  • json.formatter.trailingCommas option now works in overrides (#​2009). Contributed by @​Sec-ant
Linter
New features
  • Add rule noDoneCallback, this rule checks the function parameter of hooks & tests
    for use of the done argument, suggesting you return a promise instead. Contributed by @​vasucp1207

    beforeEach(done => {
      // ...
    });
Bug fixes
Parser
Bug fixes
  • JavaScript lexer is now able to lex regular expression literals with escaped non-ascii chars (#​1941).

    Contributed by @​Sec-ant

v1.6.0

Compare Source

Analyzer
New features
  • Add partial for .astro files. Biome is able to sort imports inside the frontmatter of the Astro files. Contributed
    by @​ematipico
pmndrs/jotai (jotai)

v2.7.1

Compare Source

This fixes a regression in v2.7.0.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.7.0...v2.7.1

postcss/postcss (postcss)

v8.4.36

Compare Source

  • Fixed original.column are not numbers error on broken previous source map.

Configuration

📅 Schedule: Branch creation - "after 1pm and before 5pm on Friday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot enabled auto-merge (squash) March 15, 2024 06:04
@renovate renovate bot force-pushed the renovate/dependencies-(minorpatch) branch 2 times, most recently from aa88430 to 7858ec2 Compare March 16, 2024 23:12
@renovate renovate bot force-pushed the renovate/dependencies-(minorpatch) branch from 7858ec2 to f4a8436 Compare March 17, 2024 21:05
@renovate renovate bot merged commit a89e218 into main Mar 17, 2024
6 checks passed
@renovate renovate bot deleted the renovate/dependencies-(minorpatch) branch March 17, 2024 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants