fix(deps): update all non-major dependencies #194
Merged
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:
^11.11.3
->^11.11.4
^11.11.0
->^11.11.5
^1.18.2
->^1.19.4
^3.0.0
->^3.0.1
^1.41.1
->^1.44.0
^1.3.107
->^1.5.7
^1.5.115
->^1.5.122
^18.2.48
->^18.3.2
^18.2.18
->^18.3.0
^0.20.0
->^0.21.3
^1.0.0
->^1.0.1
8.15.1
->8.15.8
^18.2.0
->^18.3.1
^18.2.0
->^18.3.1
^18.2.0
->^18.3.1
^6.21.3
->^6.23.1
^6.1.8
->^6.1.11
^5.3.3
->^5.4.5
^5.0.12
->^5.2.11
Release Notes
emotion-js/emotion (@emotion/react)
v11.11.4
Compare Source
Patch Changes
5b82631d
Thanks @iegik! - Renamed an internalhasOwnProperty
tohasOwn
. This avoids problems in CommonJS environments when the consumer tries to prevent prototype pollution withObject.freeze(Object.prototype)
.oedotme/generouted (@generouted/react-router)
v1.19.4
Compare Source
Commits
752f9ac
by @oedotme7fa8587
by @oedotme closes #1680d99971
by @oedotmeChangelog: oedotme/generouted@v1.19.3...v1.19.4
v1.19.3
Compare Source
Commits
8dfbc63
by @oedotme closes #13356d6402
by @oedotme22beeaa
by @oedotmeChangelog: oedotme/generouted@v1.19.2...v1.19.3
v1.19.2
Compare Source
Commits
03d4b27
by @oedotme closes #163b3dd185
by @oedotmeChangelog: oedotme/generouted@v1.19.1...v1.19.2
v1.19.1
Compare Source
Commits
2261d56
by @oedotmeChangelog: oedotme/generouted@v1.19.0...v1.19.1
v1.19.0
Compare Source
Breaking Changes 🚨
Modals
export is now removed from the following integrations:@generouted/react-router
@generouted/react-router/lazy
@generouted/solid-router
@generouted/solid-router/lazy
<Modals />
component is now included internally within the<Routes />
component by defaultThis export was usually used at the highest available layout route
src/pages/_app.tsx
(as it requires the router context) but it was causing initialization/circular errors as the_app.tsx
file is imported by the file that exportsModals
component. This is reproducible by triggering HMR updates when_app.tsx
is modified. Also in some cases it cause kind of infinite revalidation triggered by this error.Commits
741a5e8
by @oedotme3d75bdd
by @oedotmeChangelog: oedotme/generouted@v1.18.8...v1.19.0
v1.18.8
Compare Source
Commits
303123e
by @oedotmeChangelog: oedotme/generouted@v1.18.7...v1.18.8
v1.18.7
Compare Source
Commits
c75793c
by @oedotme closes #1599b0f7c1
by @oedotmeChangelog: oedotme/generouted@v1.18.6...v1.18.7
v1.18.6
Compare Source
Commits
73d1c62
by @oedotme closes #16045bb2fb
by @oedotme82c05ba
by @oedotme4a71a1c
by @oedotmeChangelog: oedotme/generouted@v1.18.5...v1.18.6
v1.18.5
Compare Source
Commits
935aef9
by @oedotme255f4be
by @oedotmeaf2ae09
by @timothympace11534c6
by @gregfentonChangelog: oedotme/generouted@v1.18.4...v1.18.5
v1.18.4
Compare Source
Commits
0a1670c
by @oedotmeefc3868
by @VriskaSerket51Changelog: oedotme/generouted@v1.18.3...v1.18.4
v1.18.3
Compare Source
Commits
2d815b4
by @oedotme9baa170
by @timothympace closes #1490ef088d
by @oedotme0c93e08
by @oedotmeChangelog: oedotme/generouted@v1.18.2...v1.18.3
mdx-js/mdx (@mdx-js/rollup)
v3.0.1
Compare Source
Fix
49fd094
Fix generated JSX pragmas for new babelby @remcohaszing in https://github.com/mdx-js/mdx/pull/2438
d1fface
Refactor to handle uncaught webpack errorsby @remcohaszing in https://github.com/mdx-js/mdx/pull/2398
Types
c03e16c
Add declaration maps85c5dd0
Fix webpack loader typesby @remcohaszing in https://github.com/mdx-js/mdx/pull/2386
Site
38f7a5c
Fix reset of playground render errorsby @ManasMakde in https://github.com/mdx-js/mdx/pull/2392
680445d
Add note on broken react runtime typesby @ky1ejs in https://github.com/mdx-js/mdx/pull/2383
Full Changelog: mdx-js/mdx@3.0.0...3.0.1
microsoft/playwright (@playwright/test)
v1.44.0
Compare Source
New APIs
Accessibility assertions
expect(locator).toHaveAccessibleName() checks if the element has the specified accessible name:
expect(locator).toHaveAccessibleDescription() checks if the element has the specified accessible description:
expect(locator).toHaveRole() checks if the element has the specified ARIA role:
Locator handler
noWaitAfter
option.times
option in page.addLocatorHandler() to specify maximum number of times the handler should be run.Miscellaneous options
multipart
option inapiRequestContext.fetch()
now acceptsFormData
and supports repeating fields with the same name.expect(callback).toPass({ intervals })
can now be configured byexpect.toPass.inervals
option globally in testConfig.expect or per project in testProject.expect.expect(page).toHaveURL(url)
now supportsignoreCase
option.testProject.ignoreSnapshots allows to configure per project whether to skip screenshot expectations.
Reporter API
outputFile
. The same option can also be specified asPLAYWRIGHT_BLOB_OUTPUT_FILE
environment variable that might be more convenient on CI/CD.includeProjectInTestName
option.Command line
--last-failed
CLI option for running only tests that failed in the previous run.First run all tests:
$ npx playwright test Running 103 tests using 5 workers ... 2 failed [chromium] › my-test.spec.ts:8:5 › two ───────────────────────────────────────────────────────── [chromium] › my-test.spec.ts:13:5 › three ────────────────────────────────────────────────────── 101 passed (30.0s)
Now fix the failing tests and run Playwright again with
--last-failed
option:$ npx playwright test --last-failed Running 2 tests using 2 workers 2 passed (1.2s)
Browser Versions
This version was also tested against the following stable channels:
v1.43.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/30300 - [REGRESSION]: UI mode restarts if keep storage statehttps://github.com/microsoft/playwright/issues/303399 - [REGRESSION]: Brand new install of playwright, unable to run chromium with show browser using vscode
Browser Versions
This version was also tested against the following stable channels:
v1.43.0
Compare Source
New APIs
Method browserContext.clearCookies() now supports filters to remove only some cookies.
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 property testInfo.tags exposes test tags during test execution.
New method locator.contentFrame() converts a
Locator
object to aFrameLocator
. This can be useful when you have aLocator
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 aLocator
. This can be useful when you have aFrameLocator
object obtained somewhere, and later on would like to interact with theiframe
element.UI Mode Updates
@fast
or clicking on the tag itself.Browser Versions
This version was also tested against the following stable channels:
v1.42.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/29732 - [Regression]: HEAD requests to webServer.url since v1.42.0https://github.com/microsoft/playwright/issues/297466 - [Regression]: Playwright CT CLI scripts fail due to broken initializePlugin imporhttps://github.com/microsoft/playwright/issues/2973939 - [Bug]: Component tests fails when imported a module with a dot in a nahttps://github.com/microsoft/playwright/issues/29731731 - [Regression]: 1.42.0 breaks some import statemehttps://github.com/microsoft/playwright/issues/297609760 - [Bug]: Possible regression with chained locators in v1.42
Browser Versions
This version was also tested against the following stable channels:
v1.42.0
Compare Source
New APIs
Test tags
New tag syntax for adding tags to the tests (@-tokens in the test title are still supported).
Use
--grep
command line option to run only tests with certain tags.Annotating skipped tests
New annotation syntax for test annotations allows annotating the tests that do not run.
page.addLocatorHandler()
New method page.addLocatorHandler() registers a callback that will be invoked when specified element becomes visible and may block Playwright actions. The callback can get rid of the overlay. Here is an example that closes a cookie dialog when it appears.
Project wildcard filter
Playwright command line flag now supports '*' wildcard when filtering by project.
Other APIs
expect(callback).toPass({ timeout })
The timeout can now be configured by
expect.toPass.timeout
option globally or in project configelectronApplication.on('console')
electronApplication.on('console') event is emitted when Electron main process calls console API methods.
page.pdf() accepts two new options
tagged
andoutline
.Breaking changes
Mixing the test instances in the same suite is no longer supported. Allowing it was an oversight as it makes reasoning about the semantics unnecessarily hard.
Announcements
Browser Versions
This version was also tested against the following stable channels:
v1.41.2
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/29123 - [REGRESSION] route.continue: Protocol error (Fetch.continueRequest): Invalid InterceptionId.
Browser Versions
This version was also tested against the following stable channels:
swc-project/swc (@swc/core)
v1.5.7
Compare Source
Documentation
v1.5.6
Compare Source
Bug Fixes
(es) Allow input source map file to be omitted (#8951) (606cb67)
(es/ast) Pin version of unicodes (#8941) (6362ff4)
(es/compat) Avoid reserved name for private method (#8949) (7053bb1)
(es/minifier) Abort inliner on mutation via property (#8938) (257afc9)
(es/minifier) Don't invoke IIFE containing reserved words (#8939) (5a3456c)
(es/minifier) Fix evaluation of
String.charCodeAt
(#8946) (772c50f)(es/minifier) Abort seq inliner on
**
(#8947) (3046d71)v1.5.5
Compare Source
Bug Fixes
(css/modules) Allow any order of composes (#8930) (7014c63)
(css/modules) Fix
:global
selectors without preceding whitespace (#8926) (2405dc6)(es/fixer) Wrap class expressions in callee (#8928) (6b60bdb)
(es/minifier) Respect
module: false
(#8925) (aca6a77)(es/minifier) Consider side effects of operands of binary expressions (#8929) (4d4a7a9)
(es/minifier) Fix operand handling of
**
(#8933) (c9d72cd)(es/minifier) Fix a bug about
Tpl
=>Str
(#8934) (d4be383)(es/module) Resolve
.jsx
imports fully (#8936) (c536d2a)Refactor
v1.5.3
Compare Source
v1.5.2
Compare Source
v1.5.1
Compare Source
Bug Fixes
(es/decorator) Support for legacy decorators in class expressions (#8892) (8fe57ad)
(es/helpers) Remove unused export from
_using_ctx.js
(#8891) (438d0b3)(es/minifier) Do not add vars if
eval
exists (#8888) (be359fa)v1.5.0
Compare Source
Bug Fixes
Features
v1.4.17
Compare Source
Bug Fixes
(es) Ignore
sourceMappingURL
in string literals (#8879) (d7188cd)(es/codegen) Use
Str.raw
for es5 (#8873) (c7a06b1)(es/compat) Fix async generator (#8881) (063eabd)
(es/resolver) Prioritze
jsc.paths
by length in tsc resolver (#8875) (e22c368)(html/codegen) Expand elements before which body isn’t elided (#8877) (5419a94)
v1.4.16
Compare Source
Bug Fixes
usingCtx
helper (#8874) (6e9d1a4)v1.4.15
Compare Source
Bug Fixes
(es/codegen) Fix
ascii_only
for identifiers (#8866) (2075a23)(es/minifier) Remove
raw
of strings after modification (#8865) (740c0bb)(es/parser) Fix span of
BindingIdent
(#8859) (fbd32fb)(es/proposal) Update explicit resource management to match spec (#8860) (6d24076)
Features
Refactor
mangle.safari10
(#8857) (df2e056)Build
(cargo) Update rustc to
nightly-2024-04-03
(#8821) (ca9c76b)(cargo) Update
rustc
tonightly-2024-04-16
(#8870) (f9459a8)v1.4.14
Compare Source
Bug Fixes
(es/compat) Handle class fields correctly (#8835) (5cc585b)
(es/helpers) Add missing helpers (#8843) (67bfcf4)
(es/minifier) Handle switch cases (#8854) (7a89e5d)
(es/plugin) Create
tokio
runtime only if necessary (#8845) (62c4f5e)(es/resolver) Correctly check strict mode (#8851) (f6ba92b)
(es/utils) Preserve optional chain effect (#8850) (a7a32c4)
Documentation
--all-features
flag (#8848) (c0d901e)Refactor
(es) Make the code compile with
miri
(#8836) (3a51140)(es/decorator) Remove unsafe code (#8839) (e8c6344)
(visit) Simplify
Vec::move_map
(#8838) (b1973d4)Testing
conformance
test suite fromtsc
(#8834) (ea5d9cc)v1.4.13
Compare Source
Bug Fixes
(es/decorators) Fix capacity overflow with decorators (#8818) (9ed93c1)
(es/minifier) Respect
top_retain
for top-level functions (#8814) (811308c)(es/minifier) Abort IIFE invoker in function parameters (#8828) (ebb68db)
(es/module) Respect
module.resolveFully
in more cases (#8820) (e1f7704)(es/transforms) Fix capacity overflow with decorators (#8815) (974f5c7)
(plugin/runner) Pin version of
virtual-fs
(#8827) (089f61b)(visit) Improve
Map
implementation forBox
(#8819) (dc04657)v1.4.12
Compare Source
Bug Fixes
(common) Fix source index for
inputSourceMap
(#8800) (4f9ab81)(es) Change default value of
inputSourceMap
totrue
(#8801) (9ffcd18)(es/bugfixes) Fix fn transform in nameless fns (#8796) (7ad004e)
(es/helpers) Fix metadata of decorators being
undefined
(#8768) (263ce6e)(es/minifier) Abort fn inliner if there's a spread arg (#8809) (730ded2)
(es/module) Fix
jsc.paths
withresolveFully
(#8784) (4961bb0)(es/parser) Tweak msg of
SyntaxError::UsingDeclNotEnabled
(#8791) (95c822e)Features
(es/minifier) Evaluate spread of arrays (#8811) (47714c5)
(plugin/runner) Improve error message for Wasm plugin crashes ([#8794](https:/
Configuration
📅 Schedule: Branch creation - "before 4am 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.