-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update all non-major dependencies #4
Merged
Conversation
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
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
June 29, 2023 23:40
4054e9f
to
5849340
Compare
renovate
bot
changed the title
chore(deps): update dependency tslib to ^2.6.0
chore(deps): update all non-major dependencies
Jun 29, 2023
renovate
bot
changed the title
chore(deps): update all non-major dependencies
chore(deps): update all non-major dependencies - autoclosed
Jun 30, 2023
renovate
bot
changed the title
chore(deps): update all non-major dependencies - autoclosed
chore(deps): update all non-major dependencies
Jul 1, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
6 times, most recently
from
July 7, 2023 20:50
37c9ee3
to
fc6420f
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
July 9, 2023 05:15
497bdc6
to
702f58b
Compare
renovate
bot
changed the title
chore(deps): update all non-major dependencies
chore(deps): update all non-major dependencies - autoclosed
Jul 9, 2023
renovate
bot
changed the title
chore(deps): update all non-major dependencies - autoclosed
chore(deps): update all non-major dependencies
Jul 9, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 9, 2023 21:33
702f58b
to
7da594f
Compare
renovate
bot
changed the title
chore(deps): update all non-major dependencies
fix(deps): update dependency kysely to ^0.26.0
Jul 9, 2023
renovate
bot
changed the title
fix(deps): update dependency kysely to ^0.26.0
fix(deps): update dependency kysely to ^0.26.0 - autoclosed
Jul 9, 2023
renovate
bot
changed the title
fix(deps): update dependency kysely to ^0.26.0 - autoclosed
fix(deps): update dependency kysely to ^0.26.0
Jul 11, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 11, 2023 23:43
7da594f
to
8bc154b
Compare
renovate
bot
changed the title
fix(deps): update dependency kysely to ^0.26.0
chore(deps): update all non-major dependencies to ^5.62.0
Jul 11, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 13, 2023 05:42
8bc154b
to
e900492
Compare
renovate
bot
changed the title
chore(deps): update all non-major dependencies to ^5.62.0
chore(deps): update all non-major dependencies
Jul 13, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
July 15, 2023 02:53
72c73db
to
5e72495
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 16, 2023 02:39
5e72495
to
23ef78e
Compare
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.35.1
->^1.36.1
^1.22.1
->^1.22.3
^20.4.1
->^20.4.2
^5.61.0
->^5.62.0
^5.61.0
->^5.62.0
^8.44.0
->^8.45.0
^8.4.25
->^8.4.26
^0.3.0
->^0.4.1
^3.4.5
->^3.4.6
^3.3.2
->^3.3.3
^3.5.16
->^3.5.17
^0.16.3
->^0.16.5
^4.4.2
->^4.4.4
Release Notes
Microsoft/playwright (@playwright/test)
v1.36.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/24184 - [REGRESSION]: Snapshot name contains some random string after test name when tests are run in container
Browser Versions
This version was also tested against the following stable channels:
v1.36.0
Compare Source
Highlights
🏝️ Summer maintenance release.
Browser Versions
This version was also tested against the following stable channels:
sveltejs/kit (@sveltejs/kit)
v1.22.3
Compare Source
Patch Changes
Response
s with immutableHeaders
(#10367)v1.22.2
Compare Source
Patch Changes
fix: wait a tick before announcing new page title (#10363)
feat: more helpful error for preview if build output doesn't exist (#10337)
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.62.0
Compare Source
Bug Fixes
Features
ignorePrimitives
option (#6487) (6edaa04)You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.62.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
eslint/eslint (eslint)
v8.45.0
Compare Source
Features
cdd063c
feat: Expose LegacyESLint in unsupported API (#17341) (Nicholas C. Zakas)d34abe5
feat: fix indent rule for else-if (#17318) (Milos Djermanovic)Bug Fixes
b79b6fb
fix: Fix suggestion message inno-useless-escape
(#17339) (Francesco Trotta)c667055
fix: provide uniquefix
andfix.range
objects in lint messages (#17332) (Milos Djermanovic)Documentation
89f3225
docs: add playground links to correct and incorrect code blocks (#17306) (Josh Goldberg ✨)f8892b5
docs: Expand rule option schema docs (#17198) (Matt Wilkinson)8bcbf11
docs: Config Migration Guide (#17230) (Ben Perlmutter)bb30908
docs: Update README (GitHub Actions Bot)84d243b
docs: Update README (GitHub Actions Bot)b762632
docs: Update README (GitHub Actions Bot)138c096
docs: add more prefer-destructuring examples with array destructuring (#17330) (Milos Djermanovic)1fc50a8
docs:max-len
rulecode
andtabWidth
as positional arguments (#17331) (Jesús Leganés-Combarro)Chores
68f63d7
chore: package.json update for @eslint/js release (ESLint Jenkins)5ca9b4d
chore: update eslint-config-eslint exports (#17336) (Milos Djermanovic)7bf2e86
chore: remove unused dependencies (#17352) (Percy Ma)c6f8cd0
chore: RemovedefaultIgnores
from FlatESLint private members (#17349) (Francesco Trotta)0052374
chore: move jsdoc settings to eslint-config-eslint (#17338) (唯然)postcss/postcss (postcss)
v8.4.26
Compare Source
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)
v0.4.1
Compare Source
Fixed
v0.4.0
Compare Source
Added
Fixed
sveltejs/language-tools (svelte-check)
v3.4.6
Compare Source
tailwindlabs/tailwindcss (tailwindcss)
v3.3.3
Compare Source
Fixed
theme()
insidecalc()
when there are no spaces around operators (#11157)repeating-conic-gradient
is detected as an image (#11180):is
by default (#11345)group
andpeer
variants (#11454)Added
aria-busy
utility (#10966)Changed
<dialog>
elements in preflight (#11069)antfu/unplugin-icons (unplugin-icons)
v0.16.5
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.16.4
Compare Source
🐞 Bug Fixes
View changes on GitHub
vitejs/vite (vite)
v4.4.4
Compare Source
vite-error-overlay
with Escape key (#13795) (85bdcda), closes #13795v4.4.3
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.