Skip to content

Update dev dependencies#484

Merged
brianhelba merged 1 commit intomainfrom
renovate/dev-deps
Apr 14, 2026
Merged

Update dev dependencies#484
brianhelba merged 1 commit intomainfrom
renovate/dev-deps

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 13, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@sentry/vite-plugin (source) 5.1.15.2.0 age confidence devDependencies minor
@tsconfig/node24 (source) ^24.0.424.0.4 age confidence devDependencies pin
@types/node (source) ^25.5.025.5.0 age confidence devDependencies pin
@vue/tsconfig ^0.9.00.9.1 age confidence devDependencies pin
eslint (source) 10.1.010.2.0 age confidence devDependencies minor
mypy (changelog) ==1.19.1==1.20.0 age confidence dependency-groups minor 1.20.1
npm-run-all2 ^8.0.48.0.4 age confidence devDependencies pin
pytest (changelog) ==9.0.2==9.0.3 age confidence dependency-groups patch
ruff (source, changelog) ==0.15.9==0.15.10 age confidence dependency-groups patch
sass-embedded 1.98.01.99.0 age confidence devDependencies minor
tox (changelog) ==4.52.0==4.52.1 age confidence dependency-groups patch
tox-uv (changelog) ==1.34.0==1.35.1 age confidence dependency-groups minor
types-requests (changelog) ==2.33.0.20260402==2.33.0.20260408 age confidence dependency-groups patch
vite (source) 8.0.38.0.8 age confidence devDependencies patch

⚠️ Minimum release age is not validated for this update type.


Release Notes

getsentry/sentry-javascript-bundler-plugins (@​sentry/vite-plugin)

v5.2.0

Compare Source

New Features ✨
Bug Fixes 🐛
Internal Changes 🔧
eslint/eslint (eslint)

v10.2.0

Compare Source

Features

Bug Fixes

