-
Notifications
You must be signed in to change notification settings - Fork 5
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 (minor) #281
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
7ae27a8
to
9928209
Compare
9928209
to
a22e894
Compare
a22e894
to
0ee4e94
Compare
0ee4e94
to
7829986
Compare
7829986
to
9602933
Compare
9602933
to
cb28509
Compare
cb28509
to
0f6f3ea
Compare
0f6f3ea
to
0ad5142
Compare
0ad5142
to
32288f5
Compare
05e37bc
to
86fdf2b
Compare
86fdf2b
to
d4d5c33
Compare
d4d5c33
to
2d125c6
Compare
2d125c6
to
ab8df69
Compare
ab8df69
to
6937dd7
Compare
6937dd7
to
420dafc
Compare
420dafc
to
954995b
Compare
954995b
to
ef07775
Compare
ef07775
to
d399500
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:
0.6.1
->0.7.0
11.11.0
->11.13.5
11.11.0
->11.12.0
11.11.0
->11.13.0
11.11.4
->11.14.0
11.11.5
->11.14.0
8.3.1
->8.4.1
0.10.6
->0.13.1
5.0.21
->5.1.1
4.1.1
->4.4.1
1.0.5
->1.1.6
1.0.5
->1.1.6
2.0.6
->2.1.6
1.0.5
->1.2.3
7.81.1
->7.120.3
7.5.3
->7.6.20
7.5.3
->7.6.20
7.5.3
->7.6.20
7.5.3
->7.6.20
7.5.3
->7.6.20
7.5.3
->7.6.20
7.5.3
->7.6.17
7.5.3
->7.6.20
7.5.3
->7.6.20
7.5.3
->7.6.20
7.5.3
->7.6.20
7.5.3
->7.6.20
7.5.3
->7.6.20
6.1.6
->6.6.3
14.1.2
->14.3.1
14.5.2
->14.6.1
22.10.10
->22.13.5
18.2.79
->18.3.18
18.2.25
->18.3.5
4.8.4
->4.10.2
8.54.0
->8.57.1
0.12.0
->0.15.0
2.29.1
->2.31.0
6.8.0
->6.10.2
7.33.2
->7.37.4
10.16.16
->10.18.0
23.7.20
->23.16.8
3.4.1
->3.5.0
6.20.0
->6.31.0
0.22.0
->0.24.0
1.0.1
->1.1.1
8.16.2
->8.21.0
18.2.0
->18.3.1
18.2.0
->18.3.1
4.0.13
->4.1.2
0.32.6
->0.33.5
7.5.3
->7.6.20
5.3.3
->5.7.3
3.22.5
->3.24.2
Release Notes
effector/next (@effector/next)
v0.7.0
Compare Source
🚀 Features
emotion-js/emotion (@emotion/babel-plugin)
v11.13.5
Compare Source
v11.12.0
Compare Source
faker-js/faker (@faker-js/faker)
v8.4.1
Compare Source
v8.4.0
Compare Source
Features
fractionDigits
in float (#1855) (41d8778)Bug Fixes
8.3.1 (2023-11-14)
Bug Fixes
[@internal](https://redirect.github.com/internal)
from module parent classes (#2548) (77f54ad)igorkamyshev/farfetched (@farfetched/core)
v0.11.4
Compare Source
v0.11.3
Compare Source
v0.11.2
Compare Source
v0.11.1
Compare Source
v0.11.0
Compare Source
fontsource/font-files (@fontsource/inter)
v5.1.1
Compare Source
v5.1.0
Compare Source
ianvs/prettier-plugin-sort-imports (@ianvs/prettier-plugin-sort-imports)
v4.4.1
Compare Source
What's Changed
New Contributors
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.4.0...v4.4.1
v4.4.0
Compare Source
What's Changed
Enhancements
importOrderCaseSensitive
option for case-sensitive sorting by @acnebs in https://github.com/IanVS/prettier-plugin-sort-imports/pull/184Maintenance
New Contributors
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.3.1...v4.4.0
v4.3.1
Compare Source
What's Changed
New Contributors
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.3.0...v4.3.1
v4.3.0
Compare Source
What's Changed
Features
This release adds support for experimental import attributes / assertions. There have been a number of styles proposed by TC-39 over the years, but the latest is to use
import x from 'x' with { type: 'json' };
, which is called an "import attribute". There is also an older "import assertion" form, which usesassert
instead ofwith
.Note: You may need to add
"importAttributes"
to your"importOrderParserPlugins"
option in order to support this. And if you are using the older assertion style, you'll need to add it as'[\"importAttributes\", {\"deprecatedAssertSyntax\": true}]'
.This plugin will also convert the older assertion style to import attributes.
Bugfixes
TypeScript
Options
types with internalPluginConfig
by @jeremy-code in https://github.com/IanVS/prettier-plugin-sort-imports/pull/172You can now type your prettier config as simply
/** @​type {import("prettier").Config} */
, and you'll also get the types for the options this plugin adds, automatically.Docs
New Contributors
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.2.1...v4.3.0
v4.2.1
Compare Source
What's Changed
Bugfixes
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.