Updated the internally used TS version to ~5.4.2. This is a breaking change for plugin authors, because the AST that typescript exposes has changed; specifically for decorators; node.decorators no longer exists, but decorators can now be found in node.modifiers. There may be other AST changes as well.
Release 0.9.3
Fix missing type for initialize hook
Release 0.9.2
Apply inheritance for slots, cssParts and cssProperties
Release 0.9.1
Correctly remove resolveInitializers from attributes when using litPlugin
Release 0.9.0
Adds support for initialize hook for plugins. This also fixes a initialization issue when previously using TS's typechecker in combination with overrideModuleCreation
// Clear all cookies.
await context.clearCookies();
// New: clear cookies with a particular name.
await context.clearCookies({ name: 'session-id' });
// New: clear cookies for a particular domain.
await context.clearCookies({ domain: 'my-origin.com' });
New mode retain-on-first-failure for testOptions.trace. In this mode, trace is recorded for the first run of each test, but not for retires. When test run fails, the trace file is retained, otherwise it is removed.
New method locator.contentFrame() converts a Locator object to a FrameLocator. This can be useful when you have a Locator object obtained somewhere, and later on would like to interact with the content inside the frame.
New method frameLocator.owner() converts a FrameLocator object to a Locator. This can be useful when you have a FrameLocator object obtained somewhere, and later on would like to interact with the iframe element.
// Clear all cookies.
await context.clearCookies();
// New: clear cookies with a particular name.
await context.clearCookies({ name: 'session-id' });
// New: clear cookies for a particular domain.
await context.clearCookies({ domain: 'my-origin.com' });
New mode retain-on-first-failure for testOptions.trace. In this mode, trace is recorded for the first run of each test, but not for retires. When test run fails, the trace file is retained, otherwise it is removed.
New method locator.contentFrame() converts a Locator object to a FrameLocator. This can be useful when you have a Locator object obtained somewhere, and later on would like to interact with the content inside the frame.
New method frameLocator.owner() converts a FrameLocator object to a Locator. This can be useful when you have a FrameLocator object obtained somewhere, and later on would like to interact with the iframe element.
When listing a symlink that points to a directory in output files, the
symlink will now be directly cached as a symlink, instead of its children
being cached. This also fixes an file already exists, symlink exception that
could occur in the same situation.
[0.14.3] - 2024-01-10
Fixed
Handle missing file errors thrown while trying to fingerprint an input file with a graceful abort.
[0.14.2] - 2024-01-10
Added
Added a default option to the env setting for externally-provided environment variables to use when no value is provided.
Changed
The default logger for non-interactive environments has been switched to the 'quiet-ci' logger.
The local cache strategy will now create copy-on-write files when supported. This can improve performance when copying output files either into the cache or restoring from out of it, as the files' underlying data doesn't need to be copied, only filesystem metadata.
Unhandled exceptions will now be handled more gracefully.
[0.14.1] - 2023-10-20
Fixed
Fix our npx wireit detection so we continue to give a good error message
with the latest version of npm when wireit is run this way.
Fix a bug where wireit would hang with an empty spinner after being killed
with CTRL-C when running a service whose dependencies were still starting.
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the development-dependencies group with 13 updates:
0.8.4
0.9.4
1.38.1
1.43.0
15.2.1
15.2.3
5.0.2
5.0.5
0.4.3
0.4.4
4.3.6
5.1.4
18.2.24
18.2.74
0.17.1
0.18.1
0.10.1
0.11.0
1.38.1
1.43.0
3.29.4
4.14.0
5.2.2
5.4.4
0.14.0
0.14.4
Updates
@custom-elements-manifest/analyzer
from 0.8.4 to 0.9.4Changelog
Sourced from
@custom-elements-manifest/analyzer
's changelog.Commits
Updates
@playwright/test
from 1.38.1 to 1.43.0Release notes
Sourced from
@playwright/test
's releases.... (truncated)
Commits
7c7f8ac
cherry-pick(#30227): chore(deps): bump vite from 5.0.12 to 5.0.13 (#30254)62d4dc9
cherry-pick(#30235): feat(chromium): roll to r111279d4776
cherry-pick(#30226): chore: migrate to the testserver.initialize6b94231
cherry-pick(#30202): do not run setup tasks on test run via server0889736
cherry-pick(#30185): chore: opt into stdio forwardinga01db3f
chore: mark version 1.43.0 (#30183)1cd1239
cherry-pick(#30170): chore: hide internal commands122ab67
cherry-pick(#30138): fix: UI Mode tags without theme applied75776db
cherry-pick(#30135): chore: do not exit UI mode upon page reload757f308
docs: release notes 1.43 for js (#30128)Maintainer changes
This version was pushed to npm by yurys, a new releaser for
@playwright/test
since your current version.Updates
@rollup/plugin-node-resolve
from 15.2.1 to 15.2.3Changelog
Sourced from
@rollup/plugin-node-resolve
's changelog.Commits
f7fb936
chore(release): node-resolve v15.2.3ab3f45d
fix(node-resolve): modulePaths default is not set (#1534)cdf9113
chore(repo): manually update changelog and package versions after bad release...841a039
fix(alias,auto-install,babel,beep,buble,commonjs,data-uri,dsv,dynamic-import-...9bfc5d9
chore(release): node-resolve v15.2.1Updates
@rollup/plugin-replace
from 5.0.2 to 5.0.5Changelog
Sourced from
@rollup/plugin-replace
's changelog.Commits
8e2ed59
fix(commonjs,dynamic-import-vars,esm-shim,inject,replace,strip): bump magic-s...cdf9113
chore(repo): manually update changelog and package versions after bad release...841a039
fix(alias,auto-install,babel,beep,buble,commonjs,data-uri,dsv,dynamic-import-...ec974f2
chore(release): replace v5.0.2f5aa3c3
fix(commonjs,dynamic-import-vars,inject,replace,strip): update magic-string (...a2e582a
chore(repo): enableconsistent-type-imports
for typescript files (#1325)Updates
@rollup/plugin-terser
from 0.4.3 to 0.4.4Changelog
Sourced from
@rollup/plugin-terser
's changelog.Commits
cdf9113
chore(repo): manually update changelog and package versions after bad release...841a039
fix(alias,auto-install,babel,beep,buble,commonjs,data-uri,dsv,dynamic-import-...62a5d56
chore(release): terser v0.4.3Maintainer changes
This version was pushed to npm by lukastaegert, a new releaser for
@rollup/plugin-terser
since your current version.Updates
@types/jasmine
from 4.3.6 to 5.1.4Commits
Updates
@types/react
from 18.2.24 to 18.2.74Commits
Updates
@web/test-runner
from 0.17.1 to 0.18.1Release notes
Sourced from
@web/test-runner
's releases.Changelog
Sourced from
@web/test-runner
's changelog.Commits
6aefbec
Version Packages400fe3c
chore: remove unused ci stuff, other stuff runs in ci already now5792e9c
Add file extensions to file imports835bb24
Version Packagesd0079c6
Merge pull request #2394 from koddsson/set-node-engines-to-node-18f375cf6
Version Packages379aa52
Version Packages612580e
chore: add selectOption plugin correctlya3e3004
set node version to 18Updates
@web/test-runner-playwright
from 0.10.1 to 0.11.0Changelog
Sourced from
@web/test-runner-playwright
's changelog.Commits
835bb24
Version Packagesd0079c6
Merge pull request #2394 from koddsson/set-node-engines-to-node-18f375cf6
Version Packages0fd20a8
Version Packages521ea5f
build: add 'types' section in exportscae145f
chore: update script name in codea3e3004
set node version to 18Updates
playwright
from 1.38.1 to 1.43.0Release notes
Sourced from playwright's releases.
... (truncated)
Commits
7c7f8ac
cherry-pick(#30227): chore(deps): bump vite from 5.0.12 to 5.0.13 (#30254)62d4dc9
cherry-pick(#30235): feat(chromium): roll to r111279d4776
cherry-pick(#30226): chore: migrate to the testserver.initialize6b94231
cherry-pick(#30202): do not run setup tasks on test run via server0889736
cherry-pick(#30185): chore: opt into stdio forwardinga01db3f
chore: mark version 1.43.0 (#30183)1cd1239
cherry-pick(#30170): chore: hide internal commands122ab67
cherry-pick(#30138): fix: UI Mode tags without theme applied75776db
cherry-pick(#30135): chore: do not exit UI mode upon page reload757f308
docs: release notes 1.43 for js (#30128)Maintainer changes
This version was pushed to npm by yurys, a new releaser for playwright since your current version.
Updates
rollup
from 3.29.4 to 4.14.0Release notes
Sourced from rollup's releases.
... (truncated)
Changelog
Sourced from rollup's changelog.
... (truncated)
Commits
5abe71b
4.14.05301dec
feat: show all cause in Error (#5422)8521d29
feat: support explicit-resource-management (#5444)c87901d
docs: add@shikiji/vitepress-twoslash
(#5445)1dd3c02
chore(deps): lock file maintenance (#5448)a8e39eb
chore(deps): lock file maintenance minor/patch updates (#5447)b379a59
4.13.2e13e066
Use long cpu name as Rust needs it1217787
Add support for ppc64le (#5350)41ba566
Cache module info getters before output generation (#5438)Updates
typescript
from 5.2.2 to 5.4.4Release notes
Sourced from typescript's releases.
... (truncated)
Commits
8eb3367
Bump version to 5.4.4 and LKGde9096b
🤖 Pick PR #57871 (Divide-and-conquer strategy for int...) into release-5.4 (#...06aae98
🤖 Pick PR #57973 (Compare package.json paths with cor...) into release-5.4 (#...6d8134e
🤖 Pick PR #57637 (Fixed a regression related to deter...) into release-5.4 (#...1c25c7f
🤖 Pick PR #57968 (Normalize slashes for paths in watc...) into release-5.4 (#...3caec2c
Cherry pick PR 57887 into release-5.4 (#57898)896947e
🤖 Pick PR #57938 (Directories dont check modified tim...) into release-5.4 (#...521d3fb
🤖 Pick PR #57950 (Watch events enhancements) into release-5.4 (#57967)6ea273c
Update LKGcd06f92
🤖 Pick PR #57853 (Revert PR 56161) into release-5.4 (#57854)Updates
wireit
from 0.14.0 to 0.14.4Changelog
Sourced from wireit's changelog.
Commits
9d76837
Release 0.14.4 (#1032)f1fce60
Fix bug relating to expanding symlinks to directories (#1031)1305ce8
Bump prettier from 3.1.1 to 3.2.2 (#1016)4a69a44
Bump@typescript-eslint/parser
from 6.18.1 to 6.19.0 (#1019)802015a
Bump@types/node
from 18.19.6 to 18.19.7 (#1017)9dc7721
Add missing tag links (#1018)e8126f0
Release 0.14.3 (#1013)58c34a4
HandleENOENT
When Fingerprinting Deleted Files (#991)bd61903
Bump our wireit version and the markdown-it dep (#1012)1a2232b
Release 0.14.2 (#1011)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