Documentation

  • a2af743 docs: add language to configuration objects (#​20712) (Francesco Trotta)
  • 845f23f docs: Update README (GitHub Actions Bot)
  • 5fbcf59 docs: remove sourceType from ts playground link (#​20477) (Tanuj Kanti)
  • 8702a47 docs: Update README (GitHub Actions Bot)
  • ddeaded docs: Update README (GitHub Actions Bot)
  • 2b44966 docs: add Major Releases section to Manage Releases (#​20269) (Milos Djermanovic)
  • eab65c7 docs: update eslint versions in examples (#​20664) (루밀LuMir)
  • 3e4a299 docs: update ESM Dependencies policies with note for own-usage packages (#​20660) (Milos Djermanovic)

Chores

  • 8120e30 refactor: extract no unmodified loop condition (#​20679) (kuldeep kumar)
  • 46e8469 chore: update dependency markdownlint-cli2 to ^0.22.0 (#​20697) (renovate[bot])
  • 01ed3aa test: add unit tests for unicode utilities (#​20622) (Manish chaudhary)
  • 811f493 ci: remove --legacy-peer-deps from types integration tests (#​20667) (Milos Djermanovic)
  • 6b86fcf chore: update dependency npm-run-all2 to v8 (#​20663) (renovate[bot])
  • 632c4f8 chore: add prettier update commit to .git-blame-ignore-revs (#​20662) (루밀LuMir)
  • b0b0f21 chore: update dependency eslint-plugin-regexp to ^3.1.0 (#​20659) (Milos Djermanovic)
  • 228a2dd chore: update dependency eslint-plugin-eslint-plugin to ^7.3.2 (#​20661) (Milos Djermanovic)
  • 3ab4d7e test: Add tests for eslintrc-style keys (#​20645) (kuldeep kumar)
python/mypy (mypy)

v1.20.0

Compare Source

pytest-dev/pytest (pytest)

v9.0.3

Compare Source

pytest 9.0.3 (2026-04-07)

Bug fixes

  • #​12444: Fixed pytest.approx which now correctly takes into account ~collections.abc.Mapping keys order to compare them.

  • #​13634: Blocking a conftest.py file using the -p no: option is now explicitly disallowed.

    Previously this resulted in an internal assertion failure during plugin loading.

    Pytest now raises a clear UsageError explaining that conftest files are not plugins and cannot be disabled via -p.

  • #​13734: Fixed crash when a test raises an exceptiongroup with __tracebackhide__ = True.

  • #​14195: Fixed an issue where non-string messages passed to unittest.TestCase.subTest() were not printed.

  • #​14343: Fixed use of insecure temporary directory (CVE-2025-71176).

Improved documentation

  • #​13388: Clarified documentation for -p vs PYTEST_PLUGINS plugin loading and fixed an incorrect -p example.
  • #​13731: Clarified that capture fixtures (e.g. capsys and capfd) take precedence over the -s / --capture=no command-line options in Accessing captured output from a test function <accessing-captured-output>.
  • #​14088: Clarified that the default pytest_collection hook sets session.items before it calls pytest_collection_finish, not after.
  • #​14255: TOML integer log levels must be quoted: Updating reference documentation.

Contributor-facing changes

  • #​12689: The test reports are now published to Codecov from GitHub Actions.
    The test statistics is visible on the web interface.

    -- by aleguy02

astral-sh/ruff (ruff)

v0.15.10

Compare Source

Released on 2026-04-09.

Preview features
  • [flake8-logging] Allow closures in except handlers (LOG004) (#​24464)
  • [flake8-self] Make SLF diagnostics robust to non-self-named variables (#​24281)
  • [flake8-simplify] Make the fix for collapsible-if safe in preview (SIM102) (#​24371)
Bug fixes
  • Avoid emitting multi-line f-string elements before Python 3.12 (#​24377)
  • Avoid syntax error from E502 fixes in f-strings and t-strings (#​24410)
  • Strip form feeds from indent passed to dedent_to (#​24381)
  • [pyupgrade] Fix panic caused by handling of octals (UP012) (#​24390)
  • Reject multi-line f-string elements before Python 3.12 (#​24355)
Rule changes
  • [ruff] Treat f-string interpolation as potential side effect (RUF019) (#​24426)
Server
  • Add support for custom file extensions (#​24463)
Documentation
  • Document adding fixes in CONTRIBUTING.md (#​24393)
  • Fix JSON typo in settings example (#​24517)
Contributors
sass/embedded-host-node (sass-embedded)

v1.99.0

Compare Source

  • Add support for parent selectors (&) at the root of the document. These are
    emitted as-is in the CSS output, where they're interpreted as the scoping
    root
    .

  • User-defined functions named calc or clamp are no longer forbidden. If
    such a function exists without a namespace in the current module, it will be
    used instead of the built-in calc() or clamp() function.

  • User-defined functions whose names begin with - and end with -expression,
    -url, -and, -or, or -not are no longer forbidden. These were
    originally intended to match vendor prefixes, but in practice no vendor
    prefixes for these functions ever existed in real browsers.

  • User-defined functions named EXPRESSION, URL, and ELEMENT, those that
    begin with - and end with -ELEMENT, as well as the same names with some
    lowercase letters are now deprecated, These are names conflict with plain CSS
    functions that have special syntax.

    See the Sass website for details.

  • In a future release, calls to functions whose names begin with - and end
    with -expression and -url will no longer have special parsing. For now,
    these calls are deprecated if their behavior will change in the future.

    See the Sass website for details.

  • Calls to functions whose names begin with - and end with -progid:... are
    deprecated.

    See the Sass website for details.

tox-dev/tox (tox)

v4.52.1

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.52.0...4.52.1

tox-dev/tox-uv (tox-uv)

v1.35.1

Compare Source

What's Changed

  • fix(lock-runner): respect UV_FROZEN env var and --frozen in uv_sync_flags by @​alexholtz in #​327

New Contributors

Full Changelog: tox-dev/tox-uv@1.35.0...1.35.1

v1.35.0

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/tox-uv@1.34.0...1.35.0

vitejs/vite (vite)

v8.0.8

Compare Source

Features
Bug Fixes

v8.0.7

Compare Source

Bug Fixes
  • use sync dns.getDefaultResultOrder instead of dns.promises (#​22185) (5c05b04)

v8.0.6

Compare Source

Features
Bug Fixes
Performance Improvements
  • early return in getLocalhostAddressIfDiffersFromDNS when DNS order is verbatim (#​22151) (56ec256)
Miscellaneous Chores

v8.0.5

Compare Source

Bug Fixes

v8.0.4

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores
Code Refactoring

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Apr 13, 2026

Deploying bats-ai with  Cloudflare Pages  Cloudflare Pages

Latest commit: 03aa759
Status: ✅  Deploy successful!
Preview URL: https://f43e7b30.bats-ai.pages.dev
Branch Preview URL: https://renovate-dev-deps.bats-ai.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/dev-deps branch 2 times, most recently from 6943675 to 802ba72 Compare April 14, 2026 13:35
@renovate renovate bot force-pushed the renovate/dev-deps branch from 802ba72 to 03aa759 Compare April 14, 2026 13:46
Copy link
Copy Markdown
Member

@brianhelba brianhelba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Routine bump.

@brianhelba brianhelba merged commit d874a25 into main Apr 14, 2026
5 checks passed
@brianhelba brianhelba deleted the renovate/dev-deps branch April 14, 2026 13:50
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