-
-
Notifications
You must be signed in to change notification settings - Fork 4
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(ui): update all non-major dependencies #131
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
👇 Click on the image for a new way to code review
Legend |
c802343
to
8b26819
Compare
8b26819
to
a2bfe0f
Compare
a2bfe0f
to
a7bbb02
Compare
5577405
to
1c7e641
Compare
1c7e641
to
beadd32
Compare
Signed-off-by: Renovate Bot <[email protected]>
Signed-off-by: Renovate Bot <[email protected]>
beadd32
to
4c56f3f
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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. ⚠ Warning: custom changes will be lost. |
This PR contains the following updates:
7.20.7
->7.20.12
5.9.5
->5.10.0
5.9.5
->5.10.0
5.9.5
->5.10.0
5.9.5
->5.10.0
5.9.5
->5.10.0
5.9.5
->5.10.0
5.9.5
->5.10.0
5.9.5
->5.10.0
5.9.5
->5.10.0
5.9.5
->5.10.0
5.9.5
->5.10.0
5.9.5
->5.10.0
5.9.5
->5.10.0
4.8.0
->4.8.1
4.20.4
->4.20.9
3.1.0
->3.2.0
5.47.1
->5.48.0
5.47.1
->5.48.0
2.1285.0
->2.1289.0
9.1.0
->9.1.2
8.30.0
->8.31.0
8.5.0
->8.6.0
0.16.1
->0.17.0
^0.16.1
->^0.16.1 || ^0.17.0
8.0.2
->8.0.3
22.4.6
->22.4.8
3.2.0
->3.2.1
13.0.2
->13.0.3
7.21.0
->7.22.0
4.8.0
->4.8.1
6.1.0
->6.1.12
3.5.0
->3.5.1
1.5.3
->1.6.2
Release Notes
babel/babel
v7.20.12
Compare Source
🐛 Bug Fix
babel-traverse
TaggedTemplateLiteral
evaluation (@nmn)babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
delete this
in static class properties initialization (@SuperSodaSea)💅 Polish
babel-traverse
mantinedev/mantine
v5.10.0
Compare Source
View changelog with demos on Mantine website
Theme based default props
Default props on MantineProvider
can now subscribe to theme:
@mantine/form validators
@mantine/form
package now exportsisNotEmpty
,isEmail
,matches
,isInRange
andhasLength
functionsto simplify validation of common fields types:
Flagpack extension
New mantine-flagpack extension. It is a set of 4x3 flags as React components based on flagpack.
The package is tree shakable – all unused components are not included in the production bundle.
All flag components support style props.
Other changes
onColorSwatchClick
propcloseOnColorSwatchClick
propTransformedValues
type to get type of transformed values from the form objectrootColor
proptruncate
propallowSelectNextSteps
propsuperstructResolver
to allow schema based validation with superstructcapture
propNew Contributors
Full Changelog: mantinedev/mantine@5.9.6...5.10.0
v5.9.6
Compare Source
What's Changed
[@mantine/spotlight]
Allow overriding search input size (#3181)[@mantine/core]
Tooltip: Fix incorrect Tooltip.Floating Styles API name[@mantine/core]
ScrollArea: Add viewportProps support[@mantine/core]
Title: Removespan
propNew Contributors
Full Changelog: mantinedev/mantine@5.9.5...5.9.6
prisma/prisma
v4.8.1
Compare Source
Today, we are issuing the
4.8.1
patch release.Fixe in Prisma Client
tanstack/query
v4.20.9
Compare Source
Version 4.20.9 - 1/4/2023, 8:30 AM
Changes
Fix
05a61b1
) by @appdenDocs
reactotron-react-query
plugin (#4744) (70ddaa9
) by Hasanfa04a1d
) by Damian Osipiukafbd788
) by Dominik DorfmeisterOther
cf1846e
) by Tanner Linsley17afa9b
) by @ardeora7d3f803
) by allcontributors[bot]Packages
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.48.0
Compare Source
Features
5.47.1 (2022-12-26)
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.48.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
5.47.1 (2022-12-26)
Note: Version bump only for package @typescript-eslint/parser
aws/aws-sdk-js
v2.1289.0
Compare Source
v2.1288.0
Compare Source
v2.1287.0
Compare Source
v2.1286.0
Compare Source
babel/babel-loader
v9.1.2
Compare Source
9.1.1 was a broken release, it didn't include all the commits.
Dependencies updates
Misc
New Contributors
Full Changelog: babel/babel-loader@v9.1.0...v9.1.2
v9.1.1
Compare Source
eslint/eslint
v8.31.0
Compare Source
Features
52c7c73
feat: check assignment patterns in no-underscore-dangle (#16693) (Milos Djermanovic)b401cde
feat: add options to check destructuring in no-underscore-dangle (#16006) (Morten Kaltoft)30d0daf
feat: group properties with values in parentheses inkey-spacing
(#16677) (Francesco Trotta)Bug Fixes
35439f1
fix: correct syntax error inprefer-arrow-callback
autofix (#16722) (Francesco Trotta)87b2470
fix: new instance of FlatESLint should load latest config file version (#16608) (Milos Djermanovic)Documentation
4339dc4
docs: Update README (GitHub Actions Bot)4e4049c
docs: optimize code block structure (#16669) (Sam Chen)54a7ade
docs: do not escape code blocks of formatters examples (#16719) (Sam Chen)e5ecfef
docs: Add function call example for no-undefined (#16712) (Elliot Huffman)a3262f0
docs: Add mastodon link (#16638) (Amaresh S M)a14ccf9
docs: clarify files property (#16709) (Sam Chen)3b29eb1
docs: fix npm link (#16710) (Abdullah Osama)a638673
docs: fix search bar focus onEsc
(#16700) (Shanmughapriyan S)f62b722
docs: country flag missing in windows (#16698) (Shanmughapriyan S)4d27ec6
docs: display zh-hans in the docs language switcher (#16686) (Percy Ma)8bda20e
docs: remove manually maintained anchors (#16685) (Percy Ma)b68440f
docs: User Guide Getting Started expansion (#16596) (Ben Perlmutter)Chores
65d4e24
chore: Upgrade @eslint/eslintrc@1.4.1 (#16729) (Brandon Mills)8d93081
chore: fix CI failure (#16721) (Sam Chen)8f17247
chore: Set up automatic updating of README (#16717) (Nicholas C. Zakas)4cd87cb
ci: bump actions/stale from 6 to 7 (#16713) (dependabot[bot])fd20c75
chore: sort package.json scripts in alphabetical order (#16705) (Darius Dzien)10a5c78
chore: update ignore patterns ineslint.config.js
(#16678) (Milos Djermanovic)prettier/eslint-config-prettier
v8.6.0
Compare Source
mmkal/eslint-plugin-codegen
v0.17.0
9873893
typicode/husky
v8.0.3
Compare Source
i18next/i18next
v22.4.8
Compare Source
v22.4.7
Compare Source
moment/luxon
v3.2.1
Compare Source
i18next/next-i18next
v13.0.3
Compare Source
pnpm/pnpm
v7.22.0
Compare Source
Minor Changes
pnpm list
andpnpm why
commands will now look through transitive dependencies ofworkspace:
packages. A new--only-projects
flag is available to only printworkspace:
packages.pnpm exec
andpnpm run
command support--resume-from
option. When used, the command will executed from given package #4690.npm_command
environment variable to lifecycle hooks & scripts.Patch Changes
pnpm list
andpnpm why
may not respect the--depth
argument.is-ci
byci-info
(is-ci
is just a simple wrapper aroundci-info
).Our Gold Sponsors
Our Silver Sponsors
quicktype/quicktype
v6.1.12
Compare Source
v6.1.11
Compare Source
v6.1.10
Compare Source
v6.1.9
Compare Source
v6.1.8
Compare Source
v6.1.7
Compare Source
v6.1.6
Compare Source
v6.1.5
Compare Source
v6.1.4
Compare Source
v6.1.3
[Compare Source](https://togithub.com/quicktype/quicktype/compare/fc620b94660d56196c607c96d0ffcffa2213e956...3b98507e311685e6f0a1af41e88
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 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 has been generated by Mend Renovate. View repository job log here.