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 all non-major dependencies #1163

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@aws-sdk/client-lambda (source) ^3.654.0 -> ^3.655.0 age adoption passing confidence dependencies minor
@biomejs/biome (source) ^1.9.1 -> ^1.9.2 age adoption passing confidence dependencies patch
@raycast/api (source) ^1.83.0 -> ^1.83.1 age adoption passing confidence dependencies patch
@unocss/reset ^0.61.0 -> ^0.62.4 age adoption passing confidence dependencies minor
aws-cdk (source) ^2.159.0 -> ^2.159.1 age adoption passing confidence dependencies patch
aws-cdk-lib (source) ^2.159.0 -> ^2.159.1 age adoption passing confidence devDependencies patch
aws-cdk-lib (source) ^2.159.0 -> ^2.159.1 age adoption passing confidence dependencies patch
changelogen ^0.5.5 -> ^0.5.7 age adoption passing confidence dependencies patch
openapi-typescript (source) ^7.4.0 -> ^7.4.1 age adoption passing confidence dependencies patch
oven/bun 1.1.28-debian -> 1.1.29-debian age adoption passing confidence final patch
oven/bun 1.1.28-debian -> 1.1.29-debian age adoption passing confidence stage patch
rollup (source) ^4.22.0 -> ^4.22.2 age adoption passing confidence devDependencies patch
unocss 0.61.0 -> 0.62.4 age adoption passing confidence devDependencies minor
unocss 0.61.0 -> 0.62.4 age adoption passing confidence dependencies minor
vite (source) ^5.4.6 -> ^5.4.7 age adoption passing confidence devDependencies patch
vite (source) ^5.4.6 -> ^5.4.7 age adoption passing confidence dependencies patch
vue (source) ^3.5.6 -> ^3.5.7 age adoption passing confidence dependencies patch

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-lambda)

v3.655.0

Compare Source

Features
  • client-lambda: Tagging support for Lambda event source mapping, and code signing configuration resources. (97088ae)
biomejs/biome (@​biomejs/biome)

v1.9.2

Compare Source

CLI
New features
Bug fixes
  • Fix #​3917, where the fixed files were incorrectly computed. Contributed by @​ematipico
  • Fixed an issue that caused GritQL contains queries to report false positives when the matched
    node appeared inside a sibling node. Contributed by @​arendjr
Editors
Bug fixes
  • Fix #​3923. Now the .editorconfig is correctly parsed by the LSP, and the options are correctly applied to files when formatting is triggered.
    Plus, the Biome LSP now watches for any change to the .editorconfig, and updates the formatting settings.

  • Reduced the number of log files generated by the LSP server. Now the maximum number of logs saved on disk is seven. Contributed by @​ematipico

  • Fix the code actions capabilities available in the LSP Biome server. Before, the LSP was using the default capabilities, which resulted in pulling code actions even when they were disabled by the editor.

    This means that the code actions are pulled by the client only when the editor enables quickfix.biome, source.organizeImports.biome and source.fixAll.biome.

    Now, if you enable organizeImports.enabled: true in the biome.json, and then you configure your editor with the following code action source.organizeImports.biome: false, the editor won't sort the imports.

    Contributed by @​ematipico

Linter
New features
Bug fixes
Parser
Bug fixes
  • useStrictMode now reports Script files with some directives, but without the use strict directive. Contributed by @​Conaclos

  • The CSS parser now accepts the characters U+FFDCF and U+FFFD in identifiers. Contributed by @​Conaclos

raycast/extensions (@​raycast/api)

v1.83.1

Compare Source

unocss/unocss (@​unocss/reset)

v0.62.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.62.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.62.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.62.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.62.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.61.9

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.61.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.61.7

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.61.6

Compare Source

   🚀 Features
  • preset-mini: Support (float  -  by **end) (#​3997)** and Anthony Fu (clear)-(start)
   🐞 Bug Fixes
    View changes on GitHub

v0.61.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.61.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.61.3

Compare Source

   🚀 Features
    View changes on GitHub

v0.61.2

Compare Source

No significant changes

    View changes on GitHub
aws/aws-cdk (aws-cdk)

v2.159.1

Compare Source

Reverts
  • fix(ec2): fixing vpc endpoint pattern for ecr and ecr docker (#​31496) (f7e8452)

Alpha modules (2.159.1-alpha.0)
unjs/changelogen (changelogen)

v0.5.7

Compare Source

compare changes

🩹 Fixes
  • bump: Avoid using + for canary suffix (#​224)
❤️ Contributors

v0.5.6

Compare Source

compare changes

🚀 Enhancements
  • Add option to sign git tags (#​117)
  • git: Support parse git messages that have prefix emoji (#​146)
🩹 Fixes
  • github: Use bearer token (#​180)
  • Handle repo name with multiple segments (#​219)
  • Lowercase scope when filtering (#​199)
💅 Refactors
  • Replace execa with execSync (#​222)
  • Use human readable date for canary versions (#​223)
  • Update execCommand (68127be)
🏡 Chore
❤️ Contributors
openapi-ts/openapi-typescript (openapi-typescript)

v7.4.1

Compare Source

Patch Changes
oven-sh/bun (oven/bun)

v1.1.29

rollup/rollup (rollup)

v4.22.2

Compare Source

2024-09-20

Bug Fixes
  • Revert fix for side effect free modules until other issues are investigated (#​5667)
Pull Requests

v4.22.1

Compare Source

2024-09-20

Bug Fixes
  • Revert #​5644 "stable chunk hashes" while issues are being investigated
Pull Requests
vitejs/vite (vite)

v5.4.7

Compare Source

Please refer to CHANGELOG.md for details.

vuejs/core (vue)

v3.5.7

Compare Source

Bug Fixes
Performance Improvements

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^0.62.4 chore(deps): update all non-major dependencies Sep 19, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from ddc9b4c to 0df5cab Compare September 20, 2024 12:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0df5cab to 693c1fa Compare September 20, 2024 17:04
@chrisbbreuer chrisbbreuer merged commit 393e774 into main Sep 20, 2024
5 of 9 checks passed
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