fix(deps): update all non-major dependencies#15675
Merged
sapphi-red merged 2 commits intomainfrom Jan 26, 2024
Merged
Conversation
|
|
54d8c2b to
73a6acd
Compare
73a6acd to
e009961
Compare
patak-dev
approved these changes
Jan 22, 2024
Member
patak-dev
left a comment
There was a problem hiding this comment.
It seems we need the trailing commas in tsconfig.json now, I pushed a commit to format all of them
Contributor
Author
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. |
sapphi-red
approved these changes
Jan 26, 2024
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^1.3.5->^1.4.0^0.3.21->^0.3.22^20.11.1->^20.11.5^18.2.47->^18.2.48^6.18.1->^6.19.0^6.18.1->^6.19.0^3.4.13->^3.4.15^10.4.16->^10.4.17^3.35.0->^3.35.1^16.3.1->^16.3.2^3.20231218.1->^3.20231218.2^1.40.1->^1.41.18.14.1->8.14.23.2.2->3.2.4^1.69.7->^1.70.0^4.2.8->^4.2.9^5.26.0->^5.27.0v41.1.1->v41.1.2^5.0.11->^5.0.12^2.8.0->^2.8.21.0.0-rc.36->1.0.0-rc.40^1.2.0->^1.2.1^3.4.13->^3.4.15^3.4.13->^3.4.15Release Notes
BuilderIO/qwik (@builder.io/qwik)
v1.4.0Compare Source
What's Changed
JSXOutputinstead ofJSXNode, which captures the existing possibility to return strings, booleans, arrays etc.PRs merged
New Contributors
Full Changelog: QwikDev/qwik@v1.3.5...v1.4.0
jridgewell/trace-mapping (@jridgewell/trace-mapping)
v0.3.22Compare Source
What's Changed
Full Changelog: jridgewell/trace-mapping@v0.3.21...v0.3.22
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.19.0Compare Source
🚀 Features
eslint-plugin: [prefer-promise-reject-errors] add rule
eslint-plugin: [no-array-delete] add new rule
eslint-plugin: [no-useless-template-literals] add fix suggestions
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression
eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.19.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vuejs/core (@vue/shared)
v3.4.15Compare Source
Bug Fixes
Performance Improvements
v3.4.14Compare Source
Bug Fixes
postcss/autoprefixer (autoprefixer)
v10.4.17Compare Source
user-select: containprefixes.zloirock/core-js (core-js)
v3.35.1Compare Source
ToLengthoperation with bigints, #1318String#splitpolyfillIteratorhelpers proposal methods marked as supported from V8 ~ Chrome 122Setmethods, but they have a bug similar to Safariselfmarked as fixed from Bun 1.0.22SuppressedErrorandSymbol.{ dispose , asyncDispose }marked as supported from Bun 1.0.23motdotla/dotenv (dotenv)
v16.3.2Compare Source
Added
Changed
populate#792cloudflare/workers-sdk (miniflare)
v3.20231218.2Compare Source
Minor Changes
#4686
4f6999eaThanks @mrbbot! - feat: exposerows_readandrows_writtenin D1 resultmetarows_read/rows_writtencontain the number of rows read from/written to the database engine when executing a query respectively. These numbers may be greater than the number of rows returned from/inserted by a query. These numbers form billing metrics when your Worker is deployed. See https://developers.cloudflare.com/d1/platform/pricing/#billing-metrics for more details.Patch Changes
#4719
c37d94b5Thanks @mrbbot! - fix: ensureminiflareandwranglercan source map in the same processPreviously, if in a
wrangler devsession you calledconsole.log()and threw an unhandled error you'd see an error like[ERR_ASSERTION]: The expression evaluated to a falsy value. This change ensures you can do both of these things in the same session.microsoft/playwright (playwright-chromium)
v1.41.1Compare Source
Highlights
https://github.com/microsoft/playwright/issues/29067 - [REGRESSION] Codegen/Recorder: not all clicks are being actioned nor recordedhttps://github.com/microsoft/playwright/issues/290288 - [REGRESSION] React component tests throw type error when passing null/undefined to componenhttps://github.com/microsoft/playwright/issues/2902727 - [REGRESSION] React component tests not passing Date prop valuhttps://github.com/microsoft/playwright/issues/29023023 - [REGRESSION] React component tests not rendering children phttps://github.com/microsoft/playwright/issues/290199019 - [REGRESSION] trace.playwright.dev does not currently support the loading from URL
Browser Versions
This version was also tested against the following stable channels:
v1.41.0Compare Source
New APIs
stylein page.screenshot([options]) and locator.screenshot([options]) to add custom CSS to the page before taking a screenshot.stylePathfor methods expect(page).toHaveScreenshot(name[, options]) and expect(locator).toHaveScreenshot(name[, options]) to apply a custom stylesheet while making the screenshot.fileNameoption for Blob reporter, to specify the name of the report to be created.Browser Versions
This version was also tested against the following stable channels:
pnpm/pnpm (pnpm)
v8.14.2Compare Source
Patch Changes
pnpm dlxshould not fail, when executed frompackage.json"scripts" 7424.pnpm publishshould pack "main" file or "bin" files defined in "publishConfig" #4195.Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
prettier/prettier (prettier)
v3.2.4Compare Source
diff
Fix incorrect parser inference (#15947 by @fisker)
Files like
.eslintrc.jsonwere incorrectly formatted as JSONC files.v3.2.3Compare Source
diff
Throw errors for invalid code (#15881 by @fisker, @Josh-Cena, @auvred)
Fix parser inference (#15927 by @fisker)
sass/dart-sass (sass)
v1.70.0Compare Source
JavaScript API
Add a
sass.initCompiler()function that returns asass.Compilerobjectwhich supports
compile()andcompileString()methods with the same API asthe global Sass object. On the Node.js embedded host, each
sass.Compilerobject uses a single long-lived subprocess, making compiling multiple
stylesheets much more efficient.
Add a
sass.initAsyncCompiler()function that returns asass.AsyncCompilerobject which supports
compileAsync()andcompileStringAsync()methods withthe same API as the global Sass object. On the Node.js embedded host, each
sass.AsynCompilerobject uses a single long-lived subprocess, makingcompiling multiple stylesheets much more efficient.
Embedded Sass
Support the
CompileRequest.silentfield. This allows compilations with nologging to avoid unnecessary request/response cycles.
The Dart Sass embedded compiler now reports its name as "dart-sass" rather
than "Dart Sass", to match the JS API's
infofield.sveltejs/svelte (svelte)
v4.2.9Compare Source
Patch Changes
fix: add types for popover attributes and events (#10042)
fix: add
gamepadconnectedandgamepaddisconnectedevents (#9864)fix: make
@types/estreea dependency (#10149)fix: bump
axobject-query(#10167)terser/terser (terser)
v5.27.0Compare Source
minify_sync()alternative tominify()since there's no async code left.tj-actions/changed-files (tj-actions/changed-files)
v41.1.2Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v41...v41.1.2
vitejs/vite (vite)
v5.0.12Compare Source
Please refer to CHANGELOG.md for details.
vuejs/vitepress (vitepress)
v1.0.0-rc.40Compare Source
Bug Fixes
VPBadgetype intheme.d.ts(#3470) (fcf828c)Features
v1.0.0-rc.39Compare Source
Bug Fixes
--vp-c-tip-CSS variable for badge/block colors with typetip(#3434) (78abf47)Features
v1.0.0-rc.38[Compare Sour
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.