-
Notifications
You must be signed in to change notification settings - Fork 1
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 dependencies (major) - autoclosed #561
Closed
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/major-all
branch
from
June 26, 2023 14:24
0244618
to
7a62b31
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
from
June 28, 2023 02:04
7a62b31
to
7fcacdf
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
from
June 29, 2023 02:28
7fcacdf
to
49dcf1a
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
from
July 2, 2023 21:21
49dcf1a
to
22b10f2
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
from
July 4, 2023 12:29
22b10f2
to
1b110db
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
from
July 4, 2023 21:59
1b110db
to
4d18eef
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
from
July 5, 2023 22:20
4d18eef
to
c814795
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
from
July 6, 2023 23:06
c814795
to
0e20659
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
from
September 22, 2023 19:17
6f00427
to
2d6b22c
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
from
September 23, 2023 21:36
2d6b22c
to
7c810c1
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
from
September 25, 2023 10:48
7c810c1
to
95e151d
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
from
September 25, 2023 13:44
95e151d
to
469a033
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
from
September 26, 2023 17:04
469a033
to
459ee56
Compare
renovate
bot
force-pushed
the
renovate/major-all
branch
from
September 29, 2023 22:37
459ee56
to
c78a950
Compare
node_modules report 📦
|
renovate
bot
changed the title
chore(deps): update all dependencies (major)
chore(deps): update all dependencies (major) - autoclosed
Oct 8, 2023
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:
13.3.0
->14.0.0
20.0.0
->21.1.3
2.0.6
->3.0.0
v3
->v4
20.0.0
->22.1.0
1.2.1
->2.1.0
3.0.1
->4.0.0
3.0.1
->4.0.0
1.3.0
->2.2.4
^4.8.2
->^5.0.0
10.1.2
->11.0.3
4.1.1
->5.0.0
^3.0.9
->^4.0.0
0.32.11
->1.3.2
Release Notes
testing-library/react-testing-library (@testing-library/react)
v14.0.0
Compare Source
Bug Fixes
Features
@testing-library/dom
to 9.0.0 (#1177) (6653c23)BREAKING CHANGES
v13.4.0
Compare Source
Features
actions/checkout (actions/checkout)
v4
Compare Source
jsdom/jsdom (jsdom)
v22.1.0
Compare Source
crypto.randomUUID()
. (jamesbvaughan)DOMRect
andDOMRectReadOnly
.AbortSignal.timeout()
.abortSignal.throwIfAborted()
.submitter
argument to theFormData
constructor. (jenseng)getComputedStyle()
's results for color-based properties, to resolve named colors and attempt to provide initial inheritance support. (hoekz-wwt)Window
's event handler properties (e.g.oncopy
,ontouchstart
, etc.) to reflect the latest list from the standard.DOMParser
-created documents to inherit their URL from the creating document.v22.0.0
Compare Source
v21.1.2
Compare Source
setRangeText()
used on<input>
and<textarea>
elements to calculate the new end index correctly. (pmstss)pageX
,pageY
,offsetX
, andoffsetY
onMouseEvent
s during dispatch. (jenseng)nwsapi
to v2.2.4, bringing along various fixes to our selector engine.v21.1.1
Compare Source
jsdom.reconfigure()
to also adjust the URL as seen by the history API, so that e.g.history.replaceState(null, "")
would not mess up the URL. (jdufresne)location.hash = ""
to leave any#
in location.href.cssom
withrweb-cssom
, since the latter is maintained. (seanparmelee)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)v21.0.0
Compare Source
A potentially-breaking bug fix:
window
,document
,location
, andtop
properties ofWindow
to be non-configurable. (ExE-Boss)Other changes:
<input type=image>
submitting forms. (jenseng)location
setter to theWindow
object, which forwards to thelocation.href
setter. Setting the URL is still only implemented for fragment navigations, however. (ExE-Boss)defer=""
<script>
elements that are added afterDOMContentLoaded
to execute, instead of being skipped.selectElement.selectedOptions
being incorrect whenoptionElement.selected
is set. This was a regression introduced in v20.0.1. Unfortunately this also reverts the performance improvement when appending<option>
elements that was introduced then. (eps1lon)self
,locationbar
,menubar
,personalbar
,scrollbars
,statusbar
,toolbar
,frames
,parent
,external
,length
, andscreen
properties ofWindow
to be replaceable: that is, setting them will override their values, instead of having the new value be ignored. (ExE-Boss)JSDOM.fromURL()
in the browser build of jsdom. (LungZeno)v20.0.3
Compare Source
w3c-xmlserializer
, which fixes usingDOMParser
on XML documents containing emoji.v20.0.2
Compare Source
xhr.abort()
to no longer give an exception when the constructedXMLHttpRequest
was invalid. (whamtet)event.getModifierState()
onMouseEvent
andKeyboardEvent
instances to properly consult thectrlKey
,altKey
,metaKey
, andshiftKey
properties of the event. (juzerzarif)window.customElements
property. (bicknellr)v20.0.1
Compare Source
<option>
elements to<select>
elements. (TheHound)location.pathname
getter to not crash when theJSDOM
instance was created using an opaque-path URL, including the default URL ofabout:blank
.crypto.getRandomValues()
to accept typed array subclasses. (sebamarynissen)nwsapi
fixed some selectors bugs, andtough-cookie
fixed some cookie bugs.FormidableLabs/prism-react-renderer (prism-react-renderer)
v2.1.0
Compare Source
Minor Changes
(#224)
v2.0.6
Compare Source
Patch Changes
(#216)
v2.0.5
Compare Source
Patch Changes
(#213)
v2.0.4
Compare Source
Patch Changes
(#204)
v2.0.3
Compare Source
Patch Changes
(#200)
v2.0.2
Compare Source
Patch Changes
(#198)
v2.0.1
Compare Source
Patch Changes
(#196)
v2.0.0
Compare Source
Major Changes
(#191)
Minor Changes
(#192)
colors found on tailwindCSS.
v1.3.5
Compare Source
v1.3.4
Compare Source
v1.3.3
Compare Source
What's Changed
Full Changelog: FormidableLabs/prism-react-renderer@v1.3.2...v1.3.3
v1.3.2
Compare Source
What's Changed
Full Changelog: FormidableLabs/prism-react-renderer@v1.3.1...v1.3.2
v1.3.1
Compare Source
What's Changed
Full Changelog: FormidableLabs/prism-react-renderer@v1.3.0...v1.3.1
v1.3.0
Compare Source
What's Changed
patch-package
by @jpdriver in https://github.com/FormidableLabs/prism-react-renderer/pull/139js-templates
extension in vendored Prism grammars by @jpdriver in https://github.com/FormidableLabs/prism-react-renderer/pull/140New Contributors
Full Changelog: FormidableLabs/prism-react-renderer@v1.2.1...v1.3.0
remarkjs/remark-gfm (remark-gfm)
v4.0.0
Compare Source
Change
b8cc334
Update@types/mdast
,unified
, utilitiesmigrate: update too
9eb0f54
Change to useexports
migrate: don’t use private APIs
5715c93
Change to require Node.js 16migrate: update too
Full Changelog: remarkjs/remark-gfm@3.0.1...4.0.0
remarkjs/remark-unwrap-images (remark-unwrap-images)
v4.0.0
Compare Source
Change
8f3cd9e
Change to require Node.js 16migrate: update too
39c18e1
Change to useexports
migrate: don’t use private APIs
fe9b9a0
Update@types/mdast
, utilities, etcmigrate: update too
Full Changelog: remarkjs/remark-unwrap-images@3.0.1...4.0.0
vercel/swr (swr)
v2.2.4
Compare Source
Patches
index.js
suffix ofuse-sync-external-store/shim
to support React Native" by @huozhi in https://github.com/vercel/swr/pull/2802Full Changelog: vercel/swr@v2.2.3...v2.2.4
v2.2.3
Compare Source
Patches
index.js
suffix ofuse-sync-external-store/shim
to support React Native by @malash in https://github.com/vercel/swr/pull/2767Misc
New Contributors
Full Changelog: vercel/swr@v2.2.2...v2.2.3
v2.2.2
Compare Source
What's Changed
ArgumentsTuple
by @Andarist in https://github.com/vercel/swr/pull/2761New Contributors
Full Changelog: vercel/swr@v2.2.1...v2.2.2
v2.2.1
Compare Source
What's Changed
revalidate
to supportparallel
option by @promer94 in https://github.com/vercel/swr/pull/2727New Contributors
Full Changelog: vercel/swr@v2.2.0...v2.2.1
v2.2.0
Compare Source
What's Changed
React.use
API by @himself65 in https://github.com/vercel/swr/pull/2596startTransition
so mutation hook could update immediately by @promer94 in https://github.com/vercel/swr/pull/2654useSWRMutation
type. by @promer94 in https://github.com/vercel/swr/pull/2604New Contributors
Full Changelog: vercel/swr@v2.1.5...v2.2.0
v2.1.5
Compare Source
What's Changed
Full Changelog: vercel/swr@v2.1.4...v2.1.5
v2.1.4
Compare Source
What's Changed
New Contributors
Full Changelog: vercel/swr@v2.1.3...v2.1.4
v2.1.3
Compare Source
What's Changed
Data
foruseSWRSubscriptionOptions
by @promer94 in https://github.com/vercel/swr/pull/2551New Contributors
Full Changelog: vercel/swr@v2.1.2...v2.1.3
v2.1.2
Compare Source
Patches
swr/subscription
SWRSubscriptionOptions
type forswr/subscription
Changes
useSWRSubscription
types by @promer94 in https://github.com/vercel/swr/pull/2535New Contributors
Full Changelog: vercel/swr@v2.1.1...v2.1.2
v2.1.1
Compare Source
Patches
data
type for defaultSWRConfig
generic type by @connorch in https://github.com/vercel/swr/pull/2506Documentation
New Contributors
Full Changelog: vercel/swr@v2.1.0...v2.1.1
v2.1.0
Compare Source
v2.0.4
Compare Source
Patches
Misc
New Contributors
Full Changelog: vercel/swr@v2.0.3...v2.0.4
v2.0.3
Compare Source
Patches
Chores
-
characters in README.md by @JanKaifer in https://github.com/vercel/swr/pull/2334New Contributors
Full Changelog: vercel/swr@v2.0.2...v2.0.3
v2.0.2
Compare Source
Patches
Chores
Full Changelog: vercel/swr@v2.0.1...v2.0.2
v2.0.1
Compare Source
In this patch release, we majorly improved typing support and SWR can infer the types based on the configuration.
suspense
option istrue
, the returneddata
will excludeundefined
and theisLoading
will always befalse
.fallbackData
option is provided, the returneddata
will be the same type offallbackData
, and theisLoading
will always befalse
.Here's a demo for it:
swr-2.0.1.mp4
What's Changed
New Contributors
Full Changelog: vercel/swr@2.0.0...v2.0.1
v2.0.0
Compare Source
Announcing SWR 2.0
We are excited to announce the release of SWR 2.0! The new version comes with a lot of improvements:
And more!
Read our blog post and migration guide: https://swr.vercel.app/blog/swr-v2
What's Changed
Configuration
📅 Schedule: Branch creation - "before 6am every weekend" (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.