Conversation
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
There was a problem hiding this comment.
Important
Looks good to me! 👍
Reviewed everything up to f263571 in 1 minute and 18 seconds. Click for details.
- Reviewed
44lines of code in2files - Skipped
1files when reviewing. - Skipped posting
1draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. package.json:68
- Draft comment:
TSdown v0.13.0 now requires Node 20.19+ (per its release notes), but the engines field still specifies node >=20.11. Consider updating the engines field accordingly. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
Workflow ID: wflow_eLCLVc90qJVgqF57
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
4ca64a4 to
07aa983
Compare
71674b1 to
da8ab7a
Compare
d38f7cb to
20c9b27
Compare
82dee36 to
f3f983a
Compare
8f8a087 to
5c94b37
Compare
db76925 to
83d4825
Compare
27cb093 to
aa6548d
Compare
86d4eb5 to
db3fee7
Compare
0bc6ea3 to
af02349
Compare
e6483c7 to
5ef96b0
Compare
50ce893 to
35ee26a
Compare
35ee26a to
33cde70
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
This PR contains the following updates:
0.5.1->0.5.22.29.5->2.29.81.54.1->1.57.010.4.0->10.4.124.0.15->24.10.12.4.2->2.6.12.2.0->2.3.04.1.0->4.3.00.3.12->0.3.150.12.9->0.17.10.5.1->0.5.6Release Notes
changesets/changesets (@changesets/changelog-github)
v0.5.2Compare Source
microsoft/playwright (@playwright/test)
v1.57.0Compare Source
v1.56.1Compare Source
Highlights
#37871 chore: allow local-network-access permission in chromium
#37891 fix(agents): remove workspaceFolder ref from vscode mcp
#37759 chore: rename agents to test agents
#37757 chore(mcp): fallback to cwd when resolving test config
Browser Versions
v1.56.0Compare Source
Playwright Agents
Introducing Playwright Agents, three custom agent definitions designed to guide LLMs through the core process of building a Playwright test:
Run
npx playwright init-agentswith your client of choice to generate the latest agent definitions:Learn more about Playwright Agents
New APIs
--test-listand--test-list-invertto allow manual specification of specific tests from a fileUI Mode and HTML Reporter
'html'reporter to disable the "Copy prompt" button'html'reporter and UI Mode to merge files, collapsing test and describe blocks into a single unified list--update-snapshotsoptionsBreaking Changes
Miscellaneous
inputplaceholderPLAYWRIGHT_TESTto Playwright worker processes to allow discriminating on testing statusBrowser Versions
v1.55.1Compare Source
Highlights
#37479 - [Bug]: Upgrade Chromium to 140.0.7339.186.
#37147 - [Regression]: Internal error: step id not found.
#37146 - [Regression]: HTML reporter displays a broken chip link when there are no projects.
#37137 - Revert "fix(a11y): track inert elements as hidden".
#37532 - chore: do not use -k option
Browser Versions
This version was also tested against the following stable channels:
v1.55.0Compare Source
New APIs
Codegen
toBeVisible()assertions: Codegen can now generate automatictoBeVisible()assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.Breaking Changes
Miscellaneous
Browser Versions
This version was also tested against the following stable channels:
v1.54.2Compare Source
Highlights
#36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error)
#36828 - [Regression]: Playwright Codegen keeps spamming with selected option
#36810 - [Regression]: Starting Codegen with target language doesn't work anymore
Browser Versions
This version was also tested against the following stable channels:
testing-library/dom-testing-library (@testing-library/dom)
v10.4.1Compare Source
Bug Fixes
unjs/jiti (jiti)
v2.6.1Compare Source
compare changes
🩹 Fixes
📦 Build
terser-webpack-plugin(#407)🏡 Chore
❤️ Contributors
v2.6.0Compare Source
compare changes
🔥 Performance
🩹 Fixes
node:specifiers (#392)📦 Build
🏡 Chore
✅ Tests
❤️ Contributors
v2.5.1Compare Source
compare changes
🩹 Fixes
❤️ Contributors
v2.5.0Compare Source
compare changes
🚀 Enhancements
sha256for cache entries in fips mode (#375)rebuildFsCache(JITI_REBUILD_FS_CACHE) (#379)🩹 Fixes
require(<json>)(#374)🏡 Chore
✅ Tests
❤️ Contributors
unjs/pkg-types (pkg-types)
v2.3.0Compare Source
compare changes
🚀 Enhancements
workspacesfield (#236)deno.lockto known lockfiles (#244)package.json5andpackage.yaml(#234)updatePackage,sortPackageandnormalizePackageutils (#240)🏡 Chore
❤️ Contributors
simonhaenisch/prettier-plugin-organize-imports (prettier-plugin-organize-imports)
v4.3.0: 4.3.0Compare Source
What's Changed
organizeImportsTypeOrder(#152) - thanks @goege64 for your first contribution 🎉Full Changelog: simonhaenisch/prettier-plugin-organize-imports@v4.2.0...v4.3.0
v4.2.0: 4.2.0Compare Source
getDefaultCompilerOptionsfromvue-tscinstead of the deprecatedresolveVueCompilerOptions(858cbbe)vue-tscversion 3 as peer dependency (c777cd8)publint/publint (publint)
v0.3.15Compare Source
Patch Changes
Skip file existence checks when crawling subpath imports as they may be dev-only and not used after bundling or publish. This check may be improved in the future when publint can scan for files to see if the subpath imports are used. (
0d72997)Handle
exports["default"]andexports['default']forCJS_WITH_ESMODULE_DEFAULT_EXPORTrule (8285f77)v0.3.14Compare Source
Patch Changes
__esModulemarker. This setup has different interpretations by bundlers and runtimes, and implicit handling detection that may not be obvious for both package authors and users, hence it is discouraged. (#201)v0.3.13Compare Source
Patch Changes
Improve message for
"main"field with empty value and has missing files (0499518)Update fallback arrays message for CLI output (
37b9dd5)rolldown/tsdown (tsdown)
v0.17.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.17.0Compare Source
🚨 Breaking Changes
Notable features: https://bsky.app/profile/sxzz.dev/post/3m6xi7e7d5k2b
failOnWarnby default in CI - by @sxzz in #617 (245e7)unconfigfrom configLoader - by @sxzz (9d6a7)profilevalue fromesmOnlytoesm-only- by @sxzz (85c10f3)🚀 Features
WatchPlugin- by @sxzz (4ccb2)writeoption - by @sxzz (64fea)build:donehook - by @sxzz (eb45c)1.0.0-beta.53- by @sxzz (a04f2)optionalDependencies- by @sxzz (22fd9)ast-grepfor config file - by @Doctor-wu and @sxzz in #620 (b0b34)🐞 Bug Fixes
requirebeforeimport- by @sxzz (85c0e)🏎 Performance
import-without-cache- by @sxzz (0b7e4)View changes on GitHub
v0.16.8Compare Source
🚀 Features
enabledoption to feature options - by @sxzz (0b244)Deprecation
attw.profile = 'esmOnly', useesm-onlyinstead.View changes on GitHub
v0.16.7Compare Source
🚀 Features
ci-only/local-onlyon addon features - by @sxzz (8bbf0)View changes on GitHub
v0.16.6Compare Source
🚀 Features
View changes on GitHub
v0.16.5Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.16.4Compare Source
🚀 Features
1.0.0-beta.50- by @sxzz (597d9)View changes on GitHub
v0.16.3Compare Source
🏎 Performance
debugwithobug- by @sxzz (222e9)View changes on GitHub
v0.16.2Compare Source
🚀 Features
View changes on GitHub
v0.16.1Compare Source
🚀 Features
unconfig-core& markunrunstable - by @sxzz in #585 (339f5)🐞 Bug Fixes
rootto cwd - by @sxzz (844c9)View changes on GitHub
v0.16.0Compare Source
🚨 Breaking Changes
Optionsinterface intoUserConfigandInlineConfig. The original one now isInlineConfig.NormalizedUserConfigtoUserConfigResolvedOptionstoResolvedConfigfixedExtensionto true when platform isnode- by @sxzz in #517 (e1168)--debugCLI flag to--debug-logs- by @sxzz in #576 (e4ef6)🚀 Features
1.0.0-beta.46View changes on GitHub
v0.15.12Compare Source
🚀 Features
TreeshakingOptions- by @BlankParticle in #573 (30f14)🐞 Bug Fixes
View changes on GitHub
v0.15.11Compare Source
No significant changes
View changes on GitHub
v0.15.10Compare Source
🚀 Features
unrunas a config loader - by @Gugustinette and @sxzz in #563 (57132)🐞 Bug Fixes
View changes on GitHub
v0.15.9Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.15.8Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.15.7Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.15.6Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.15.5Compare Source
🚀 Features
inlineOnlyoption - by @sxzz (e3bce)🐞 Bug Fixes
🏎 Performance
requirepure cjs deps - by @sxzz (091b8)View changes on GitHub
v0.15.4Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.15.3Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.15.2Compare Source
🚀 Features
globImportoption - by @sxzz (cc30d)new URL(url, import.meta.url)pattern by default - by @sxzz (f26e0)🐞 Bug Fixes
View changes on GitHub
v0.15.1Compare Source
🚀 Features
config-loadercli option - by @sxzz (f0ef7)🐞 Bug Fixes
View changes on GitHub
v0.15.0Compare Source
🚨 Breaking Changes
🚀 Features
import.meta.glob- by @sxzz (4223b)🐞 Bug Fixes
View changes on GitHub
v0.14.2Compare Source
🚀 Features
exports.typesexists - by @ronantakizawa and @sxzz in #440 (98eb1)View changes on GitHub
v0.14.1Compare Source
🐞 Bug Fixes
expandDirectories- by @Debbl in #427 (fb2d1)View changes on GitHub
v0.14.0Compare Source
🚨 Breaking Changes
expandDirectoriesfor matchingfast-glob's behavior - by @sxzz (8171b)View changes on GitHub
v0.13.5Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.13.4Compare Source
🚀 Features
cjsDefaultoption - by @sxzz (f503f)🐞 Bug Fixes
cjsDefaultis enabled - by @sxzz (3ffa9)View changes on GitHub
v0.13.3Compare Source
🚨 Minor Breaking Changes
dts.buildoption should be enable manually fortsc -b- by @sxzz (13146)🚀 Features
logLevel&customLoggeroption - by @sxzz (724d1)warnOnceto logger - by @sxzz (eb4fb)ignoreWatch- by @sxzz (91f9f)🐞 Bug Fixes
ignoreWatch- by @sxzz (d0e31)View changes on GitHub
v0.13.2Compare Source
🚨 Upstream Breaking Changes
dts.isolatedDeclarationstodts.oxc- by @sxzz (5bdb9)🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.13.1Compare Source
🚀 Features
🐞 Bug Fixes
defineConfig- by @sxzz (7c32a)View changes on GitHub
v0.13.0Compare Source
🚨 Breaking Changes
🚀 Features
banner&footeroptions - by @gwansikk and @sxzz in #338 (54e21)cjsDtsto input/output options context - by @sxzz (3c4b3)🐞 Bug Fixes
View changes on GitHub
unplugin/unplugin-unused (unplugin-unused)
v0.5.6Compare Source
🐞 Bug Fixes
package.jsonnot found - by @sxzz (3b2e9)View changes on GitHub
v0.5.5Compare Source
No significant changes
View changes on GitHub
v0.5.4Compare Source
No significant changes
View changes on GitHub
v0.5.3Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.5.2Compare Source
🐞 Bug Fixes
[View changes on GitHub](https:
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.
This PR was generated by Mend Renovate. View the repository job log.