Move @testing-library/dom and @types/react-dom to peer dependencies (#1305) (a4744fa)
BREAKING CHANGES
@testing-library/dom was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of @testing-library/dom installed that frequently caused bugs when used with @testing-library/user-event. We will also be able to allow new versions of @testing-library/dom being used without a SemVer major release of @testing-library/react by just widening the peer dependency.
@types/react-dom needs to be installed if you're typechecking files using @testing-library/react.
Since reverting to nwsapi causes several functionality regressions, e.g. removing :has() support, we've decided to make this a major version.
Additionally:
Small fixes to edge-case behavior of the following properties: input.maxLength, input.minLength, input.size, progress.max, tableCell.colSpan, tableCell.rowSpan, tableCol.span, textArea.cols, textArea.maxLength, textArea.minLength, textArea.rows.
Version 23.2.0
This release switches our CSS selector engine from nwsapi to @asamuzakjp/dom-selector. The new engine is more actively maintained, and supports many new selectors: see the package's documentation for the full list. It also works better with shadow trees.
There is a potential of a performance regression due to this change. In our stress test benchmark, which runs most of these 273 selectors against this 128 KiB document, the new engine completes the benchmark only 0.25x as fast. However, we're hopeful that in more moderate usage this will not be a significant issue. Any help speeding up @asamuzakjp/dom-selector is appreciated, and feel free to open an issue if this has had a significant impact on your project.
Version 23.1.0
Added an initial implementation of ElementInternals, including the shadowRoot getter and the string-valued ARIA properties. (zjffun)
Added the string-valued ARIA attribute-reflecting properties to Element.
Fixed history.pushState() and history.replaceState() to follow the latest specification, notably with regards to how they handle empty string inputs and what new URLs are possible.
Fixed the input.valueAsANumber setter to handle NaN correctly. (alexandertrefz)
Updated various dependencies, including cssstyle which contains several bug fixes.
Version 23.0.1
Fixed the incorrect canvas peer dependency introduced in v23.0.0.
Version 23.0.0
Node.js v18 is now the minimum supported version.
Updated various dependencies, including whatwg-url which integrates various additions to the URL and URLSearchParams objects.
Fixed selection methods to trigger the selectionchange event on the Document object. (piotr-oles)
24.1.0
Added the getSetCookie() method to the Headers class. (ushiboy)
Fixed the creation and parsing of elements with names from Object.prototype, like "constructor" or "toString".
Updated rweb-cssom, which can now parse additional CSS constructs.
24.0.0
This release reverts our selector engine back to nwsapi. As discussed in #3659, the performance regressions from @asamuzakjp/dom-selector turned out to be higher than anticipated. In the future, we can revisit @asamuzakj...
_Description has been truncated_
Bumps the dev-dependencies group in /frontend with 14 updates:
6.0.0
6.0.1
6.1.1
6.1.2
6.0.0
6.0.1
6.0.1
6.0.2
6.0.0
6.0.1
5.51.21
5.51.23
5.51.21
5.51.23
6.1.1
6.1.2
5.17.0
6.4.8
14.3.1
16.0.0
8.57.0
9.9.0
22.1.0
24.1.1
5.31.3
5.31.5
5.3.5
5.4.0
Updates
@capacitor/app
from 6.0.0 to 6.0.1Release notes
Sourced from
@capacitor/app
's releases.Commits
4fa3245
chore(release): publish [skip ci]f2a5a9f
feat: add entry for Barcode Scanner plugin (#2164)9421137
feat(local-notifications): Allowing local notifications to be delivered silen...33bdae1
chore: Update eslint to 8.x (#2124)93bc7be
chore(release): publish [skip ci]39fb409
chore: run fmt command (#2126)acd334d
fix(ios): apply filter to fetch correct scene object (#2102)20b9e26
fix(ios): Picking ProRAW pictures from Gallery (#2098)9634552
fix(android): removes setOnExitAnimationListener when fade out is disabled998e495
fix(ios): iOS panorama photos selected through CameraPlugin are corrupted (#2...Maintainer changes
This version was pushed to npm by it_mike_s, a new releaser for
@capacitor/app
since your current version.Updates
@capacitor/core
from 6.1.1 to 6.1.2Release notes
Sourced from
@capacitor/core
's releases.Changelog
Sourced from
@capacitor/core
's changelog.Commits
035685d
Release 6.1.2d123260
fix(android): better cleaning of allowedOrigin url (#7607)2e5fc4d
chore(http): regenerate native-bridge.js files (#7605)1da06e6
fix(http): pass original url as query param on the proxy url (#7527)ceee68a
fix: support dependencies with ".swift" at the end of name (#7583)Updates
@capacitor/haptics
from 6.0.0 to 6.0.1Release notes
Sourced from
@capacitor/haptics
's releases.Commits
4fa3245
chore(release): publish [skip ci]f2a5a9f
feat: add entry for Barcode Scanner plugin (#2164)9421137
feat(local-notifications): Allowing local notifications to be delivered silen...33bdae1
chore: Update eslint to 8.x (#2124)93bc7be
chore(release): publish [skip ci]39fb409
chore: run fmt command (#2126)acd334d
fix(ios): apply filter to fetch correct scene object (#2102)20b9e26
fix(ios): Picking ProRAW pictures from Gallery (#2098)9634552
fix(android): removes setOnExitAnimationListener when fade out is disabled998e495
fix(ios): iOS panorama photos selected through CameraPlugin are corrupted (#2...Updates
@capacitor/keyboard
from 6.0.1 to 6.0.2Release notes
Sourced from
@capacitor/keyboard
's releases.Commits
4fa3245
chore(release): publish [skip ci]f2a5a9f
feat: add entry for Barcode Scanner plugin (#2164)9421137
feat(local-notifications): Allowing local notifications to be delivered silen...33bdae1
chore: Update eslint to 8.x (#2124)Updates
@capacitor/status-bar
from 6.0.0 to 6.0.1Release notes
Sourced from
@capacitor/status-bar
's releases.Commits
4fa3245
chore(release): publish [skip ci]f2a5a9f
feat: add entry for Barcode Scanner plugin (#2164)9421137
feat(local-notifications): Allowing local notifications to be delivered silen...33bdae1
chore: Update eslint to 8.x (#2124)93bc7be
chore(release): publish [skip ci]39fb409
chore: run fmt command (#2126)acd334d
fix(ios): apply filter to fetch correct scene object (#2102)20b9e26
fix(ios): Picking ProRAW pictures from Gallery (#2098)9634552
fix(android): removes setOnExitAnimationListener when fade out is disabled998e495
fix(ios): iOS panorama photos selected through CameraPlugin are corrupted (#2...Updates
@tanstack/react-query
from 5.51.21 to 5.51.23Release notes
Sourced from
@tanstack/react-query
's releases.Commits
11cda37
release: v5.51.23c744f99
fix(react-query): ensure we have a gcTime of at least 1 second when using sus...Updates
@tanstack/react-query-persist-client
from 5.51.21 to 5.51.23Release notes
Sourced from
@tanstack/react-query-persist-client
's releases.Commits
11cda37
release: v5.51.23Updates
@capacitor/cli
from 6.1.1 to 6.1.2Release notes
Sourced from
@capacitor/cli
's releases.Changelog
Sourced from
@capacitor/cli
's changelog.Commits
035685d
Release 6.1.2d123260
fix(android): better cleaning of allowedOrigin url (#7607)2e5fc4d
chore(http): regenerate native-bridge.js files (#7605)1da06e6
fix(http): pass original url as query param on the proxy url (#7527)ceee68a
fix: support dependencies with ".swift" at the end of name (#7583)Updates
@testing-library/jest-dom
from 5.17.0 to 6.4.8Release notes
Sourced from
@testing-library/jest-dom
's releases.... (truncated)
Commits
d02e80b
docs: add ddolcimascolo as a contributor for maintenance (#616)faf534b
fix: Drop peerDependencies from package.json (#610)78a2934
docs: add tonyhallett as a contributor for bug (#615)5cc6298
fix: Type definition oftoHaveClass
(#611)fd9ee68
fix: Support@starting-style
(#602)e8c8b13
fix: add js suffix to isEqualWith import (#599)f03a582
fix(infra): codecoverage token addition (#600)20aca33
fix: Updates role support for aria-required attribute intoBeRequired
(#590)bd82f64
refactor: replace lodash with own implementation when possible (#593)a93c0c4
fix: Remove errant export of GetByRoleMatcher, fixing type checking in some T...Updates
@testing-library/react
from 14.3.1 to 16.0.0Release notes
Sourced from
@testing-library/react
's releases.... (truncated)
Commits
a4744fa
feat: Move@testing-library/dom
and@types/react-dom
to peer dependencie...c1f2957
fix: Ensureact
is notany
whenReact.act
is not declared (#1323)b6e59f7
fix: export new act when available (#1319)f6a1677
chore: Adjust tests to workaround 18.3.0 bug (#1315)d143f46
fix: Stop restrictingcontainer
option based onhydrate
(#1313)48282c2
fix: EnsurerenderHook
options extend options forrender
(#1308)067d0c6
fix: Don't raise TypeScript errors when hydatingdocument
(#1304)c63b873
fix: ImprovelegacyRoot
error message (#1301)1645d21
fix: Stop using nullish coalescing (#1299)787cb85
Release: 15.0.0 (#1295)Updates
eslint
from 8.57.0 to 9.9.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
0dd3863
9.9.02e5ba77
Build: changelog update for 9.9.0461b2c3
chore: upgrade to@eslint/js@9.9.0
(#18765)59dba1b
chore: package.json update for@eslint/js
releasefea8563
chore: update dependency@eslint/core
to ^0.3.0 (#18724)41d0206
feat: Add support for TS config files (#18134)aac191e
chore: update dependency@eslint/json
to ^0.3.0 (#18760)9fe068c
docs: how to author plugins with configs that extend other configs (#18753)b97fa05
chore: update wdio dependencies for more stable tests (#18759)3a4eaf9
feat: add suggestion torequire-await
to removeasync
keyword (#18716)Updates
jsdom
from 22.1.0 to 24.1.1Release notes
Sourced from jsdom's releases.
Changelog
Sourced from jsdom's changelog.