You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You can extend Playwright assertions by providing custom matchers. These matchers will be available on the expect object.
import{expectasbaseExpect}from'@​playwright/test';exportconstexpect=baseExpect.extend({asynctoHaveAmount(locator: Locator,expected: number,options?: {timeout?: number}){// ... see documentation for how to write matchers.},});test('pass',async({ page })=>{awaitexpect(page.getByTestId('cart')).toHaveAmount(5);});
#1235 Dropping support for Node 14 (16 is new min) and allowing svelte 4 (@weaverryan)
#1185 Bump babel-loader from 8.2.5 to 9.1.2 (@dppanteon) - the CHANGELOG for babel 9
does not list any breaking changes besides increasing the minimum Node version.
#1224 Allow fork-ts-checker-webpack-plugin ^8.0 and ^9.0 (@buffcode)
📅 Schedule: Branch creation - "after 9am and before 5pm on the 2nd and 4th day instance on Monday" (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 has been generated by Mend Renovate. View repository job log here.
CI is running/has finished running commands for commit ce06a03. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
dependenciesPull requests that update a dependency file
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.23.0
->7.23.2
7.22.20
->7.23.2
7.23.0
->7.23.2
17.7.2
->17.8.1
0.26.0
->0.26.1
16.4.0
->16.5.2
1.0.1-beta.37
->1.0.1-beta.38
1.38.1
->1.39.0
5.0.3
->5.0.4
1.3.92
->1.3.94
4.4.0
->4.5.0
6.1.3
->6.1.4
29.5.5
->29.5.6
20.8.3
->20.8.7
18.2.26
->18.2.31
18.2.26
->18.2.31
18.2.11
->18.2.14
18.2.11
->18.2.14
4.4.7
->4.4.8
6.7.4
->6.8.0
6.7.4
->6.8.0
v4.1.0
->v4.1.1
3.33.0
->3.33.1
v2.2.1
->v2.2.3
8.51.0
->8.52.0
2.28.1
->2.29.0
v1.38.1-jammy
->v1.39.0-jammy
1.69.0
->1.69.4
15.10.3
->15.11.0
4.4.11
->4.5.0
5.88.2
->5.89.0
5.9.0
->5.10.0
Release Notes
babel/babel (@babel/core)
v7.23.2
Compare Source
🐛 Bug Fix
babel-traverse
babel-preset-typescript
.tsx
extension when usingrewriteImportExtensions
(@jimmydief)babel-helpers
babel-helpers
,babel-plugin-transform-modules-commonjs
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
conventional-changelog/commitlint (@commitlint/cli)
v17.8.1
Compare Source
Note: Version bump only for package @commitlint/cli
v17.8.0
Compare Source
Note: Version bump only for package @commitlint/cli
17.7.2 (2023-09-28)
Note: Version bump only for package @commitlint/cli
17.7.1 (2023-08-10)
Note: Version bump only for package @commitlint/cli
floating-ui/floating-ui (@floating-ui/react)
v0.26.1
Compare Source
Patch Changes
ac17abb
: feat(Composite): allow controlled mode withactiveIndex
andonNavigate
propsc3bfd04
: fix(useFocus): improvevisibleOnly
detection43725a2
: feat(useDismiss): addcapture
option and defaultoutsidePress
totrue
microsoft/playwright (@playwright/test)
v1.39.0
Compare Source
Add custom matchers to your expect
You can extend Playwright assertions by providing custom matchers. These matchers will be available on the expect object.
See the documentation for a full example.
Merge test fixtures
You can now merge test fixtures from multiple files or modules:
Merge custom expect matchers
You can now merge custom expect matchers from multiple files or modules:
Hide implementation details: box test steps
You can mark a
test.step()
as "boxed" so that errors inside it point to the step call site.Error: Timed out 5000ms waiting for expect(locator).toBeVisible() ... error details omitted ... 14 | await page.goto('https://github.com/login'); > 15 | await login(page); | ^ 16 | });
See
test.step()
documentation for a full example.New APIs
expect(locator).toHaveAttribute(name)
Browser Versions
This version was also tested against the following stable channels:
rollup/plugins (@rollup/plugin-replace)
v5.0.4
Compare Source
2023-10-15
Bugfixes
swc-project/swc (@swc/core)
v1.3.94
Compare Source
Bug Fixes
(css/ast) Make
.hash()
ofToken
not recursive (#8151) (8d7894c)(es/minifier) Abort seq inliner if
b
can short-circuit (#8128) (111de26)(es/minifier) Abort function inliner if
keep_fnames
istrue
(#8145) (35601e4)(es/parser) Skip
this
parameters in setter (#8158) (826386f)(es/utils) Skip var declarator name in
RefRewriter
(#8125) (fb81a36)(es/utils) Fix regression of
RefRewriter
(#8153) (08cf1f7)Features
(es/compat) Implement decorator metadata proposal (#8097) (9c029ef)
(es/compat) Skip empty class static blocks (#8138) (e186b80)
(es/minifier) Evaluate more
toFixed
expressions (#8109) (7da3f52)(es/minifier) Inline into the arguments of
new
using seq inliner (#8127) (4f67794)(es/minifier) Drop empty static blocks (#8152) (8a461b8)
(es/parser) Implement
AsRef<str>
forIdentLike
(#8133) (bffe33a)(es/typescript) Add
ts_enum_is_mutable
to disable enum inlining (#8115) (57b171d)Miscellaneous Tasks
(bindings) Add
@deprecated
to JS plugins (#8132) (1e9b4e0)(es/module) Remove
serde(deny_unknown_fields)
(#8163) (5be8e74)Refactor
assign_count
fromreassigned
(#8137) (13106e0)v1.3.93
Compare Source
Bug Fixes
(ci) Fix CI (#8079) (7073e83)
(es/codegen) Fix codegen of type-only imports (#8070) (6f45b46)
(es/compat) Handle
__proto__
edge case inshorthand
pass (#8077) (a912937)(es/compat) Handle export default decorator only if not empty (#8099) (bf523f5)
(es/decorators) Fix a regression about class expressions (#8102) (cb4361f)
(es/helpers) Override mistake in
_interop_require_wildcard
(#8076) (1346528)(es/minifier) Don't inline functions if
keep_fnames
is enabled (#8093) (94bb42e)(es/parser) Fix parsing of
await using
(#8101) (e1043fa)(xtask) Fix nightly command (#8105) (db4ca65)
Features
Miscellaneous Tasks
Refactor
(atoms) Remove usage of
js_word!
to dropstring-cache
(#7976) (84cec87)(es/compat) Split
swc_ecma_transforms_compat
(#8110) (affb6fb)(es/module) Reimplement some functions of module/typescript (#8063) (3e5b062)
(es/parser) Introduce
TokenKind
along withToken
(#8071) (9b9bc51)(es/preset-env) Rename parameter to avoid confusion (#8106) (95eb147)
symfony/webpack-encore (@symfony/webpack-encore)
v4.5.0
: Node min version to 16 & other dependency updatesCompare Source
Hey packagers!
#1235 Dropping support for Node 14 (16 is new min) and allowing
svelte
4 (@weaverryan)#1185 Bump
babel-loader
from 8.2.5 to 9.1.2 (@dppanteon) - theCHANGELOG for babel 9
does not list any breaking changes besides increasing the minimum Node version.
#1224 Allow fork-ts-checker-webpack-plugin ^8.0 and ^9.0 (@buffcode)
Upgrading
Run:
Changes: symfony/webpack-encore@v4.4.0...v4.5.0
Happy Packing!
testing-library/jest-dom (@testing-library/jest-dom)
v6.1.4
Compare Source
Bug Fixes
@adobe/css-tools
to4.3.1
to address vulnerability (#532) (44f1eab)typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.8.0
Compare Source
Bug Fixes
Features
prefer-destructuring
(#7117) (3c6379b)You can read about our versioning strategy and releases on our website.
6.7.5 (2023-10-09)
Bug Fixes
You can read about our versioning strategy and releases on our website.
6.7.4 (2023-10-02)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
6.7.3 (2023-09-25)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
6.7.2 (2023-09-18)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
6.7.1 (2023-09-18)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.7.5
Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.8.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.7.5 (2023-10-09)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.7.4 (2023-10-02)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.7.3 (2023-09-25)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.7.2 (2023-09-18)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.7.1 (2023-09-18)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.7.5
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
actions/checkout (actions/checkout)
v4.1.1
Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v4.1.0...v4.1.1
zloirock/core-js (core-js)
v3.33.1
Compare Source
Symbol
polyfill on global object, #1289type: commonjs
inpackage.json
of all packages to avoid potential breakage in future Node versions, see this issueString.prototype.{ isWellFormed, toWellFormed }
marked as supported from FF119coverallsapp/github-action (coverallsapp/github-action)
v2.2.3
Compare Source
v2.2.2
Compare Source
eslint/eslint (eslint)
v8.52.0
Compare Source
Features
70648ee
feat: report-unused-disable-directive to report unused eslint-enable (#17611) (Yosuke Ota)Bug Fixes
5de9637
fix: Ensure shared references in rule configs are separated (#17666) (Nicholas C. Zakas)dcfe573
fix: add preceding semicolon in suggestions ofno-object-constructor
(#17649) (Francesco Trotta)Documentation
476d58a
docs: Add note about invalid CLI flags when using flat config. (#17664) (Nicholas C. Zakas)660ed3a
docs: Plugin flat config migration guide (#17640) (Nicholas C. Zakas)a58aa20
docs: fix examples for several rules (#17645) (Milos Djermanovic)179929b
docs: Remove trailing newline from the code of Playground links (#17641) (Francesco Trotta)f8e5c30
docs: Update README (GitHub Actions Bot)b7ef2f3
docs: Enable pretty code formatter output (#17635) (Nicholas C. Zakas)0bcb9a8
docs: Fix syntax errors in rule examples (#17633) (Francesco Trotta)61b9083
docs: Make no-continue example code work (#17643) (Zhongyuan Zhou)9fafe45
docs: upgrade to 11ty 2.0 (#17632) (Percy Ma)ff8e4bf
docs: Update README (GitHub Actions Bot)fab249a
docs: Update README (GitHub Actions Bot)392305b
docs: Updateno-irregular-whitespace
and fix examples (#17626) (Francesco Trotta)6b8acfb
docs: Add real whitespace tono-trailing-spaces
examples (#17630) (Francesco Trotta)1000187
docs: Fix examples inunicode-bom
(Configuration
📅 Schedule: Branch creation - "after 9am and before 5pm on the 2nd and 4th day instance on Monday" (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 has been generated by Mend Renovate. View repository job log here.