Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 4, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/compiler (source) 2.12.0 -> 2.12.2 age adoption passing confidence
@babel/types (source) 7.27.3 -> 7.27.6 age adoption passing confidence
@envelop/core (source) 5.2.3 -> 5.3.0 age adoption passing confidence
@jest/transform (source) 30.0.0 -> 30.0.2 age adoption passing confidence
@jest/types (source) 30.0.0 -> 30.0.1 age adoption passing confidence
@types/express (source) 5.0.2 -> 5.0.3 age adoption passing confidence
@types/lodash (source) 4.17.17 -> 4.17.19 age adoption passing confidence
@types/node (source) 22.15.29 -> 22.15.33 age adoption passing confidence
@types/react (source) 19.1.6 -> 19.1.8 age adoption passing confidence
@vue/compiler-sfc (source) 3.5.16 -> 3.5.17 age adoption passing confidence
babel-jest (source) 30.0.0 -> 30.0.2 age adoption passing confidence
bun (source) 1.2.15 -> 1.2.17 age adoption passing confidence
concurrently 9.1.2 -> 9.2.0 age adoption passing confidence
eslint (source) 9.28.0 -> 9.29.0 age adoption passing confidence
eslint-plugin-import 2.31.0 -> 2.32.0 age adoption passing confidence
eslint-plugin-n 17.19.0 -> 17.20.0 age adoption passing confidence
form-data 4.0.2 -> 4.0.3 age adoption passing confidence
jest (source) 30.0.0 -> 30.0.3 age adoption passing confidence
lint-staged 16.1.0 -> 16.1.2 age adoption passing confidence
postcss (source) 8.5.4 -> 8.5.6 age adoption passing confidence
postcss-import 16.1.0 -> 16.1.1 age adoption passing confidence
prettier (source) 3.5.3 -> 3.6.1 age adoption passing confidence
prettier-plugin-tailwindcss 0.6.12 -> 0.6.13 age adoption passing confidence
puppeteer (source) 24.10.0 -> 24.10.2 age adoption passing confidence
svelte (source) 5.33.14 -> 5.34.8 age adoption passing confidence
svelte2tsx (source) 0.7.39 -> 0.7.40 age adoption passing confidence
ts-jest (source) 29.3.4 -> 29.4.0 age adoption passing confidence
tsx (source) 4.19.4 -> 4.20.3 age adoption passing confidence
wrangler (source) 4.18.0 -> 4.21.2 age adoption passing confidence

Release Notes

withastro/compiler (@​astrojs/compiler)

v2.12.2

Compare Source

Patch Changes
  • 950635e: Reverts a change where view transitions were made async to accomodate the CSP requirements.

v2.12.1

Compare Source

Patch Changes
  • 138c07f: Improves detection of function body opening curly brace for exported functions.
  • 4a967ab: Fixes a bug where view transition names got lost after update to Astro 5.9
babel/babel (@​babel/types)

v7.27.6

Compare Source

🐛 Bug Fix
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-generator, babel-parser, babel-types
graphql-hive/envelop (@​envelop/core)

v5.3.0

Compare Source

Minor Changes
jestjs/jest (@​jest/transform)

v30.0.2

Compare Source

