Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2025

This PR contains the following updates:

Package Change Age Confidence
@semantic-release/github 11.0.1 -> 11.0.6 age confidence
@types/react (source) 18.3.18 -> 18.3.26 age confidence
@types/react-dom (source) 18.3.5 -> 18.3.7 age confidence
@vitest/coverage-v8 (source) 2.1.8 -> 2.1.9 age confidence
@vitest/eslint-plugin 1.1.25 -> 1.1.44 age confidence
autoprefixer 10.4.20 -> 10.4.21 age confidence
eslint-config-prettier 9.1.0 -> 9.1.2 age confidence
eslint-plugin-playwright 2.2.0 -> 2.2.2 age confidence
eslint-plugin-prettier 5.2.3 -> 5.2.6 age confidence
eslint-plugin-react 7.37.4 -> 7.37.5 age confidence
eslint-plugin-tailwindcss 3.18.0 -> 3.18.2 age confidence
nodemon (source) 3.1.9 -> 3.1.10 age confidence
postcss (source) 8.5.1 -> 8.5.6 age confidence
prettier-plugin-tailwindcss 0.6.11 -> 0.6.14 age confidence
tailwindcss (source) 3.4.17 -> 3.4.18 age confidence
vite (source) 5.4.14 -> 5.4.21 age confidence
vitest (source) 2.1.8 -> 2.1.9 age confidence

Release Notes

semantic-release/github (@​semantic-release/github)

v11.0.6

Compare Source

Bug Fixes

v11.0.5

Compare Source

Bug Fixes

v11.0.4

Compare Source

Bug Fixes

v11.0.3

Compare Source

Bug Fixes

v11.0.2

Compare Source

Bug Fixes
vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.9

Compare Source

This release includes security patches for:

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

v1.1.44

Compare Source

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.43...v1.1.44

v1.1.43

Compare Source

Features
What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.42...v1.1.43

v1.1.42

Compare Source

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.40...v1.1.42

v1.1.40

Compare Source

v1.1.39

Compare Source

Bug Fixes
  • valid-title: report emptyTitle for string-like types (#​688) (c1909ab)
What's Changed
New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.38...v1.1.39

v1.1.38

Compare Source

Bug Fixes
  • valid-title: also allow string types with settings.typecheck (#​682) (9fff541)

v1.1.37

Compare Source

Features
What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.36...v1.1.37

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

postcss/autoprefixer (autoprefixer)

v10.4.21

Compare Source

prettier/eslint-config-prettier (eslint-config-prettier)

v9.1.2

Compare Source

playwright-community/eslint-plugin-playwright (eslint-plugin-playwright)

v2.2.2

Compare Source

Bug Fixes
  • prefer-web-first-assertions: Fix false positive (#​384) (38a559e)
  • valid-test-tags: disallow extra properties in rule options and add to recommended (#​381) (4762bbd)

v2.2.1

Compare Source

Features
  • Support addInitScript in no-unsafe-references
  • Add toContainClass method
  • Add valid-test-tags rule
  • Add no-wait-for-navigation rule
Bug Fixes
  • clean published package.json (#​371) (b8401e5), closes #​360
  • no-conditional-in-test does not trigger for conditionals in test metadata (fixes #​363) (#​372) (12b0832)
  • Remove no-slowed-test from recommended list (#​348) (6baec3a)
  • Support non-awaited expressions in prefer-web-first-assertions
  • Allow valid locators declared as variables
  • Fix false positive when using allowConditional
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.6

Compare Source

Patch Changes

v5.2.5

Compare Source

Patch Changes

v5.2.4

Compare Source

Patch Changes
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.5

Compare Source

Fixed
Changed
francoismassart/eslint-plugin-tailwindcss (eslint-plugin-tailwindcss)

v3.18.2: Tailwind CSS v4 README

Compare Source

This patch release is the same as v3.8.0, I had to publish patch versions in the regular npm release channel in order to update the README.

Here is a copy of the important message as added in the README:

About Tailwind CSS 4 support

While the development of eslint-plugin-tailwindcss for Tailwind CSS v4 is ongoing, you can use the latest version published on the beta channel to get partial support of Tailwind CSS v4.

npm i eslint-plugin-tailwindcss@beta -D

NB: As we will focus the effort on the full rewrite of the plugin, this version is available "as is" and you may get errors or false positives like for the rule no-contradicting-classname . You can learn more about these issues on GitHub.

You can always disable specific rules if necessary.

This version has been made possible thanks to the work of hyoban and his project tailwind-api-utils.

v3.18.1

Compare Source

remy/nodemon (nodemon)

v3.1.10

Compare Source

Bug Fixes
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).

v8.5.4

Compare Source

v8.5.3

Compare Source

v8.5.2

Compare Source

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

v0.6.14

Compare Source

  • Add support for OXC + Hermes Prettier plugins (#​376, #​380)
  • Sort template literals in Angular expressions (#​377)
  • Don't repeatedly add backslashes to escape sequences when formatting (#​381)

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)

v0.6.12

Compare Source

  • Add internal (unsupported) option to load Tailwind CSS using a different package name (#​366)
tailwindlabs/tailwindcss (tailwindcss)

v3.4.18

Compare Source

Fixed
  • Improve support for raw supports-[…] queries in arbitrary values (#​13605)
  • Fix require.cache error when loaded through a TypeScript file in Node 22.18+ (#​18665)
  • Support import.meta.resolve(…) in configs for new enough Node.js versions (#​18938)
  • Allow using newer versions of postcss-load-config for better ESM and TypeScript PostCSS config support with the CLI (#​18938)
  • Remove irrelevant utility rules when matching important classes (#​19030)
vitejs/vite (vite)

v5.4.21

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.20

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.19

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.18

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.17

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.16

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.15

Compare Source

Please refer to CHANGELOG.md for details.


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 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 label Feb 9, 2025
@vercel
Copy link

vercel bot commented Feb 9, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
warp-grid-editor Ready Ready Preview Comment Nov 8, 2025 4:06pm

@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from dfdc6f4 to e7d7961 Compare February 12, 2025 16:38
@renovate renovate bot changed the title chore(deps): Update Dev Dependencies to v2.1.9 (patch) chore(deps): Update Dev Dependencies (patch) Feb 12, 2025
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from e7d7961 to a2607b3 Compare February 13, 2025 22:50
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from a2607b3 to 695661c Compare February 15, 2025 18:24
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 695661c to fcf8ded Compare February 15, 2025 22:03
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from fcf8ded to 7b78478 Compare February 17, 2025 15:13
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 7b78478 to 03502a0 Compare February 17, 2025 21:53
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 03502a0 to b3d1ad2 Compare February 24, 2025 16:41
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from b3d1ad2 to 3411638 Compare March 2, 2025 18:45
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 3411638 to 45e2572 Compare March 3, 2025 15:09
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 45e2572 to 4630696 Compare March 3, 2025 20:32
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 4630696 to 85d57a3 Compare March 4, 2025 18:26
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 85d57a3 to 66bcfeb Compare March 11, 2025 12:19
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 66bcfeb to f63a973 Compare March 13, 2025 15:07
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 4dbd33b to 155d7b3 Compare October 5, 2025 06:54
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 155d7b3 to dd0fe43 Compare October 6, 2025 16:00
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from dd0fe43 to 2bf85ad Compare October 8, 2025 20:03
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 2bf85ad to 7641027 Compare October 10, 2025 08:06
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 7641027 to 002bca8 Compare October 11, 2025 04:06
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 002bca8 to e16b46a Compare October 12, 2025 06:59
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from e16b46a to cac1527 Compare October 15, 2025 19:46
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from cac1527 to d260b93 Compare October 16, 2025 23:47
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from d260b93 to 1ef690f Compare October 19, 2025 07:37
@renovate renovate bot force-pushed the renovate/patch-dev-dependencies branch from 1ef690f to cc3e063 Compare October 20, 2025 19:43
@vercel
Copy link

vercel bot commented Oct 20, 2025

Deployment failed with the following error:

Failed to create deployment for team_BKH0Txp4BVkeZtXz5KUuGeWW in project prj_n5cg4ATlFmTVwIUPAnM78rMlbWou: FetchError: request to https://76.76.21.112/v13/now/deployments?ownerId=team_BKH0Txp4BVkeZtXz5KUuGeWW&projectId=prj_n5cg4ATlFmTVwIUPAnM78rMlbWou&skipAutoDetectionConfirmation=1&teamId=team_BKH0Txp4BVkeZtXz5KUuGeWW&traceCarrier=%7B%22ot-baggage-webhookAt%22%3A%221760989411350%22%2C%22ot-baggage-senderUsername%22%3A%22gh.renovate%5Bbot%5D%22%2C%22baggage%22%3A%22webhookAt%3D1760989411350%2CsenderUsername%3Dgh.renovate%255Bbot%255D%22%2C%22x-datadog-trace-id%22%3A%227171649928482998490%22%2C%22x-datadog-parent-id%22%3A%224225260649830553709%22%2C%22x-datadog-sampling-priority%22%3A%222%22%2C%22x-datadog-tags%22%3A%22_dd.p.tid%3D68f690e300000000%2C_dd.p.dm%3D-3%22%2C%22traceparent%22%3A%2200-68f690e3000000006386d19ce8af48da-3aa3242cb496186d-01%22%2C%22tracestate%22%3A%22dd%3Dt.tid%3A68f690e300000000%3Bt.dm%3A-3%3Bs%3A2%3Bp%3A3aa3242cb496186d%22%7D failed, reason: socket hang up

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.

1 participant