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

Update all non-major dependencies #541

Merged
merged 1 commit into from
Mar 1, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 28, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/core (source) ^7.26.7 -> ^7.26.9 age adoption passing confidence devDependencies patch
@babel/preset-env (source) ^7.26.7 -> ^7.26.9 age adoption passing confidence devDependencies patch
@vitest/coverage-v8 (source) ^3.0.4 -> ^3.0.7 age adoption passing confidence devDependencies patch
@vitest/eslint-plugin ^1.1.25 -> ^1.1.36 age adoption passing confidence devDependencies patch
eslint (source) ^9.19.0 -> ^9.21.0 age adoption passing confidence devDependencies minor
node (source) 22.13.1 -> 22.14.0 age adoption passing confidence minor
prettier (source) ^3.4.2 -> ^3.5.2 age adoption passing confidence devDependencies minor
rollup (source) ^4.34.0 -> ^4.34.9 age adoption passing confidence devDependencies patch
rollup (source) ^4.34.0 -> ^4.34.9 age adoption passing confidence dependencies patch
rollup-plugin-delete ^2.1.0 -> ^2.2.0 age adoption passing confidence devDependencies minor
typescript (source) ^5.7.3 -> ^5.8.2 age adoption passing confidence devDependencies minor
typescript-eslint (source) ^8.22.0 -> ^8.25.0 age adoption passing confidence devDependencies minor
vitest (source) ^3.0.4 -> ^3.0.7 age adoption passing confidence devDependencies patch

Release Notes

babel/babel (@​babel/core)

v7.26.9

Compare Source

🐛 Bug Fix
🏠 Internal

v7.26.8

Compare Source

v7.26.8 (2025-02-08)

🏠 Internal
  • babel-preset-env
    • #​17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0
vitest-dev/vitest (@​vitest/coverage-v8)

v3.0.7

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v3.0.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.5

Compare Source

This release includes security patches for:

🚀 Features
🐞 Bug Fixes
View changes on GitHub
vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.1.36

Compare Source

