Update all non-major dev-dependencies - #3851
renovate[bot] wants to merge 3 commits into
Conversation
OpenAPI ChangesNo changes detected Unexpected changes? Ensure your branch is up-to-date with |
cb9f7cc to
f85e620
Compare
Renovate only edits frontends/package.json, so the five sub-workspaces kept the old ranges and syncpack lint failed. syncpack fix + yarn install brings them back in line. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FyJ72HRTyQf6jVYmw3GZSt
f85e620 to
fac42fc
Compare
|
Rebased onto The lockfile was not hand-merged. At each conflicting commit I reset The a11y commit that was on this branch is dropped as superseded: it merged as #3868, which also carries two later corrections that were not in the copy here. Lint is now 4 errors, down from 13. The nine Verified locally that #3875 clears them under |
stylelint's declaration-property-value-no-unknown throws on every
`cursor:` declaration once the patch package reaches 1.1.x:
Error: Bad syntax reference: <cursor-predefined>
at ArticleListingPage.tsx:146:5
1.1.12 patches the cursor property to `[ <cursor-image> , ]*
<cursor-predefined>` but never defines cursor-predefined in its types
map, and css-tree 3.1.0 does not define it either -- it inlines the
keyword list. So the lookup fails on valid CSS.
1.1.12 is the latest published version, so there is nothing newer to
move to. stylelint declares ^1.0.19, which means any fresh lockfile
resolve picks it up; main is green only because its lockfile predates
1.1.x and still holds 1.0.25. Refreshing the lock here is what exposed
it, but it is not specific to this branch.
Pinned to the version main is already proven green with. Drop this once
upstream defines the type or reverts the cursor patch.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FyJ72HRTyQf6jVYmw3GZSt
|
Pushed a fix for the Not caused by our CSS. stylelint's
Two things worth knowing:
Pinned via |
page-components/TiptapEditor embeds both VideoResourcePlayer and PodcastEmbedPlayer, but both lived in app-pages, which the import/no-restricted-paths zone in frontends/.eslintrc.js forbids page-components from importing. eslint-plugin-import 2.29 missed it; 2.31 (in #3851) reports all four. Moving only the two player entry points would have relocated the violation rather than fixed it, since each pulls in siblings, so each cluster moved with the modules it needs: page-components/VideoPlayer/ VideoResourcePlayer, VideoJsPlayer, YouTubeIframePlayer, videoSources page-components/PodcastEmbedPlayer/ PodcastEmbedPlayer, useAudioPlayer, usePlaybackRecovery, AudioPlayer.styled Only what the players need moved. The old shared.styled.ts keeps its seven page-chrome exports and gives up NoVideoMessage and ScreenReaderOnly; PodcastPlayer stays on the podcast page and now imports the hooks from page-components, which is an allowed direction. getEpisodeAudioUrl went to common/podcasts.ts instead of either player folder: the listing page and the embed player both need it, and common/ is already where this kind of pure helper lives. helpers.ts re-exports it so its existing importers and tests are untouched. Claude-Session: https://claude.ai/code/session_01FyJ72HRTyQf6jVYmw3GZSt Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Edited/Blocked NotificationRenovate 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. |
This PR contains the following updates:
^10.0.0→^10.1.0^16.2.7→^16.3.3^1.11.29→^1.16.1^6.4.8→^6.5.0^29.5.12→^29.5.13^8.0.0→^8.68.0^8.0.0→^8.38.0^10.0.0→^10.0.1^4.0.0→^4.3.4^2.29.1→^2.31.0^29.0.0→^29.0.1^3.0.0→^3.8.1^7.34.3→^7.37.1^5.0.0→^5.1.0^2.1.35→^2.2.1^7.0.0→^7.1.1^16.18.0→^16.22.014.0.0-alpha.40→14.3.1^5.4.3→^5.8.0^5.5.4→^5.6.3Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
faker-js/faker (@faker-js/faker)
v10.6.0Compare Source
New Locales
Features
Changed Locales
Bug Fixes
v10.5.0Compare Source
New Locales
Features
recentandsoon(#3844) (0bc038d)pastandfuture(#3783) (237e7dc)Bug Fixes
v10.4.0Compare Source
New Locales
Features
Changed Locales
Bug Fixes
v10.3.0Compare Source
New Locales
Features
sexTypecan return'generic'(#3259) (0e099a1)Changed Locales
Bug Fixes
v10.2.0Compare Source
New Locales
Features
Bug Fixes
vercel/next.js (@next/eslint-plugin-next)
v16.3.3Compare Source
This release contains security fixes for the following advisories:
Critical:
v16.3.2Compare Source
Core Changes
Credits
Huge thanks to @lubieowoce, @unstubbable, @timneutkens, @mischnic, and @eps1lon for helping!
v16.3.1Compare Source
What's Changed
turbopack_ecmascriptandturbopack_wasm's embeded FS tointernal_assets_conditionsby @lukesandberg in #96655headers()view of the incoming request by @unstubbable in #97311'use cache'files by @unstubbable in #97312unstable_cacheby @unstubbable in #97313Full Changelog: vercel/next.js@v16.3.0...v16.3.1
v16.3.0Compare Source
v16.2.12Compare Source
v16.2.11Compare Source
This release contains security fixes for the following advisories:
High:
Moderate:
v16.2.10Compare Source
Contains no changes except publishing
@next/swc-wasm-webwhich was accidentally not published since 16.2.4.v16.2.9Compare Source
Empty release to ensure
next@latestpoints at a stable release. Next.js only allows publishing with Trusted Publishing enabled. In order to fix NPM dist-tags, we have to release a new version. Updating dist-tags is not possible with Trusted Publishing.v16.2.8Compare Source
Release with no changes in an attempt to fix
next@latestpointing at a prerelease version.swc-project/swc (@swc/core)
v1.16.1Compare Source
Bug Fixes
(es/minifier) Preserve for init (#12121) (0a1d4de)
(es/modules) Preserve destructuring assignment targets in SystemJS (#12122) (557060b)
(es/react) Handle apos JSX entities (#12125) (d09547f)
v1.16.0Compare Source
Bug Fixes
(encoding) Fix incorrect fields count (#11905) (6fb4ca1)
(es/ast) Prevent mutable reference escape (#12088) (592f559)
(es/ast) Fix panic on JSX surrogate entities (#11803) (d21de47)
(es/es2015) Preserve this in static field parameters (#12085) (5b758ed)
(es/minifier) Remove unused variable initializer cycles (#12106) (0421534)
(es/minifier) Bound arguments parameter injection (#12053) (46d6f41)
(es/preset-env) Lower unsupported async generators (#12086) (3a144b1)
(hstr) Avoid references to uninitialized bytes (#12087) (68f0983)
(plugin) Make raw byte reconstruction unsafe (#12089) (83ab4ed)
(plugin/runner) Write Wasmer cache atomically (#12100) (3c4f404)
(react-compiler) Make fast check conservative (#12105) (7e14950)
(react-compiler) Preserve TypeScript function overload signatures (#12115) (a132384)
Miscellaneous Tasks
(deps) Update browserslist-rs to 0.20 (#12098) (b395eab)
(deps) Update lru to 0.18.2 to fix cargo deny (#12116) (c9d1da4)
Refactor
(es/ast) Add
body_ctxttoSwitch(#12065) (bf25ae0)body_ctxttoSwitch(#12065)(es/ast) Split TypeScript this parameters (#12075) (1687c0f)
(es/ast) Use Function for object accessors (#12077) (9ae902e)
(es/ast) Introduce FunctionBody (#12096) (394c7c9)
v1.15.47Compare Source
Bug Fixes
(es) Preserve numeric property key identity (#12050) (46900a3)
(es/ast) Support hashing non-finite numbers (#12043) (f4b85a6)
(es/codegen) Emit non-finite numeric literals (#12047) (883abc4)
(es/decorators) Avoid class state leakage for nested undecorated classes (#12076) (4c9d277)
(es/minifier) Apply ToInt32 when folding bitwise NOT (#12058) (550e2f7)
(es/minifier) Avoid inexact number radix folding (#12057) (506a0ea)
(es/minifier) Preserve invalid Array lengths (#12056) (3ce9e16)
(es/minifier) Preserve non-canonical arguments access (#12052) (850230b)
(es/minifier) Apply ToUint16 in fromCharCode (#12055) (9ae7b92)
(es/minifier) Index strings by UTF-16 code unit (#12054) (bc263d2)
(es/minifier) Use numeric literals for non-finite values (#12048) (b830786)
(es/minifier) Preserve top-level declarations referenced only by direct eval (#12029) (ad0e3b4)
(es/optimization) Preserve JSON numeric values (#12051) (667af8c)
(es/transforms) Use numeric literals for non-finite enum values (#12049) (1e3ed5c)
(es/typescript) Evaluate cooked enum templates (#12059) (49d0b0f)
(html/minifier) Preserve JSON script boundaries ([#12080](https://redirect.github.com/swc-pr
Configuration
📅 Schedule: (in timezone US/Eastern)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.