-
Notifications
You must be signed in to change notification settings - Fork 35
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 react j:kit-282 (major) #4832
Open
renovate-coveo
wants to merge
1
commit into
master
Choose a base branch
from
renovate/major-react
base: master
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.
Open
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-coveo
bot
requested review from
olamothe,
fpbrault,
y-lakhdar and
louis-bompart
January 7, 2025 07:06
renovate-coveo
bot
added
the
dependencies
Pull requests that update a dependency file
label
Jan 7, 2025
renovate-coveo
bot
force-pushed
the
renovate/major-react
branch
from
January 8, 2025 16:07
b535746
to
e5fb419
Compare
|
renovate-coveo
bot
force-pushed
the
renovate/major-react
branch
from
January 10, 2025 16:37
e5fb419
to
0d6050c
Compare
renovate-coveo
bot
force-pushed
the
renovate/major-react
branch
from
January 10, 2025 20:08
0d6050c
to
b84c925
Compare
renovate-coveo
bot
force-pushed
the
renovate/major-react
branch
from
January 13, 2025 11:34
b84c925
to
cf26c3d
Compare
renovate-coveo
bot
force-pushed
the
renovate/major-react
branch
from
January 14, 2025 15:07
cf26c3d
to
c1cc2ae
Compare
renovate-coveo
bot
force-pushed
the
renovate/major-react
branch
from
January 14, 2025 21:06
c1cc2ae
to
2cf29d3
Compare
renovate-coveo
bot
force-pushed
the
renovate/major-react
branch
from
January 15, 2025 14:37
2cf29d3
to
b8c61b9
Compare
renovate-coveo
bot
force-pushed
the
renovate/major-react
branch
from
January 15, 2025 19:04
b8c61b9
to
105e334
Compare
renovate-coveo
bot
force-pushed
the
renovate/major-react
branch
from
January 15, 2025 20:04
105e334
to
1a76366
Compare
renovate-coveo
bot
force-pushed
the
renovate/major-react
branch
from
January 20, 2025 00:04
1a76366
to
9ecae37
Compare
renovate-coveo
bot
force-pushed
the
renovate/major-react
branch
from
January 20, 2025 01:05
9ecae37
to
8a11128
Compare
renovate-coveo
bot
force-pushed
the
renovate/major-react
branch
from
January 21, 2025 09:07
8a11128
to
7413c00
Compare
renovate-coveo
bot
force-pushed
the
renovate/major-react
branch
from
January 21, 2025 15:36
7413c00
to
04490cc
Compare
renovate-coveo
bot
force-pushed
the
renovate/major-react
branch
from
January 23, 2025 15:36
04490cc
to
f85d74d
Compare
renovate-coveo
bot
force-pushed
the
renovate/major-react
branch
from
January 23, 2025 16:05
f85d74d
to
6f97559
Compare
renovate-coveo
bot
force-pushed
the
renovate/major-react
branch
from
January 24, 2025 13:04
6f97559
to
70dd293
Compare
renovate-coveo
bot
force-pushed
the
renovate/major-react
branch
from
January 24, 2025 22:05
70dd293
to
7de275e
Compare
renovate-coveo
bot
force-pushed
the
renovate/major-react
branch
from
January 29, 2025 11:06
7de275e
to
bf340f1
Compare
renovate-coveo
bot
force-pushed
the
renovate/major-react
branch
from
January 29, 2025 15:37
bf340f1
to
9c98659
Compare
renovate-coveo
bot
force-pushed
the
renovate/major-react
branch
from
January 29, 2025 17:10
9c98659
to
96b4ee1
Compare
renovate-coveo
bot
force-pushed
the
renovate/major-react
branch
from
January 30, 2025 11:05
96b4ee1
to
f9cf607
Compare
renovate-coveo
bot
force-pushed
the
renovate/major-react
branch
from
January 30, 2025 21:08
f9cf607
to
535fe72
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:
14.3.1
->16.2.0
16.0.0
->16.2.0
18.3.3
->19.0.8
18.3.0
->19.0.3
14.2.20
->15.1.6
18.3.1
->19.0.0
^18
->^19.0.0
18.3.1
->19.0.0
^18
->^19.0.0
6.26.0
->7.1.3
Release Notes
testing-library/react-testing-library (@testing-library/react)
v16.2.0
Compare Source
Features
v16.1.0
Compare Source
Features
v16.0.1
Compare Source
Bug Fixes
v16.0.0
Compare Source
Features
@testing-library/dom
and@types/react-dom
to peer dependencies (#1305) (a4744fa)BREAKING CHANGES
@testing-library/dom
was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of@testing-library/dom
installed that frequently caused bugs when used with@testing-library/user-event
. We will also be able to allow new versions of@testing-library/dom
being used without a SemVer major release of@testing-library/react
by just widening the peer dependency.@types/react-dom
needs to be installed if you're typechecking files using@testing-library/react
.v15.0.7
Compare Source
Bug Fixes
act
is notany
whenReact.act
is not declared (#1323) (c1f2957)v15.0.6
Compare Source
Bug Fixes
v15.0.5
Compare Source
Bug Fixes
container
option based onhydrate
(#1313) (d143f46)v15.0.4
Compare Source
Bug Fixes
renderHook
options extend options forrender
(#1308) (48282c2)v15.0.3
Compare Source
Bug Fixes
document
(#1304) (067d0c6)v15.0.2
Compare Source
Bug Fixes
legacyRoot
error message (#1301) (c63b873)v15.0.1
Compare Source
Bug Fixes
v15.0.0
Compare Source
Release
BREAKING CHANGES
@testing-library/dom
changes various roles. Check out the changed tests in testing-library/dom-testing-library@2c57055 to get an overview about what changed.vercel/next.js (next)
v15.1.6
Compare Source
Core Changes
Credits
Huge thanks to @lubieowoce and @ztanner for helping!
v15.1.5
Compare Source
Core Changes
Credits
Huge thanks to @ijjk, @huozhi, @matmannion and @ztanner for helping!
v15.1.4
Compare Source
Core Changes
Credits
Huge thanks to @ and @ for helping!
v15.1.3
Compare Source
Core Changes
Credits
Huge thanks to @unstubbable and @ztanner for helping!
v15.1.2
Compare Source
Core Changes
7283a21
-20241206 to65e06cb
-20241218: https://github.com/vercel/next.js/pull/74117Credits
Huge thanks to @ztanner for helping!
v15.1.1
Compare Source
Core Changes
Credits
Huge thanks to @devjiwonchoi and @ztanner for helping!
v15.1.0
Compare Source
Core Changes
server-source-maps
scenarios to cover Edge runtime: #72288swc_css
: #72602rc
from URL: #72599no-img-element
lint error message: #72410"use cache"
closure args into a single parameter: #72587"use cache"
functions: #72506clientSegmentCache
flag: #72626compiler.define
option: #71802getting-started/react-essentials
path: #722505.6.3
: #72625@capsizecss/metrics
to 3.4.0 for Geist Google Font: #72746enabled
config from server actions transforms: #72755eslint-plugin-react
to 7.37.0: #727595c56b873-20241107
to7ac8e612-20241113
: #72768"use cache"
is used withoutdynamicIO
enabled: #72781legacy-js-api
warning: #726327ac8e612-20241113
to380f5d67-20241113
: #72819revalidate(Tag|Path)
toexpire(Tag|Path)
: #72826prefetch
API: #72861next-size-adjust
meta tag: #72994typedEnv
: #70951next start
: #73105380f5d6
-20241113 tob01722d
-20241114: #73107exactOptionalPropertyTypes
: #72936revalidate(Tag|Path)
toexpire(Tag|Path)
": #73269notFound()
work in"use cache"
page: #73210@swc/core
to 1.9.3: #73420warnOnce()
: #73483b01722d5-20241114
to1b1283ad-20241203
: #735061b1283ad-20241203
tode68d2f4-20241204
: #73525@types/react
: #73563de68d2f4-20241204
to1c9b1387-20241204
: #73565unstable_after
: #736051c9b1387-20241204
to7283a213-20241206
: #73608warnOnce()
lru: #73742Example Changes
playwright
.gitignore: #72447await
params when dynamic routing: #72896app-dir
ini18n-routing
directory name: #73453examples/**
Eslint to v9: #73560next-env.d.ts
files: #73673with-sass
README.md: #73668next-offline
example: #73675with-postgres
: #73587with-emotion-*
directories: #73674with-styletron
README.md: #73411with-babel-macros
README.md: #73410with-plausible
README: #73305image-legacy-component
: #73414with-styled-components-babel
: #73229with-storybook-styled-jsx-scss
: #73228Misc Changes
next.config.js
API pages under aconfig
folder, fix headings in TS and ESLint config pages: #72465return Err(anyhow!())
withanyhow::bail!()
: #7248766855b96-20241106
to5c56b873-20241107
: #72469swc_core
tov5.0.4
fromv5.0.1
: #72604patchFileDelay
flag: #72439function
to page component examples: #72620ResolvedVc
forturbopack
crate: #72791@container
: #72607emit_error
function: #72811ResolvedVc
forturbopack-ecmascript
: #72564rootDir
doc: #72893frameborder
, adjustallowFullScreen
and update the demo: #72644customServer
flag from custom server docs: #72962FnExpr
andFnDecl
server function transforms: #72960debug
script in test directories: #72992Configuration
📅 Schedule: Branch creation - "before 4:00am on Tuesday" in timezone America/Toronto, Automerge - "after 9:00am and before 12:00pm on tuesday, wednesday, thursday" in timezone America/Toronto.
🚦 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 Renovate Bot.