Bump the dependencies group across 1 directory with 9 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(4 months ago)
(3 months ago)
(3 months ago)
by kateinoigakukun
dependencies javascript
Bumps the dependencies group with 9 updates in the / directory:
Package | From | To |
---|---|---|
@playwright/test | 1.50.1 |
1.52.0 |
@rollup/plugin-node-resolve | 16.0.0 |
16.0.1 |
rollup | 4.34.8 |
4.40.1 |
typedoc | 0.27.9 |
0.28.3 |
@rollup/plugin-commonjs | 28.0.2 |
28.0.3 |
@types/node | 22.13.7 |
22.15.3 |
prettier | 3.5.2 |
3.5.3 |
typescript | 5.8.2 |
5.8.3 |
vitest | 3.0.7 |
3.1.2 |
Updates @playwright/test
from 1.50.1 to 1.52.0
Release notes
Sourced from @playwright/test
's releases.
v1.52.0
Highlights
New method expect(locator).toContainClass() to ergonomically assert individual class names on the element.
await expect(page.getByRole('listitem', { name: 'Ship v1.52' })).toContainClass('done');
Aria Snapshots got two new properties:
/children
for strict matching and/url
for links.await expect(locator).toMatchAriaSnapshot(` - list - /children: equal - listitem: Feature A - listitem: - link "Feature B": - /url: "https://playwright.dev" `);
Test Runner
- New property testProject.workers allows to specify the number of concurrent worker processes to use for a test project. The global limit of property testConfig.workers still applies.
- New testConfig.failOnFlakyTests option to fail the test run if any flaky tests are detected, similarly to
--fail-on-flaky-tests
. This is useful for CI/CD environments where you want to ensure that all tests are stable before deploying.- New property testResult.annotations contains annotations for each test retry.
Miscellaneous
- New option
maxRedirects
in apiRequest.newContext() to control the maximum number of redirects.- New option
ref
in locator.ariaSnapshot() to generate reference for each element in the snapshot which can later be used to locate the element.- HTML reporter now supports NOT filtering via
!@my-tag
or!my-file.spec.ts
or!p:my-project
.Breaking Changes
- Changes to glob URL patterns in methods like page.route():
?
wildcard is not supported any more, it will always match question mark?
character.- Ranges/sets
[]
are not supported anymore. We recommend using regular expressions instead.- Method route.continue() does not allow to override the
Cookie
header anymore. If aCookie
header is provided, it will be ignored, and the cookie will be loaded from the browser's cookie store. To set custom cookies, use browserContext.addCookies().- macOS 13 is now deprecated and will no longer receive WebKit updates. Please upgrade to a more recent macOS version to continue benefiting from the latest WebKit improvements.
Browser Versions
- Chromium 136.0.7103.25
- Mozilla Firefox 137.0
- WebKit 18.4
This version was also tested against the following stable channels:
- Google Chrome 135
- Microsoft Edge 135
v1.51.1
Highlights
... (truncated)
Commits
471930b
chore: mark v1.52.0 (#35655)0259acf
cherry-pick(#35637): chore: completely remove annotation warnings codea0fdb3f
cherry-pick(#35633): chore: add v1.52 release notes25fd261
cherry-pick(#35636): chore: fix typos in aria docs6da84b3
cherry-pick(#35373): Revert "chore: add location named property to annotation...2914d1b
cherry-pick(#35613): chore: refactor error context (#35613)5465ffb
cherry-pick(#35603): chore: temporarily disable floating promise warning mess...76ee48d
chore: followup on static annotations (#35579)d79bb57
chore(bidi): rename bidi-firefox-stable to moz-firefox channel (#35611)6262a12
chore: retry selecting option for the notconnected case (#35610)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by playwright-bot, a new releaser for @playwright/test
since your current version.
Updates @rollup/plugin-node-resolve
from 16.0.0 to 16.0.1
Changelog
Sourced from @rollup/plugin-node-resolve
's changelog.
v16.0.1
2025-03-11
Bugfixes
- fix: add
ignoreSideEffectsForRoot
to exported interface (#1841)
Commits
e1a5ef9
chore(release): node-resolve v16.0.1d455fff
fix(node-resolve): addignoreSideEffectsForRoot
to exported interface (#1841)d64f8d6
chore(release): node-resolve v16.0.0ebd0969
feat(node-resolve)!: set development or production condition (#1823)f89ca92
chore(release): node-resolve v15.3.14cfc1c3
refactor(pluginutils,node-resolve): replacetest
withincludes
(#1787)a8e326d
chore(release): node-resolve v15.3.0032055b
feat(node-resolve): allow preferBuiltins to be a function (#1694)6d4bb6b
chore(release): node-resolve v15.2.4190aa21
chore(node-resolve): remove is-builtin-module (#1735)- Additional commits viewable in compare view
Updates rollup
from 4.34.8 to 4.40.1
Release notes
Sourced from rollup's releases.
v4.40.1
4.40.1
2025-04-28
Bug Fixes
- Limit hash size for asset file names to the supported 21 (#5921)
- Do not inline user-defined entry chunks or chunks with explicit file name (#5923)
- Avoid top-level-await cycles when non-entry chunks use top-level await (#5930)
- Expose package.json via exports (#5931)
Pull Requests
- #5921: fix(assetFileNames): reduce max hash size to 21 (
@shulaoda
)- #5923: fix: generate the separate chunk for the entry module with explicated chunk filename or name (
@TrickyPi
)- #5926: fix(deps): update rust crate swc_compiler_base to v18 (
@renovate
[bot])- #5927: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5928: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5930: Avoid chunks TLA dynamic import circular when TLA dynamic import used in non-entry modules (
@TrickyPi
)- #5931: chore: add new
./package.json
entry (@JounQin
,@lukastaegert
)- #5936: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])v4.40.0
4.40.0
2025-04-12
Features
- Only show
eval
warnings on first render and only when the call is not tree-shaken (#5892)- Tree-shake non-included dynamic import members when the handler just maps to one named export (#5898)
Bug Fixes
- Consider dynamic imports nested within top-level-awaited dynamic import expressions to be awaited as well (#5900)
- Fix namespace rendering when tree-shaking is disabled (#5908)
- When using multiple transform hook filters, all of them need to be satisfied together (#5909)
Pull Requests
- #5892: Warn when eval or namespace calls are rendered, not when they are parsed (
@SunsetFi
,@lukastaegert
)- #5898: feat: treeshake dynamic import chained member expression (
@privatenumber
,@lukastaegert
)- #5900: consider the dynamic import within a TLA call expression as a TLA import (
@TrickyPi
)- #5904: fix(deps): update swc monorepo (major) (
@renovate
[bot])- #5905: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5908: Fix
treeshake: false
breaking destructured namespace imports (@Skn0tt
)- #5909: Correct the behavior when multiple transform filter options are specified (
@sapphi-red
)- #5915: chore(deps): update dependency
@types/picomatch
to v4 (@renovate
[bot])- #5916: fix(deps): update rust crate swc_compiler_base to v17 (
@renovate
[bot])
... (truncated)
Changelog
Sourced from rollup's changelog.
4.40.1
2025-04-28
Bug Fixes
- Limit hash size for asset file names to the supported 21 (#5921)
- Do not inline user-defined entry chunks or chunks with explicit file name (#5923)
- Avoid top-level-await cycles when non-entry chunks use top-level await (#5930)
- Expose package.json via exports (#5931)
Pull Requests
- #5921: fix(assetFileNames): reduce max hash size to 21 (
@shulaoda
)- #5923: fix: generate the separate chunk for the entry module with explicated chunk filename or name (
@TrickyPi
)- #5926: fix(deps): update rust crate swc_compiler_base to v18 (
@renovate
[bot])- #5927: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5928: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5930: Avoid chunks TLA dynamic import circular when TLA dynamic import used in non-entry modules (
@TrickyPi
)- #5931: chore: add new
./package.json
entry (@JounQin
,@lukastaegert
)- #5936: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])4.40.0
2025-04-12
Features
- Only show
eval
warnings on first render and only when the call is not tree-shaken (#5892)- Tree-shake non-included dynamic import members when the handler just maps to one named export (#5898)
Bug Fixes
- Consider dynamic imports nested within top-level-awaited dynamic import expressions to be awaited as well (#5900)
- Fix namespace rendering when tree-shaking is disabled (#5908)
- When using multiple transform hook filters, all of them need to be satisfied together (#5909)
Pull Requests
- #5892: Warn when eval or namespace calls are rendered, not when they are parsed (
@SunsetFi
,@lukastaegert
)- #5898: feat: treeshake dynamic import chained member expression (
@privatenumber
,@lukastaegert
)- #5900: consider the dynamic import within a TLA call expression as a TLA import (
@TrickyPi
)- #5904: fix(deps): update swc monorepo (major) (
@renovate
[bot])- #5905: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5908: Fix
treeshake: false
breaking destructured namespace imports (@Skn0tt
)- #5909: Correct the behavior when multiple transform filter options are specified (
@sapphi-red
)- #5915: chore(deps): update dependency
@types/picomatch
to v4 (@renovate
[bot])- #5916: fix(deps): update rust crate swc_compiler_base to v17 (
@renovate
[bot])- #5917: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot],@lukastaegert
)- #5918: chore(deps): update dependency vite to v6.2.6 [security] (
@renovate
[bot],@lukastaegert
)
... (truncated)
Commits
1e6c40f
4.40.103f34b0
fix: generate the separate chunk for the entry module with explicated chunk f...a74916b
Avoid chunks TLA dynamic import circular when TLA dynamic import used in non-...99d4bee
chore: add new./package.json
entry (#5931)8e0d034
fix(assetFileNames): reduce max hash size to 21 (#5921)7fc5036
fix(deps): lock file maintenance minor/patch updates (#5936)ec5e45a
fix(deps): update rust crate swc_compiler_base to v18 (#5926)f53d9de
fix(deps): lock file maintenance minor/patch updates (#5928)6a924c0
fix(deps): lock file maintenance minor/patch updates (#5927)1f2d579
4.40.0- Additional commits viewable in compare view
Updates typedoc
from 0.27.9 to 0.28.3
Release notes
Sourced from typedoc's releases.
v0.28.3
Bug Fixes
@inline
now functions when referencing tuple types, #2932.@link
links to the current page are now rendered, #2934.@includeCode
now supports regions in TypeScript files with.mts
and.cts
file extensions, #2935.- Aliased symbols (re-exports) are now resolved before checking if they are excluded/external, #2937.
- Improved error reporting when paths including Windows separators are provided as globs, #2938.
v0.28.2
Features
@group none
and@category none
will now render their children without a section heading in the default theme, #2922.- Added
@disableGroups
tag to completely disable the grouping mechanism for a given reflection, #2922.Bug Fixes
- Variables using
@class
now correctly handle@category
, #2914.- Variables using
@class
now include constructor parameters, #2914.- Variables using
@class
with a generic first constructor function now adopt that function's type parameters as the class type parameters, #2914.- When printing entry point globs which fail to match any paths, TypeDoc will no longer normalize the glob, #2918.
- Inlining types can now handle more type variants, #2920.
- Fixed behavior of
externalSymbolLinkMappings
option when URL is set to#
, #2921.- Fixed broken links within module pages when structure-dir router was used, #2928.
- Type parameters on JS classes defined with
@typedef
now correctly handle the constraint, #2929.- API:
toString
on types containing index signatures now behave correctly, #2917.- Added
@inlineType
to the list of tags excluded by default.v0.28.1
Features
- The
TypeDocOptions
interface now marks options as optional so it no longer has to be wrapped inPartial
for use in config files, #2901.- API: Expose control methods for deferred conversion for plugin use (typedoc-plugin-missing-exports)
- API: Expose method to disable TypeDoc usage of
localStorage
without clearing it, #2908.Bug Fixes
--watch
can now infer entry points frompackage.json
as supported in non-watch mode, #2899.@include
with regions now works on files with CRLF line endings, #2902.- Generated page names now correctly handles UTF-8 characters requiring more than 16 bits #2905.
- Fixed a crash when converting
module.exports = []
, #2909.- Fixed URL generation which introduced a superfluous
./
in relative links, #2910.
... (truncated)
Changelog
Sourced from typedoc's changelog.
v0.28.3 (2025-04-20)
Bug Fixes
@inline
now functions when referencing tuple types, #2932.@link
links to the current page are now rendered, #2934.@includeCode
now supports regions in TypeScript files with.mts
and.cts
file extensions, #2935.- Aliased symbols (re-exports) are now resolved before checking if they are excluded/external, #2937.
- Improved error reporting when paths including Windows separators are provided as globs, #2938.
v0.28.2 (2025-04-07)
Features
@group none
and@category none
will now render their children without a section heading in the default theme, #2922.- Added
@disableGroups
tag to completely disable the grouping mechanism for a given reflection, #2922.Bug Fixes
- Variables using
@class
now correctly handle@category
, #2914.- Variables using
@class
now include constructor parameters, #2914.- Variables using
@class
with a generic first constructor function now adopt that function's type parameters as the class type parameters, #2914.- When printing entry point globs which fail to match any paths, TypeDoc will no longer normalize the glob, #2918.
- Inlining types can now handle more type variants, #2920.
- Fixed behavior of
externalSymbolLinkMappings
option when URL is set to#
, #2921.- Fixed broken links within module pages when structure-dir router was used, #2928.
- Type parameters on JS classes defined with
@typedef
now correctly handle the constraint, #2929.- API:
toString
on types containing index signatures now behave correctly, #2917.- Added
@inlineType
to the list of tags excluded by default.v0.28.1 (2025-03-20)
Features
- The
TypeDocOptions
interface now marks options as optional so it no longer has to be wrapped inPartial
for use in config files, #2901.- API: Expose control methods for deferred conversion for plugin use (typedoc-plugin-missing-exports)
- API: Expose method to disable TypeDoc usage of
localStorage
without clearing it, #2908.Bug Fixes
--watch
can now infer entry points frompackage.json
as supported in non-watch mode, #2899.@include
with regions now works on files with CRLF line endings, #2902.- Generated page names now correctly handles UTF-8 characters requiring more than 16 bits #2905.
- Fixed a crash when converting
module.exports = []
, #2909.- Fixed URL generation which introduced a superfluous
./
in relative links, #2910.
... (truncated)
Commits
e75f47f
Update changelog for release066a6c9
Bump version to 0.28.3209acb5
Improve error reporting for Windows path separators5824623
Add mts and cts file extension aliases (#2936)911faff
Resolve aliased symbols before checking exclusion81c59bc
Fix failing testfff32ef
Render links to the current page42af237
Handle@inline
on tuple types4bf00b5
Update changelog for releasec463af3
Bump version to 0.28.2- Additional commits viewable in compare view
Updates @rollup/plugin-commonjs
from 28.0.2 to 28.0.3
Changelog
Sourced from @rollup/plugin-commonjs
's changelog.
v28.0.3
2025-03-06
Bugfixes
- fix: fix error when bundle contains require() of module with falsy
__esModule
export (#1850)
Commits
8b5fb98
chore(release): commonjs v28.0.3f873993
fix(commonjs): fix error when bundle contains require() of module with falsy ...- See full diff in compare view
Updates @types/node
from 22.13.7 to 22.15.3
Commits
- See full diff in compare view
Updates prettier
from 3.5.2 to 3.5.3
Changelog
Sourced from prettier's changelog.
3.5.3
Flow: Fix missing parentheses in
ConditionalTypeAnnotation
(#17196 by@fisker
)// Input type T<U> = 'a' | ('b' extends U ? 'c' : empty); type T<U> = 'a' & ('b' extends U ? 'c' : empty);
// Prettier 3.5.2
type T<U> = "a" | "b" extends U ? "c" : empty;
type T<U> = "a" & "b" extends U ? "c" : empty;// Prettier 3.5.3
type T<U> = "a" | ("b" extends U ? "c" : empty);
type T<U> = "a" & ("b" extends U ? "c" : empty);
Commits
4ff5dc5
Release 3.5.3a2e560e
Fix missing parentheses inConditionalTypeAnnotation
(#17196)fa95c97
AddmergeBlogPost
step to release script (#17199)b47cd50
Add title to patch release changelog (#17197)de30788
Minor fix in release scriptecee6a0
Clean changelog_unreleasedfd06512
Bump Prettier dependency to 3.5.21f74dd5
Update dependents count- See full diff in compare view
Updates typescript
from 5.8.2 to 5.8.3
Release notes
Sourced from typescript's releases.
TypeScript 5.8.3
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.8.0 (Beta).
- fixed issues query for Typescript 5.8.1 (RC).
- fixed issues query for Typescript 5.8.2 (Stable).
- fixed issues query for Typescript 5.8.3 (Stable).
Downloads are available on:
Commits
83dc0bb
Convert release publishing inputs into parameters (#61523)ba663f6
Exclude completions of binding pattern variable initializers (#52723)7205eda
Bump github/codeql-action from 3.28.12 to 3.28.13 in the github-actions group...89c572c
Fixed a symbol display crash on expando members write locations (#55478)7b26d2e
Fix incorrect name in new release pipeline (#61514)c7a559e
Add new release publisher yaml (#61491)29e6d66
Fixlib.includes('dom')
check incontainerSeemsToBeEmptyDomElement
(#61481)19b7772
Bump the github-actions group with 4 updates (#61474)4dc677b
Fix errors on type assertions in erasableSyntaxOnly (#61452)ee3dd72
fix(60908): Unexpected "'Type' is declared but its value is never read." erro...- Additional commits viewable in compare view
Updates vitest
from 3.0.7 to 3.1.2
Release notes
Sourced from vitest's releases.
v3.1.2
🐞 Bug Fixes
- Add global
chai
variable invitest/globals
(fix: #7474) - by@Jay-Karia
in vitest-dev/vitest#7771 and vitest-dev/vitest#7474 (d9297)- Prevent modifying
test.exclude
when same object passed incoverage.exclude
- by@AriPerkkio
in vitest-dev/vitest#7774 (c3751)- Fix already hoisted mock - by
@hi-ogawa
in vitest-dev/vitest#7815 (773b1)- Fix test.scoped inheritance - by
@hi-ogawa
in vitest-dev/vitest#7814 (db6c3)- Remove pointer-events-none after resizing the left panel - by
@alexprudhomme
in vitest-dev/vitest#7811 (a7e77)- Default to run mode when stdin is not a TTY - by
@kentonv
,@hi-ogawa
and@sheremet-va
in vitest-dev/vitest#7673 (6358f)- Use happy-dom/jsdom types for
envionmentOptions
- by@hi-ogawa
in vitest-dev/vitest#7795 (67430)- browser:
- Fix transform error before browser server initialization - by
@hi-ogawa
in vitest-dev/vitest#7783 (5f762)- Fix mocking from outside of root - by
@hi-ogawa
in vitest-dev/vitest#7789 (03f55)- Scale iframe for non ui case - by
@hi-ogawa
in vitest-dev/vitest#6512 (c3374)- coverage:
await
profiler calls - by@AriPerkkio
in vitest-dev/vitest#7763 (795a6)- Expose profiling timers - by
@AriPerkkio
in vitest-dev/vitest#7820 (5652b)- deps:
- Update all non-major dependencies - in vitest-dev/vitest#7765 (7c3df)
- Update all non-major dependencies - in vitest-dev/vitest#7831 (15701)
- runner:
- Correctly call test hooks and teardown functions - by
@sheremet-va
in vitest-dev/vitest#7775 (3c00c)- Show stacktrace on test timeout error - by
@hi-ogawa
in vitest-dev/vitest#7799 (df33b)- ui:
- Load panel sizes from storage on initial load - by
@userquin
in vitest-dev/vitest#7265 (6555d)- vite-node:
- Named export should overwrite export all - by
@hi-ogawa
in vitest-dev/vitest#7846 (5ba0d)- Add ERR_MODULE_NOT_FOUND code error if module cannot be loaded - by
@sheremet-va
in vitest-dev/vitest#7776 (f9eac)🏎 Performance
- browser: Improve browser parallelisation - by
@sheremet-va
in vitest-dev/vitest#7665 (816a5)View changes on GitHub
v3.1.1
🐞 Bug Fixes
- reporter:
- Report tests in correct order - by
@sheremet-va
in vitest-dev/vitest#7752 (b166e)- Print test only once in the verbose mode - by
@sheremet-va
in vitest-dev/vitest#7738 (69ca4)View changes on GitHub
v3.1.0
🚀 Features
- Introduce
%$
option to add number of the test to its title - by@kemuridama
in vitest-dev/vitest#7412 (df347)- Add
diff.maxDepth
option and set non-Infinity
value as a default to reduce crash - by@hi-ogawa
in vitest-dev/vitest#7481 (eacab)- Allow array element for
test.each/for
title formatting - by@hi-ogawa
in vitest-dev/vitest#7522 (ea3d6)
... (truncated)
Commits
5a0afd1
chore: release v3.1.2b70a6f1
chore(deps): unbundle tinyglobby and update (#7864)f9eacbc
fix(vite-node): add ERR_MODULE_NOT_FOUND code error if module cannot be loade...3102986
docs:browser.provider
link (#7851)816a5c5
perf(browser): improve browser parallelisation (#7665)6743008
fix: use happy-dom/jsdom types forenvionmentOptions
(#7795)6358f21
fix: default to run mode when stdin is not a TTY (#7673)15701f5
fix(deps): update all non-major dependencies (#7831)5652bf9
fix(coverage): expose profiling timers (#7820)29084f1
chore(deps): update all non-major dependencies (#7802)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
4
+446
-379
Package Dependencies
@rollup/plugin-node-resolve
npm
16.0.0 → 16.0.1
Patch
Technical Details
ID: | 807075 |
UUID: | 2493054761 |
Node ID: | PR_kwDOGmHqZ86UmP8p |
Host: | GitHub |
Repository: | ruby/ruby.wasm |
Merge State: | Unknown |