Bug Fixes
  • consistent-test-filename: match allTestPattern against full file path (#​674) (97dcb0f)

v1.1.35

Compare Source

Bug Fixes

v1.1.34

Compare Source

v1.1.33

Compare Source

v1.1.32

Compare Source

v1.1.31

Compare Source

Bug Fixes
  • require-mock-type-parameters: fixed checking of type annotation (#​661) (20a56a7)

v1.1.30

Compare Source

v1.1.29

Compare Source

Bug Fixes

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.28...v1.1.29

v1.1.28

Compare Source

Bug Fixes

v1.1.27

Compare Source

Features

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.26...v1.1.27

v1.1.26

Compare Source

Features

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.25...v1.1.26

eslint/eslint (eslint)

v9.21.0

Compare Source

Features
Bug Fixes
  • db5340d fix: update missing plugin message template (#​19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#​19436) (Francesco Trotta)
Documentation
  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#​19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#​19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)
Chores
  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#​19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#​19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#​19448) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#​19402) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#​19439) (Josh Goldberg ✨)
  • 5fd211d test: processors can return subpaths (#​19425) (Milos Djermanovic)

v9.20.1

Compare Source

Bug Fixes

Documentation

  • fe3ccb2 docs: allow typing in search box while dropdown is open (#​19424) (Amaresh S M)
  • 93c78a5 docs: Add instructions for pnpm compat (#​19422) (Nicholas C. Zakas)
  • b476a93 docs: Fix Keyboard Navigation for Search Results (#​19416) (Amaresh S M)
  • ccb60c0 docs: Update README (GitHub Actions Bot)

v9.20.0

Compare Source

Features
  • e89a54a feat: change behavior of inactive flags (#​19386) (Milos Djermanovic)
Bug Fixes
  • 91d4d9f fix: Bring types in sync with @​eslint/core (#​19157) (Nicholas C. Zakas)
  • fa25c7a fix: Emit warning when empty config file is used (#​19399) (Nicholas C. Zakas)
  • 31a9fd0 fix: Clearer error message for wrong plugin format (#​19380) (Nicholas C. Zakas)
  • 61d99e3 fix: Better error message for unserializable parser (#​19384) (Nicholas C. Zakas)
  • db1b9a6 fix: Ensure module scope is checked for references in consistent-this (#​19383) (Nicholas C. Zakas)
  • 8bcd820 fix: arrow-body-style crash with single-token body (#​19379) (Milos Djermanovic)
Documentation
  • b7012c8 docs: rewrite examples with var using let and const (#​19407) (Mueez Javaid Hashmi)
  • 6406376 docs: Update README (GitHub Actions Bot)
  • 350f2b9 docs: rewrite some examples with var using let and const (#​19404) (Mueez Javaid Hashmi)
  • 93c325a docs: rewrite examples with var using let and const (#​19398) (Mueez Javaid Hashmi)
  • 56ff404 docs: replace var with let or const in rules docs (#​19396) (Daniel Harbrueger)
  • 4053226 docs: change sourceType in no-eval examples (#​19393) (Milos Djermanovic)
  • 1324af0 docs: replace var with let and const in rules docs (#​19392) (Daniel Harbrueger)
  • 8b87e00 docs: replace var with const and let in rules (#​19389) (Tanuj Kanti)
  • 758c66b docs: Explain what frozen rules mean (#​19382) (Nicholas C. Zakas)
  • 0ef8bb8 docs: additional checks for rule examples (#​19358) (Milos Djermanovic)
  • 58ab2f6 docs: fix order of installation steps in getting started (#​19326) (Tanuj Kanti)
Chores
nodejs/node (node)

v22.14.0: 2025-02-11, Version 22.14.0 'Jod' (LTS), @​aduh95

Compare Source

Notable Changes
  • [82a9000e9e] - crypto: update root certificates to NSS 3.107 (Node.js GitHub Bot) #​56566
  • [b7fe54fc88] - (SEMVER-MINOR) fs: allow exclude option in globs to accept glob patterns (Daeyeon Jeong) #​56489
  • [3ac92ef607] - (SEMVER-MINOR) lib: add typescript support to STDIN eval (Marco Ippolito) #​56359
  • [1614e8e7bc] - (SEMVER-MINOR) module: add ERR_UNSUPPORTED_TYPESCRIPT_SYNTAX (Marco Ippolito) #​56610
  • [6d6cffa9cc] - (SEMVER-MINOR) module: add findPackageJSON util (Jacob Smith) #​55412
  • [d35333ae18] - (SEMVER-MINOR) process: add process.ref() and process.unref() methods (James M Snell) #​56400
  • [07ff3ddcb5] - (SEMVER-MINOR) sqlite: support TypedArray and DataView in StatementSync (Alex Yang) #​56385
  • [94d3fe1b62] - (SEMVER-MINOR) src: add --disable-sigusr1 to prevent signal i/o thread (Rafael Gonzaga) #​56441
  • [5afffb4415] - (SEMVER-MINOR) src,worker: add isInternalWorker (Carlos Espa) #​56469
  • [697a851fb3] - (SEMVER-MINOR) test_runner: add TestContext.prototype.waitFor() (Colin Ihrig) #​56595
  • [047537b48c] - (SEMVER-MINOR) test_runner: add t.assert.fileSnapshot() (Colin Ihrig) #​56459
  • [926cf84e95] - (SEMVER-MINOR) test_runner: add assert.register() API (Colin Ihrig) #​56434
  • [c658a8afdf] - (SEMVER-MINOR) worker: add eval ts input (Marco Ippolito) #​56394
Commits

Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" in timezone Europe/Berlin, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file skip changelog Won't show up in changelog labels Feb 28, 2025
@github-actions github-actions bot added the context-v3 Related to tailwind-merge v3 label Feb 28, 2025
Copy link

github-actions bot commented Feb 28, 2025

Metrics report

At head commit 1525767 and base commit b5423b8 at 2025-03-01T10:25:33.938Z

Size

No changes

All size metrics
Export Size original Size minified Size minified and Brotli compressed
tailwind-merge esm 83.96 kB 0% 22.45 kB 0% 6.31 kB 0%
 › createTailwindMerge 13.42 kB 0% 3.61 kB 0% 1.44 kB 0%
 › extendTailwindMerge 83.25 kB 0% 21.81 kB 0% 6.05 kB 0%
 › fromTheme 0.16 kB 0% 0.08 kB 0% 0.09 kB 0%
 › getDefaultConfig 67.49 kB 0% 17.32 kB 0% 4.47 kB 0%
 › mergeConfigs 2.12 kB 0% 0.80 kB 0% 0.27 kB 0%
 › twJoin 1.06 kB 0% 0.26 kB 0% 0.16 kB 0%
 › twMerge 80.94 kB 0% 20.96 kB 0% 5.88 kB 0%
 › validators 4.49 kB 0% 1.69 kB 0% 0.73 kB 0%
tailwind-merge cjs 84.21 kB 0% 28.11 kB 0% 6.65 kB 0%
tailwind-merge/es5 esm 89.16 kB 0% 24.36 kB 0% 6.53 kB 0%
 › createTailwindMerge 15.27 kB 0% 4.20 kB 0% 1.56 kB 0%
 › extendTailwindMerge 88.07 kB 0% 23.73 kB 0% 6.25 kB 0%
 › fromTheme 0.21 kB 0% 0.10 kB 0% 0.09 kB 0%
 › getDefaultConfig 69.86 kB 0% 18.43 kB 0% 4.56 kB 0%
 › mergeConfigs 2.46 kB 0% 0.87 kB 0% 0.29 kB 0%
 › twJoin 1.08 kB 0% 0.26 kB 0% 0.14 kB 0%
 › twMerge 85.16 kB 0% 22.66 kB 0% 6.00 kB 0%
 › validators 6.09 kB 0% 2.23 kB 0% 0.76 kB 0%
tailwind-merge/es5 cjs 89.42 kB 0% 30.05 kB 0% 6.88 kB 0%

Copy link

codspeed-hq bot commented Feb 28, 2025

CodSpeed Performance Report

Merging #541 will not alter performance

Comparing renovate/all-minor-patch (1525767) with main (b5423b8)

Summary

✅ 5 untouched benchmarks

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 34e0d25 to 1525767 Compare March 1, 2025 10:24
@dcastil dcastil merged commit d6ef676 into main Mar 1, 2025
6 checks passed
@dcastil dcastil deleted the renovate/all-minor-patch branch March 1, 2025 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
context-v3 Related to tailwind-merge v3 dependencies Pull requests that update a dependency file skip changelog Won't show up in changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant