-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update all non-major dependencies #1320
Conversation
✅ Deploy Preview for zarf-docs canceled.
|
53019c4
to
e7a9e6c
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: go.sum
|
689b4d0
to
e943713
Compare
9500b47
to
4eb64bf
Compare
fa7a6a7
to
9c39dce
Compare
aedafd6
to
7967d7e
Compare
7967d7e
to
8c60063
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me across dep updates.
This PR contains the following updates:
0.0.33
->0.0.36
0.33.6
->0.35.0
1.1.1
->1.2.4
1.30.0
->1.31.2
1.0.5
->1.0.6
1.7.1
->1.11.0
5.50.0
->5.55.0
5.50.0
->5.55.0
v0.4.0
->v0.4.1
v3.0.0
->v3.3.0
v3.0.0
->v3.1.2
8.33.0
->8.36.0
8.6.0
->8.7.0
7.0.2
->7.0.4
v0.72.0
->v0.75.0
v0.27.2
->v0.27.3
v1.14.1
->v1.15.0
v0.28.1
->v0.31.1
v0.33.0
->v0.36.0
v5.5.2
->v5.6.0
v1.9.8
->v1.10.0
v0.12.54
->v0.12.55
v1.8.1
->v1.8.2
v1.0.26
->v1.1.39
v0.6.0
->v0.7.0
v3.11.1
->v3.11.2
v0.26.1
->v0.26.2
v0.26.1
->v0.26.2
v0.26.1
->v0.26.2
v0.26.1
->v0.26.2
v2.90.0
->v2.90.1
v0.26.1
->v0.26.2
2.8.9
->2.9.9
0.4.3
->0.5.0
2.0.20
->2.0.21
v2.0.4
->v2.1.2
1.30.0
->1.31.2
2.8.3
->2.8.4
21.0.9
->21.0.16
1.58.0
->1.59.2
1.0.91
->1.0.94
v0.12.1
->v0.13.1
3.55.1
->3.56.0
3.0.3
->3.1.4
4.0.4
->4.1.4
Release Notes
easyops-cn/docusaurus-search-local
v0.35.0
Compare Source
Features
v0.34.0
Compare Source
Features
floating-ui/floating-ui
v1.2.4
Compare Source
Bug Fixes
<svg>
arrows with CSS sizes instead ofgetBoundingClientRect()
to avoid reading transformations (#2223)v1.2.3
Compare Source
Bug Fixes
window
for SVG elements (#2198)v1.2.2
Compare Source
Bug Fixes
border
for<svg>
arrows (#2195)v1.2.1
Compare Source
Bug Fixes
fix(getClippingRect): prevent fixed ancestors from creating a clipping ancestor (#2170)
fix(types): re-export middleware options types (#2175)
v1.2.0
Compare Source
New Features
feat(platform): add ability to polyfill
offsetParent
access (in a pure way) to fix a platform gap where the incorrect value is returned inside shadow DOM. (#2160)This was previously done internally a while ago (
1.0.1
) but reportedly causes a performance issue in certain scenarios, meaning it cannot be a default. This allows the polyfill to be conditionally enabled by libraries. The polyfill and its usage is available here, which ideally would be made into its own package (that can be iterated on and potentially improved perf-wise).feat(detectOverflow): accept virtual
Rect
boundaries (#2161)Bug Fixes
platform
object now has all methods non-optional withRequired<Platform>
(#2166)Microsoft/playwright
v1.31.2
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/20784 - [BUG] ECONNREFUSED on GitHub Actions with Node 18https://github.com/microsoft/playwright/issues/211455 - [REGRESSION]: firefox-1378 times out on await page.reload() when URL contains a #hashttps://github.com/microsoft/playwright/issues/2122626 - [BUG] Playwright seems to get stuck when using shard option and last test is skipphttps://github.com/microsoft/playwright/issues/21227227 - Using the webServer config with a Vite dev servehttps://github.com/microsoft/playwright/issues/21312312 - throw if defineConfig is not used for component testing
Browser Versions
This version was also tested against the following stable channels:
v1.31.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/21093 - [Regression v1.31] Headless Windows shows cascading cmd windowshttps://github.com/microsoft/playwright/pull/211066 - fix(loader): experimentalLoader with node@18
Browser Versions
This version was also tested against the following stable channels:
v1.31.0
Compare Source
New APIs
New property
TestProject.dependencies
to configure dependencies between projects.Using dependencies allows global setup to produce traces and other artifacts,
see the setup steps in the test report and more.
New assertion
expect(locator).toBeInViewport()
ensures that locator points to an element that intersects viewport, according to the intersection observer API.Miscellaneous
defineConfig
to be used inplaywright.config
.maxRedirects
for methodRoute.fetch
.Note: component tests only, does not affect end-to-end tests.
playwright-ct.config
configuration file for component testing now requires callingdefineConfig
.Replace
config
variable definition withdefineConfig
call:Browser Versions
This version was also tested against the following stable channels:
sveltejs/kit (@sveltejs/adapter-static)
v1.0.6
Compare Source
Patch Changes
docs: fix link in README (#8854)
Updated dependencies [
7cdb7a65
]:sveltejs/kit (@sveltejs/kit)
v1.11.0
Compare Source
Minor Changes
feat: pause on debugger when falling back to full page reload during development (#9305)
feat: expose
base
via$service-worker
, make paths relative (#9250)Patch Changes
fix: don't automatically prerender non-SSR'd pages (#9352)
fix: use 308 responses for trailing slash redirects, instead of 301s (#9351)
fix: remove buggy cookie path detection (#9298)
fix: don't prevent
beforeNavigate
callbacks from running following a cancelled unloading navigation (#9347)fix: persist DOM state on beforeunload (#9345)
fix: redirect to path with/without trailing slash when previewing prerendered pages (#9353)
fix: avoid FOUC when using CSS modules in dev (#9323)
fix: don't skip required parameters after missing optional parameters (#9331)
fix: account for server-emitted assets when prerenering (#9349)
fix: deal with fast consecutive promise resolutions when streaming (#9332)
chore: replace deprecated property access in preparation for TS 5.0 (#9361)
v1.10.0
Compare Source
Minor Changes
cookies.getAll
(#9287)Patch Changes
fix: always include
<link rel="stylesheet">
, even for stylesheets excluded from Link headers (#9255)fix: preserve form state when submitting a second time (#9267)
v1.9.3
Compare Source
Patch Changes
v1.9.2
Compare Source
Patch Changes
v1.9.1
Compare Source
Patch Changes
v1.9.0
Compare Source
Minor Changes
paths.relative
option to control interpretation ofpaths.assets
andpaths.base
(#9220)v1.8.8
Compare Source
Patch Changes
@sveltejs/kit
tonoExternal
for ssr build (#9242)api.methods
andpage.methods
tobuilder.routes
(#9145)v1.8.7
Compare Source
Patch Changes
paths.base
(#9232)v1.8.6
Compare Source
Patch Changes
v1.8.5
Compare Source
Patch Changes
handle
(#9198)v1.8.4
Compare Source
Patch Changes
fix: include .mjs files in precompression (#9179)
fix: revert mjs extension usage by default, make it an option (#9179)
chore: dummy changeset to force a release (#9207)
v1.8.3
Compare Source
Patch Changes
v1.8.2
Compare Source
Patch Changes
v1.8.1
Compare Source
Patch Changes
v1.8.0
Compare Source
Minor Changes
Patch Changes
fix: set public env before starting app (#8957)
fix: preload modules on Safari (#8957)
fix: make
assets
work in client when app is served from a subfolder (#8957)v1.7.2
Compare Source
Patch Changes
builder.writeClient()
(#9095)typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.55.0
Compare Source
Bug Fixes
Features
5.54.1 (2023-03-06)
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.54.1
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.54.0
Compare Source
Features
v5.53.0
Compare Source
Features
v5.52.0
Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.