-
Notifications
You must be signed in to change notification settings - Fork 11
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 #170
Merged
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 9, 2023 22:24
6d8cead
to
4d329ee
Compare
renovate
bot
changed the title
chore(deps): update all non-major dependencies to ^5.48.1
chore(deps): update all non-major dependencies
Jan 9, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 10, 2023 18:28
4d329ee
to
9536cc7
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 11, 2023 06:58
9536cc7
to
517a061
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 11, 2023 18:14
517a061
to
666085b
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 15, 2023 05:32
666085b
to
42cd78b
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 16, 2023 18:14
42cd78b
to
26a1ef7
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 16, 2023 22:36
26a1ef7
to
0915b34
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 17, 2023 07:51
0915b34
to
6dc7324
Compare
renovate
bot
changed the title
chore(deps): update all non-major dependencies
fix(deps): update all non-major dependencies
Jan 17, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 17, 2023 11:10
6dc7324
to
40154f4
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 25, 2023 10:39
755d67a
to
f07cc43
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 25, 2023 14:40
f07cc43
to
62f5e14
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 25, 2023 23:24
62f5e14
to
e99d01e
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 26, 2023 17:27
e99d01e
to
fee2ed8
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 26, 2023 21:23
fee2ed8
to
7526a29
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 27, 2023 14:54
7526a29
to
8ab0091
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 28, 2023 17:24
8ab0091
to
0b70324
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 28, 2023 23:45
0b70324
to
88da027
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 29, 2023 09:30
88da027
to
3f0e08e
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:
^5.10.0
->^5.10.2
^5.10.0
->^5.10.2
^5.10.0
->^5.10.2
^5.10.0
->^5.10.2
^1.9.1
->^1.9.2
^18.0.26
->^18.0.27
^5.48.0
->^5.49.0
^5.48.0
->^5.49.0
^1.2.2
->^1.2.6
^4.1.2
->^4.2.0
^8.31.0
->^8.33.0
^7.31.11
->^7.32.2
^0.6.8
->^0.6.10
^29.3.1
->^29.4.1
^21.0.0
->^21.1.0
^5.1.0
->^5.2.0
^3.39.2
->^3.39.3
^6.6.1
->^6.8.0
^6.6.1
->^6.8.0
^5.18.1
->^5.20.0
^0.27.0
->^0.28.3
Release Notes
mantinedev/mantine
v5.10.2
Compare Source
What's Changed
[@mantine/modals]
Fix modals closing issues (#3300)[@mantine/tiptap]
Update @tabler/icons installation instructions (#3415)New Contributors
Full Changelog: mantinedev/mantine@5.10.1...5.10.2
v5.10.1
Compare Source
What's Changed
[@mantine/core]
HoverCard: Add missing types for classNames, styles and unstyled props (#3257)[@mantine/modals]
Fix incorrect close modal logic (#3300)[@mantine/hooks]
use-set-state: Make setState fucntion stable across renders (#3357)[@mantine/tiptap]
Fix incorrect styles on placeholder component (#3382)[@mantine/hooks]
use-local-storage: Fix value not updated when local storage value is cleared (#3298)[@mantine/core]
Fix unexpected extra space added at the bottom of Switch, Radio and Checkbox components (#3303)[@mantine/hooks]
use-full-screen: Fix hook not working on iOS (#3327)[@mantine/core]
Stepper: Fix allowStepSelect not working on Stepper.Step component (#3340)[@mantine/form]
Fix useForm initialDirty stops form.isDirty from working as expected (#3372)[@mantine/core]
Stack: Fix incorrect default justify prop (#3293)New Contributors
Full Changelog: mantinedev/mantine@5.10.0...5.10.1
reduxjs/redux-toolkit
v1.9.2
Compare Source
This bugfix release fixes a memory leak in
createListenerMiddleware
, optimizes performance insideserializableMiddleware
, adds new options forfetchBaseQuery
, adds support for pathRegExp
exclusions inserializableMiddleware
andimmutabilityMiddleware
, and improves some TS types.Changelog
Bug Fixes
createListenerMiddleware
had a memory leak that turned out to be due to use ofPromise.race()
. We've restructured the logic to fix that.fetchBaseQuery
now correctly combines global options with endpoint / default options in all cases.New Options
fetchBaseQuery
now supports ajsonReplacer
option that will be used when processing JSON.Both dev check middleware now support regular expressions in the
ignoredPaths
array in addition to strings. This adds extra flexibility in skipping certain fields.TS Changes
The
CaseReducer
type was sometimes incorrectly inferring its return type in rare cases. That's been fixed.The
isAnyOf/isAllOf
matcher function TS types have been tweaked to not require an individual first parameter. This allows spreading arrays of matchers as arguments, likeconst isLoading = isAnyOf(...interestingPendingThunksArray)
.Other Changes
The
serializableMiddleware
now uses aWeakSet
if available to cache values it's seen. This should significantly speed up checks against large state values in development builds.What's Changed
ThunkWithReturnValue
interface by @giomogna in https://github.com/reduxjs/redux-toolkit/pull/3108raceWithSignal
method instead ofPromise.race
by @phryneas in https://github.com/reduxjs/redux-toolkit/pull/3021Full Changelog: reduxjs/redux-toolkit@v1.9.1...v1.9.2
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.49.0
Compare Source
Features
#private
modifier on class members (#6259) (c8a6d80)5.48.2 (2023-01-16)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.48.1 (2023-01-09)
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.48.2
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.48.1
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.49.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
5.48.2 (2023-01-16)
Note: Version bump only for package @typescript-eslint/parser
5.48.1 (2023-01-09)
Note: Version bump only for package @typescript-eslint/parser
v5.48.2
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.48.1
Compare Source
Note: Version bump only for package @typescript-eslint/parser
axios/axios
v1.2.6
Compare Source
Bug Fixes
CommonRequestHeadersList
&CommonResponseHeadersList
types to be private in commonJS; (#5503) (5a3d0a3)Contributors to this release
v1.2.5
Compare Source
Bug Fixes
Contributors to this release
v1.2.4
Compare Source
Bug Fixes
RawAxiosRequestConfig
back toAxiosRequestConfig
; (#5486) (2a71f49)AxiosRequestConfig
generic; (#5478) (9bce81b)Contributors to this release
v1.2.3
Compare Source
Bug Fixes
Contributors to this release
chartjs/Chart.js
v4.2.0
Compare Source
Essential Links
Enhancements
Bugs Fixed
Types
Documentation
Development
Thanks to @ankane, @igorlukanin, @mlankamp and @stockiNail
eslint/eslint
v8.33.0
Compare Source
Features
2cc7954
feat: addrestrictDefaultExports
option to no-restricted-exports rule (#16785) (Nitin Kumar)Documentation
17f4be2
docs: Fix examples in no-multiple-empty-lines rule (#16835) (jonz94)9c7cfe3
docs: 'Source Code' content in 'Set up Development Environment' page (#16780) (Ben Perlmutter)ede5c64
docs: Custom processors page (#16802) (Ben Perlmutter)2620614
docs: Code of Conduct page (#16781) (Ben Perlmutter)50a8efd
docs: report a sec vulnerability page (#16808) (Ben Perlmutter)ed60afd
docs: Update page titles, section landing pages, and side TOC (#16760) (Ben Perlmutter)333c712
docs: add background to code-path-diagrams for dark-mode (#16822) (Tanuj Kanti)f5f7b9b
docs: Update README (GitHub Actions Bot)2aa4f5f
docs: no-constant-condition: Add multi-comparison example (#16776) (Sebastian Simon)40287db
docs: Remove Google Group icon (#16779) (Nicholas C. Zakas)ea10ca5
docs: 'a .eslint' -> 'an .eslint' for consistency (#16809) (Ben Perlmutter)3be0748
docs: add example for nodejs lintText api (#16789) (Siva K)ce4f5ff
docs: Replace removed related rules with a valid rule (#16800) (Ville Saalo)v8.32.0
Compare Source
Features
fc20f24
feat: add suggestions for redundant wrapping in prefer-regex-literals (#16658) (YeonJuan)Bug Fixes
b4f8329
fix: ignore directives for no-fallthrough (#16757) (gfyoung)Documentation
17b65ad
docs: IA Update page URL move (#16665) (Ben Perlmutter)5981296
docs: fix theme switcher button (#16752) (Sam Chen)6669413
docs: deploy prerelease docs under the/docs/next/
path (#16541) (Nitin Kumar)78ecfe0
docs: use inline code for rule options name (#16768) (Percy Ma)fc2ea59
docs: Update README (GitHub Actions Bot)762a872
docs: Update README (GitHub Actions Bot)Chores
2952d6e
chore: sync templates/*.md files with issue templates (#16758) (gfyoung)3e34418
chore: Add new issues to triage project (#16740) (Nicholas C. Zakas)jsx-eslint/eslint-plugin-react
v7.32.2
Compare Source
Fixed
parserOptions
in legacy configs ([#3523][] @ljharb)jsx-no-constructed-context-values
], [jsx-no-useless-fragment
]: add a rule schema (@ljharb)( [
no-unknown-property
]: addfill
for<marker>
(#3525 @alexey-koran)v7.32.1
Compare Source
Fixed
destructuring-assignment
]: do not force destructuring of optionally chained properties (#3520 @ljharb)v7.32.0
Compare Source
Added
hook-use-state
]: addallowDestructuredState
option (#3449 @ljharb)sort-default-props
] and deprecate [jsx-sort-default-props
] (#1861 @alexzherdev)no-object-type-as-default-prop
] rule (#2848 @cyan33 @fengkx)Fixed
sort-prop-types
]: restore autofixing (#3452, #3471 @ROSSROSALES)no-unknown-property
]: do not checkfbs
elements (#3494 @brianogilvie)jsx-newline
]: No newline between comments and jsx elements (#3493 @justmejulian)jsx-no-leaked-render
]: Don't report errors on empty strings if React >= v18 (#3488 @himanshu007-creator)no-invalid-html-attribute
]: convert autofix to suggestion (#3474 @himanshu007-creator @ljharb)jsx-no-leaked-render
]: fix removing parentheses for conditionals (#3502 @akulsr0)jsx-no-leaked-render
]: invalid fixes in coerce mode (#3511 @akulsr0)destructuring-assignment
]: Handle destructuring of useContext in SFC (#2797 @Zinyon @ljharb)Changed
jsx-no-leaked-render
]: Remove mentions of empty strings for React 18 (#3468 @karlhorky)eslint-doc-generator
to v1.0.0 (#3499 @bmish)prefer-exact-props
]: fix example flow syntax (#3510 @smackfu)anyOf
instead ofoneOf
(@ljharb @remcohaszing)storybookjs/eslint-plugin-storybook
v0.6.10
Compare Source
🐛 Bug Fix
Authors: 2
v0.6.9
Compare Source
🐛 Bug Fix
Authors: 1
facebook/jest
v29.4.1
Compare Source
Features
[expect, jest-circus, @​jest/types]
ImplementnumPassingAsserts
of testResults to track the number of passing asserts in a test (#13795)[jest-core]
Add newlines to JSON output (#13817)[@jest/reporters]
Automatic log folding in GitHub Actions Reporter (#13626)Fixes
[@jest/expect-utils]
toMatchObject
diffs should includeSymbol
properties (#13810)[jest-runtime]
Handle missingreplaceProperty
(#13823)[@jest/types]
Add partial support fordone
callbacks in typings ofeach
(#13756)v29.4.0
Compare Source
Features
[expect, @​jest/expect-utils]
Support custom equality testers (#13654)[jest-config, jest-worker]
Useos.availableParallelism
if available to calculate number of workers to spawn (#13738)[@jest/globals, jest-mock]
Addjest.replaceProperty()
that replaces property value (#13496)[jest-haste-map]
ignore Sapling vcs directories (.sl/
) (#13674)[jest-resolve]
Support subpath imports (#13705, #13723, #13777)[jest-runtime]
Addjest.isolateModulesAsync
for scoped module initialization of asynchronous functions (#13680)[jest-runtime]
Addjest.isEnvironmentTornDown
function (#13741)[jest-test-result]
Addedskipped
andfocused
status toFormattedTestResult
(#13700)[jest-transform]
Support for asynchronouscreateTransformer
(#13762)Fixes
[jest-environment-node]
Fix non-configurable globals (#13687)[@jest/expect-utils]
toMatchObject
should handleSymbol
properties (#13639)[jest-mock]
FixmockReset
andresetAllMocks
undefined
return value(#13692)[jest-resolve]
Add global paths torequire.resolve.paths
(#13633)[jest-resolve]
Correct node core module detection when usingnode:
specifiers (#13806)[jest-runtime]
Support WASM files that import JS resources (#13608)[jest-runtime]
Use thescriptTransformer
cache injest-runner
(#13735)[jest-runtime]
Enforce import assertions when importing JSON in ESM (#12755 & #13805)[jest-snapshot]
Make sure to importbabel
outside of the sandbox (#13694)[jest-transform]
Ensure the correct configuration is passed to preprocessors specified multiple times in thetransform
option (#13770)Chore & Maintenance
[@jest/fake-timers]
Update@sinonjs/fake-timers
(#13612)[docs]
Improve custom puppeteer example to prevent worker warnings (#13619)jsdom/jsdom
v21.1.0
Compare Source
x
,y
,pageX
,pageY
,offsetX
, andoffsetY
toMouseEvent
. (jenseng, ViniciusFXavier)unset
withgetComputedStyle()
. (jsnajdr)submitter
property toSubmitEvent
. (jenseng)MouseEvent
'sscreenX
andscreenY
to no longer coerce to integers, allowing fractional values. (jenseng)formEl.submit()
to not longer firesubmit
events. (jenseng)<link>
is removed. (jsnajdr)pointer-events
to inherit when used withgetComputedStyle()
. (jnajdr)<script>
elements with nosrc=""
to no longer fireload
events. (t1ger2080)getComputedStyle()
to cache its results, which should make it much faster. (jsnajdr)reactchartjs/react-chartjs-2
v5.2.0
Compare Source
Features
tannerlinsley/react-query
v3.39.3
Compare Source
remix-run/react-router (react-router)
v6.8.0
Compare Source
Patch Changes
@remix-run/router@1.3.1
v6.7.0
Compare Source
Minor Changes
unstable_useBlocker
hook for blocking navigations within the app's location origin (#9709)Patch Changes
generatePath
when optional params are present (#9764)<Await>
to acceptReactNode
as children function return result (#9896)@remix-run/router@1.3.0
v6.6.2
Compare Source
Patch Changes
useId
consistency during SSR (#9805)remix-run/react-router (react-router-dom)
v6.8.0
Compare Source
Minor Changes
Support absolute URLs in
<Link to>
. If the URL is for the current origin, it will still do a client-side navigation. If the URL is for a different origin then it will do a fresh document request for the new origin. (#9900)Patch Changes
useSearchParams
(#9969)preventScrollReset
on<fetcher.Form>
(#9963)pagehide
instead ofbeforeunload
for<ScrollRestoration>
. This has better cross-browser support, specifically on Mobile Safari. (#9945)@remix-run/router@1.3.1
react-router@6.8.0
v6.7.0
Compare Source
Minor Changes
unstable_useBlocker
hook for blocking navigations within the app's location origin (#9709)unstable_usePrompt
hook for blocking navigations within the app's location origin (#9932)preventScrollReset
prop to<Form>
(#9886)Patch Changes
useBeforeUnload
(#9709)@remix-run/router@1.3.0
react-router@6.7.0
v6.6.2
Compare Source
Patch Changes
useId
consistency during SSR (#9805)react-router@6.6.2
ivanhofer/typesafe-i18n
v5.20.0
Compare Source
Feature:
experimentalParseMessage
andexperimentalSerializeMessage
functionality from'typesafe-i18n/parser'
[
v5.19.1
](https://togithub.com/ivanhofer/typesafe-i18n/blob/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.