Fixes
  • [jest-matcher-utils] Make 'deepCyclicCopyObject' safer by setting descriptors to a null-prototype object (#​15689)
  • [jest-util] Make garbage collection protection property writable (#​15689)

v30.0.1

Compare Source

Features
  • [jest-resolver] Implement the defaultAsyncResolver (#​15679)
Fixes
  • [jest-resolver] Resolve builtin modules correctly (#​15683)
  • [jest-environment-node, jest-util] Avoid setting globals cleanup protection symbol when feature is off (#​15684)
Chore & Maintenance
  • [*] Remove and deprecate jest-repl package (#​15673)
  • [jest-resolver] Replace custom isBuiltinModule with node's isBuiltin (#​15685)
vuejs/core (@​vue/compiler-sfc)

v3.5.17

Compare Source

Bug Fixes
oven-sh/bun (bun)

v1.2.17: Bun v1.2.17

Compare Source

To install Bun v1.2.17

curl -fsSL https://bun.sh/install | bash

### or you can use npm
### npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.2.17:

bun upgrade
Read Bun v1.2.17's release notes on Bun's blog
Thanks to 15 contributors!

v1.2.16: Bun v1.2.16

Compare Source

To install Bun v1.2.16

curl -fsSL https://bun.sh/install | bash

### or you can use npm
### npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.2.16:

bun upgrade
Read Bun v1.2.16's release notes on Bun's blog
Thanks to 25 contributors!
open-cli-tools/concurrently (concurrently)

v9.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.1.2...v9.2.0

eslint/eslint (eslint)

v9.29.0

Compare Source

import-js/eslint-plugin-import (eslint-plugin-import)

v2.32.0

Compare Source

Added
Fixed
Changed
eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.20.0

Compare Source

🌟 Features
form-data/form-data (form-data)

v4.0.3

Compare Source

lint-staged/lint-staged (lint-staged)

v16.1.2

Compare Source

Patch Changes
  • #​1570 a7c0c88 Thanks @​ItsNickBarry! - When using --diff-filter with the D option to include deleted staged files, lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error from git add like fatal: pathspec 'deleted-file' did not match any files.

  • 38f942e Thanks @​iiroj! - Removed an extraneous log entry that printed shouldHidePArtiallyStagedFiles to console output.

v16.1.1

Compare Source

Patch Changes
  • #​1565 3686977 Thanks @​iiroj! - Lint-staged now explicitly warns about potential data loss when using --no-stash.

  • #​1571 02299a9 Thanks @​iiroj! - Function tasks (introduced in v16.0.0) only received the staged files matching the conpmnfigured glob, instead of all staged files.

  • #​1563 bc61c74 Thanks @​iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the --no-stash option. This happened because --no-stash implied --no-hide-partially-staged, meaning unstaged changes to files which also had other staged changes were added to the commit by lint-staged; this is no longer the case.

    The previous (incorrect) behavior can still be achieved by using both options --no-stash --no-hide-partially-staged at the same time.

postcss/postcss (postcss)

v8.5.6

Compare Source

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

v8.5.5

Compare Source

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).
postcss/postcss-import (postcss-import)

v16.1.1

Compare Source

  • Fix incorrect cascade layer order when some resources can not be inlined (#​567, #​574)
prettier/prettier (prettier)

v3.6.1

Compare Source

diff

TypeScript: Allow const without initializer (#​17650, #​17654 by @​fisker)
// Input
export const version: string;

// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
    |                     ^

// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
    |              ^^^^^^^^^^^^^^^

// Prettier 3.6.1
export const version: string;
Miscellaneous: Avoid closing files multiple times (#​17665 by @​43081j)

When reading a file to infer the interpreter from a shebang, we use the
n-readlines library to read the first line in order to get the shebang.

This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if n-readlines did not already close
them.

v3.6.0

Compare Source

diff

🔗 Release Notes

tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.6.13

Compare Source

  • Prevent Svelte files from breaking when there are duplicate classes (#​359)
  • Ensure prettier-plugin-multiline-arrays and prettier-plugin-jsdoc work when used together with this plugin (#​372)
puppeteer/puppeteer (puppeteer)

v24.10.2

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.10.1 to 24.10.2
Bug Fixes

v24.10.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.10.0 to 24.10.1
Bug Fixes
sveltejs/svelte (svelte)

v5.34.8

Compare Source

Patch Changes
  • fix: untrack $inspect.with and add check for unsafe mutation (#​16209)

  • fix: use fine grained for template if the component is not explicitly in legacy mode (#​16232)

  • lift unsafe_state_mutation constraints for SvelteSet, SvelteMap, SvelteDate, SvelteURL and SvelteURLSearchParams created inside the derived (#​16221)

v5.34.7

Compare Source

Patch Changes
  • fix: address css class matching regression (#​16204)

v5.34.6

Compare Source

Patch Changes
  • fix: match class and style directives against attribute selector (#​16179)

v5.34.5

Compare Source

Patch Changes
  • fix: keep spread non-delegated event handlers up to date (#​16180)

  • fix: remove undefined attributes on hydration (#​16178)

  • fix: ensure sources within nested effects still register correctly (#​16193)

  • fix: avoid shadowing a variable in dynamic components (#​16185)

v5.34.4

Compare Source

Patch Changes
  • fix: don't set state withing with_parent in proxy (#​16176)

  • fix: use compiler-driven reactivity in legacy mode template expressions (#​16100)

v5.34.3

Compare Source

Patch Changes
  • fix: don't eagerly execute deriveds on resume (#​16150)

  • fix: prevent memory leaking signals in legacy mode (#​16145)

  • fix: don't define error.message if it's not configurable (#​16149)

v5.34.2

Compare Source

Patch Changes
  • fix: add missing typings for some dimension bindings (#​16142)

  • fix: prune typescript class field declarations (#​16154)

v5.34.1

Compare Source

Patch Changes
  • fix: correctly tag private class state fields (#​16132)

v5.34.0

[Compare Source](https://redirect.github.com/sveltejs/sv


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 4, 2025
Copy link

changeset-bot bot commented Jun 4, 2025

⚠️ No Changeset found

Latest commit: 682b559

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

coderabbitai bot commented Jun 4, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

github-actions bot commented Jun 4, 2025

💻 Website Preview

The latest changes are available as preview in: https://pr-7245.graphql-tools.pages.dev

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2f6c095 to 9e4b227 Compare June 5, 2025 12:27
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.19.1 fix(deps): update all non-major dependencies Jun 5, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9e4b227 to 9827990 Compare June 6, 2025 22:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9827990 to a6e7c82 Compare June 7, 2025 03:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a6e7c82 to e8771d8 Compare June 7, 2025 07:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e8771d8 to 667cca3 Compare June 7, 2025 15:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 667cca3 to 0caba44 Compare June 8, 2025 15:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0caba44 to 9a2358d Compare June 9, 2025 17:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9a2358d to d86adf4 Compare June 10, 2025 00:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d86adf4 to 107d56f Compare June 10, 2025 10:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 107d56f to 04e3dd3 Compare June 10, 2025 18:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 04e3dd3 to 216466d Compare June 11, 2025 10:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 216466d to e0e43d7 Compare June 11, 2025 18:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d26bd49 to ee6bc1c Compare June 21, 2025 04:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ee6bc1c to 231e6cc Compare June 21, 2025 11:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 231e6cc to e1e5ddd Compare June 22, 2025 07:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e1e5ddd to c28e8d2 Compare June 23, 2025 04:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c28e8d2 to 5018e44 Compare June 24, 2025 00:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5018e44 to 7a54ed4 Compare June 24, 2025 19:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7a54ed4 to 7af991f Compare June 25, 2025 01:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7af991f to a73d1bc Compare June 25, 2025 09:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a73d1bc to 0bd03f6 Compare June 25, 2025 18:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0bd03f6 to 377e2cd Compare June 25, 2025 23:58
@ardatan ardatan force-pushed the renovate/all-minor-patch branch from 377e2cd to c4d1668 Compare June 25, 2025 23:59
Copy link
Contributor Author

renovate bot commented Jun 26, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@ardatan ardatan merged commit 70377af into master Jun 26, 2025
6 of 11 checks passed
@ardatan ardatan deleted the renovate/all-minor-patch branch June 26, 2025 00:03
ardatan added a commit that referenced this pull request Sep 22, 2025
* fix(deps): update all non-major dependencies

* ..

* Go

* Less noisy CI

* Go

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant