Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@radix-ui/react-label (source) ^2.1.7 -> ^2.1.8 age confidence dependencies patch
@radix-ui/react-slot (source) ^1.2.3 -> ^1.2.4 age confidence dependencies patch
@rstest/core (source) 0.6.2 -> 0.6.5 age confidence devDependencies patch
@rstest/core (source) ^0.6.2 -> ^0.6.5 age confidence devDependencies patch
@tailwindcss/postcss (source) ^4.1.11 -> ^4.1.17 age confidence devDependencies patch
@types/mocha (source) 10.0.9 -> 10.0.10 age confidence devDependencies patch
@types/node (source) ^22.19.0 -> ^22.19.1 age confidence devDependencies patch
@typescript-eslint/parser (source) 8.46.0 -> 8.46.4 age confidence devDependencies patch
@typescript/native-preview (source) 7.0.0-dev.20250904.1 -> 7.0.0-dev.20251117.1 age confidence devDependencies patch
@vscode/test-cli 0.0.11 -> 0.0.12 age confidence devDependencies patch
go (source) 1.25 -> 1.25.4 age confidence golang patch
go (source) 1.25.0 -> 1.25.4 age confidence golang patch
go 1.25.0 -> 1.25.4 age confidence uses-with patch
ovsx (source) ^0.10.5 -> ^0.10.6 age confidence devDependencies patch
rspress-plugin-sitemap ^1.2.0 -> ^1.2.1 age confidence devDependencies patch
tailwindcss (source) ^4.1.11 -> ^4.1.17 age confidence devDependencies patch
typescript (source) ^5.9.2 -> ^5.9.3 age confidence devDependencies patch

Release Notes

radix-ui/primitives (@​radix-ui/react-slot)

v1.2.4

web-infra-dev/rstest (@​rstest/core)

v0.6.5

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
  • fix: should get project's tsconfigPath correctly by @​9aoy in #​687
  • fix(vscode-extension): import rstest error on windows by @​9aoy in #​693
Document 📖
  • docs: update testNamePattern configuration details by @​9aoy in #​690
Other Changes
  • chore: no need to run files when run list filesOnly by @​9aoy in #​689
  • chore: only render status in tty context by @​9aoy in #​692
  • chore(vscode-extension): update default test file glob pattern by @​9aoy in #​694
New Contributors

Full Changelog: web-infra-dev/rstest@v0.6.4...v0.6.5

v0.6.4

Compare Source

What's Changed
New Features 🎉
Other Changes

Full Changelog: web-infra-dev/rstest@v0.6.3...v0.6.4

v0.6.3

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rstest@v0.6.2...v0.6.3

tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.1.17

Compare Source

Fixed
  • Substitute @variant inside legacy JS APIs (#​19263)
  • Prevent occasional crash on Windows when loaded into a worker thread (#​19242)

v4.1.16

Compare Source

Fixed
  • Discard candidates with an empty data type (#​19172)
  • Fix canonicalization of arbitrary variants with attribute selectors (#​19176)
  • Fix invalid colors due to nested & (#​19184)
  • Improve canonicalization for & > :pseudo and & :pseudo arbitrary variants (#​19178)

v4.1.15

Compare Source

Fixed
  • Fix Safari devtools rendering issue due to color-mix fallback (#​19069)
  • Suppress Lightning CSS warnings about :deep, :slotted, and :global (#​19094)
  • Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#​19097)
  • Allow named groups in combination with not-*, has-*, and in-* (#​19100)
  • Prevent important utilities from affecting other utilities (#​19110)
  • Don’t index into strings with the theme(…) function (#​19111)
  • Fix parsing issue when \t is used in at-rules (#​19130)
  • Upgrade: Canonicalize utilities containing 0 values (#​19095)
  • Upgrade: Migrate deprecated break-words to wrap-break-word (#​19157)
Changed

v4.1.14

Compare Source

Fixed
  • Handle ' syntax in ClojureScript when extracting classes (#​18888)
  • Handle @variant inside @custom-variant (#​18885)
  • Merge suggestions when using @utility (#​18900)
  • Ensure that file system watchers created when using the CLI are always cleaned up (#​18905)
  • Do not generate grid-column utilities when configuring grid-column-start or grid-column-end (#​18907)
  • Do not generate grid-row utilities when configuring grid-row-start or grid-row-end (#​18907)
  • Prevent duplicate CSS when overwriting a static utility with a theme key (#​18056)
  • Show Lightning CSS warnings (if any) when optimizing/minifying (#​18918)
  • Use default export condition for @tailwindcss/vite (#​18948)
  • Re-throw errors from PostCSS nodes (#​18373)
  • Detect classes in markdown inline directives (#​18967)
  • Ensure files with only @theme produce no output when built (#​18979)
  • Support Maud templates when extracting classes (#​18988)
  • Upgrade: Do not migrate variant = 'outline' during upgrades (#​18922)
  • Upgrade: Show version mismatch (if any) when running upgrade tool (#​19028)
  • Upgrade: Ensure first class inside className is migrated (#​19031)
  • Upgrade: Migrate classes inside *ClassName and *Class attributes (#​19031)

v4.1.13

Compare Source

Changed
  • Drop warning from browser build (#​18731)
  • Drop exact duplicate declarations when emitting CSS (#​18809)
Fixed
  • Don't transition visibility when using transition (#​18795)
  • Discard matched variants with unknown named values (#​18799)
  • Discard matched variants with non-string values (#​18799)
  • Show suggestions for known matchVariant values (#​18798)
  • Replace deprecated clip with clip-path in sr-only (#​18769)
  • Hide internal fields from completions in matchUtilities (#​18820)
  • Ignore .vercel folders by default (can be overridden by @source … rules) (#​18855)
  • Consider variants starting with @- to be invalid (e.g. @-2xl:flex) (#​18869)
  • Do not allow custom variants to start or end with a - or _ (#​18867, #​18872)
  • Upgrade: Migrate aria theme keys to @custom-variant (#​18815)
  • Upgrade: Migrate data theme keys to @custom-variant (#​18816)
  • Upgrade: Migrate supports theme keys to @custom-variant (#​18817)

v4.1.12

Compare Source

Fixed
  • Don't consider the global important state in @apply (#​18404)
  • Add missing suggestions for flex-<number> utilities (#​18642)
  • Fix trailing ) from interfering with extraction in Clojure keywords (#​18345)
  • Detect classes inside Elixir charlist, word list, and string sigils (#​18432)
  • Track source locations through @plugin and @config (#​18345)
  • Allow boolean values of process.env.DEBUG in @tailwindcss/node (#​18485)
  • Ignore consecutive semicolons in the CSS parser (#​18532)
  • Center the dropdown icon added to an input with a paired datalist by default (#​18511)
  • Extract candidates in Slang templates (#​18565)
  • Improve error messages when encountering invalid functional utility names (#​18568)
  • Discard CSS AST objects with false or undefined properties (#​18571)
  • Allow users to disable URL rebasing in @tailwindcss/postcss via transformAssetUrls: false (#​18321)
  • Fix false-positive migrations in addEventListener and JavaScript variable names (#​18718)
  • Fix Standalone CLI showing default Bun help when run via symlink on Windows (#​18723)
  • Read from --border-color-* theme keys in divide-* utilities for backwards compatibility (#​18704)
  • Don't scan .hdr and .exr files for classes by default (#​18734)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.46.4

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.46.3

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.46.2

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.46.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

microsoft/typescript-go (@​typescript/native-preview)

v7.0.0-dev.20251117.1

Compare Source

v7.0.0-dev.20251116.1

Compare Source

v7.0.0-dev.20251115.1

Compare Source

v7.0.0-dev.20251114.1

Compare Source

v7.0.0-dev.20251113.1

Compare Source

v7.0.0-dev.20251112.1

Compare Source

v7.0.0-dev.20251111.1

Compare Source

v7.0.0-dev.20251110.1

Compare Source

v7.0.0-dev.20251109.1

Compare Source

v7.0.0-dev.20251108.1

Compare Source

v7.0.0-dev.20251107.1

Compare Source

v7.0.0-dev.20251106.1

Compare Source

v7.0.0-dev.20251105.1

Compare Source

v7.0.0-dev.20251104.1

Compare Source

v7.0.0-dev.20251103.1

Compare Source

v7.0.0-dev.20251102.1

Compare Source

v7.0.0-dev.20251101.1

Compare Source

v7.0.0-dev.20251031.1

Compare Source

v7.0.0-dev.20251030.1

Compare Source

v7.0.0-dev.20251029.1

Compare Source

v7.0.0-dev.20251027.1

Compare Source

v7.0.0-dev.20251026.1

Compare Source

v7.0.0-dev.20251025.1

Compare Source

v7.0.0-dev.20251024.1

Compare Source

v7.0.0-dev.20251023.1

Compare Source

v7.0.0-dev.20251022.1

Compare Source

v7.0.0-dev.20251021.1

Compare Source

v7.0.0-dev.20251019.1

Compare Source

v7.0.0-dev.20251018.1

Compare Source

v7.0.0-dev.20251017.1

Compare Source

v7.0.0-dev.20251016.1

Compare Source

v7.0.0-dev.20251015.1

Compare Source

v7.0.0-dev.20251014.1

Compare Source

v7.0.0-dev.20251013.1

Compare Source

v7.0.0-dev.20251012.1

Compare Source

v7.0.0-dev.20251011.1

Compare Source

v7.0.0-dev.20251010.1

Compare Source

v7.0.0-dev.20251009.1

Compare Source

v7.0.0-dev.20251008.1

Compare Source

v7.0.0-dev.20251007.1

Compare Source

v7.0.0-dev.20251006.1

Compare Source

v7.0.0-dev.20251005.1

Compare Source

v7.0.0-dev.20251004.1

Compare Source

v7.0.0-dev.20251003.1

Compare Source

v7.0.0-dev.20251002.1

Compare Source

v7.0.0-dev.20251001.1

Compare Source

v7.0.0-dev.20250930.1

Compare Source

v7.0.0-dev.20250929.1

Compare Source

v7.0.0-dev.20250928.1

Compare Source

v7.0.0-dev.20250927.1

Compare Source

v7.0.0-dev.20250926.1

Compare Source

v7.0.0-dev.20250925.1

Compare Source

v7.0.0-dev.20250924.1

Compare Source

v7.0.0-dev.20250923.1

Compare Source

v7.0.0-dev.20250922.1

Compare Source

v7.0.0-dev.20250921.1

Compare Source

v7.0.0-dev.20250920.1

Compare Source

v7.0.0-dev.20250919.1

Compare Source

v7.0.0-dev.20250918.1

Compare Source

v7.0.0-dev.20250917.1

Compare Source

v7.0.0-dev.20250916.1

Compare Source

v7.0.0-dev.20250915.1

Compare Source

v7.0.0-dev.20250914.1

Compare Source

v7.0.0-dev.20250913.1

Compare Source

v7.0.0-dev.20250912.1

Compare Source

v7.0.0-dev.20250911.1

Compare Source

v7.0.0-dev.20250910.1

Compare Source

v7.0.0-dev.20250909.1

Compare Source

v7.0.0-dev.20250908.1

Compare Source

v7.0.0-dev.20250907.1

Compare Source

v7.0.0-dev.20250906.1

Compare Source

Microsoft/vscode-test-cli (@​vscode/test-cli)

v0.0.12

  • Package version bumps
golang/go (go)

v1.25.4

v1.25.3

v1.25.2

v1.25.1

actions/go-versions (go)

v1.25.4: 1.25.4

Compare Source

Go 1.25.4

v1.25.3: 1.25.3

Compare Source

Go 1.25.3

v1.25.2: 1.25.2

Compare Source

Go 1.25.2

v1.25.1: 1.25.1

Compare Source

Go 1.25.1

eclipse/openvsx (ovsx)

v0.10.6

Compare Source

Dependencies
  • Upgrade tar-fs from 2.1.3 to 2.1.4 (#​1353)
  • Upgrade tmp from 0.2.3 to 0.2.4 (#​1304)
  • Upgrade form-data from 4.0.0 to 4.0.4 (#​1291)

jl917/rspress-plugin-sitemap (rspress-plugin-sitemap)

v1.2.1

Compare Source

Bug Fixes
microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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
Copy link
Contributor Author

renovate bot commented Sep 8, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: downloading github.com/fatih/color v1.18.0
go: downloading github.com/microsoft/typescript-go v0.0.0-20250829050502-5d1d69a77a4c
go: downloading golang.org/x/sys v0.35.0
go: downloading github.com/bmatcuk/doublestar/v4 v4.9.1
go: downloading github.com/go-json-experiment/json v0.0.0-20250811204210-4789234c3ea1
go: downloading golang.org/x/sync v0.16.0
go: downloading golang.org/x/text v0.28.0
go: downloading gotest.tools/v3 v3.5.2
go: downloading github.com/tailscale/hujson v0.0.0-20250605163823-992244df8c5a
go: downloading golang.org/x/tools v0.35.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/dlclark/regexp2 v1.11.5
go: downloading github.com/google/go-cmp v0.7.0
go: downloading github.com/zeebo/xxh3 v1.0.2
go: downloading golang.org/x/mod v0.26.0
go: downloading github.com/klauspost/cpuid/v2 v2.0.9
go: module . listed in go.work file requires go >= 1.25.4, but go.work lists go 1.25.0; to update it:
	go work use

@netlify
Copy link

netlify bot commented Sep 8, 2025

Deploy Preview for rslint failed. Why did it fail? →

Name Link
🔨 Latest commit a71f20d
🔍 Latest deploy log https://app.netlify.com/projects/rslint/deploys/691b04391e1de60008268e4d

@renovate renovate bot force-pushed the renovate/all-patch branch 17 times, most recently from 7f814fd to 5f48ff2 Compare September 15, 2025 06:02
@renovate renovate bot force-pushed the renovate/all-patch branch 9 times, most recently from 3baabe0 to afed9df Compare September 22, 2025 10:03
@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from c0b4eb7 to fa10b5f Compare September 23, 2025 09:54
@renovate renovate bot force-pushed the renovate/all-patch branch 7 times, most recently from c604427 to 64bfa9b Compare November 3, 2025 11:09
@renovate renovate bot force-pushed the renovate/all-patch branch 15 times, most recently from d5d049a to 3423655 Compare November 12, 2025 09:20
@renovate renovate bot force-pushed the renovate/all-patch branch 6 times, most recently from 44f6325 to 0e59300 Compare November 17, 2025 10:38
@renovate renovate bot force-pushed the renovate/all-patch branch from 0e59300 to a71f20d Compare November 17, 2025 11:17
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