-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update package.json #47
base: canon
Are you sure you want to change the base?
Conversation
a4cb13c
to
1e41799
Compare
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/tesseralis/minos/HwGktxpSoxXQWKrpzBGEkUoswgwV |
1e41799
to
5fa07c6
Compare
5fa07c6
to
2ba71dc
Compare
2ba71dc
to
e310145
Compare
e310145
to
8665991
Compare
8665991
to
d60936d
Compare
d60936d
to
485dcb4
Compare
485dcb4
to
b830f6f
Compare
b830f6f
to
9221037
Compare
9221037
to
203f399
Compare
203f399
to
c723b36
Compare
c723b36
to
30f983b
Compare
30f983b
to
cce6642
Compare
cce6642
to
47142ea
Compare
8591979
to
ab21c9b
Compare
ab21c9b
to
72c6911
Compare
72c6911
to
6490e5f
Compare
6490e5f
to
2f166ce
Compare
2f166ce
to
1645235
Compare
1645235
to
31d314b
Compare
31d314b
to
d5f130b
Compare
d5f130b
to
a7c7fc9
Compare
a7c7fc9
to
a310c7d
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: yarn.lock
|
a310c7d
to
a79b98f
Compare
a79b98f
to
16b4a4d
Compare
16b4a4d
to
1c2a6ee
Compare
This PR contains the following updates:
11.3.0
->11.10.6
11.2.0
->11.10.0
11.1.3
->11.10.6
11.4.0
->11.10.6
13.2.1
->13.2.4
10.2.0
->10.2.3
1.0.2
->1.0.3
1.1.1
->1.1.2
1.0.3
->1.0.5
2.0.0
->2.0.2
3.2.2
->3.3.2
4.14.172
->4.14.191
14.14.35
->14.18.38
16.14.5
->16.14.35
16.9.11
->16.9.18
1.4.2
->1.4.3
3.2.3
->3.3.0
13.1.6
->13.2.4
6.4.1
->6.7.1
3.3.1
->3.4.1
5.0.0
->5.3.0
7.0.2
->7.0.4
1.3.2
->1.13.1
11.1.2
->11.2.6
13.1.6
->13.2.4
9.4.1
->9.4.3
2.2.1
->2.8.4
4.2.0
->4.8.0
1.4.2
->1.6.0
Release Notes
emotion-js/emotion
v11.10.6
Compare Source
Patch Changes
#2985
4e172c2a
Thanks @emmatown! - Remove peer dependency on@babel/core
Updated dependencies [
4e172c2a
]:v11.10.5
Compare Source
Patch Changes
#2905
4c0005f6
Thanks @p-m-p! - Do not warn about@emotion/react
being loaded twice in Vitest as that might easily happen with mocked modules.#2929
13afe030
Thanks @Andarist! - The support for@container
queries has been added by updating the underlying parser (stylis) .Updated dependencies [
13afe030
,c02b1214
,d8a13bca
]:v11.10.2
Compare Source
Patch Changes
005e211d
Thanks @Andarist! - Fixed an issue in the styles minifier that caused interpolations to be sometimes included more than once in the output.v11.10.0
Compare Source
Minor Changes
#2819
bbad8c79
Thanks @nicksrandall! -exports
field has been added to thepackage.json
manifest. It limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API.#2819
bbad8c79
Thanks @nicksrandall! - Thanks to the addedexports
field, the package now includes aworker
condition that can be utilized by properly configured bundlers when targeting worker-like environments. It fixes the issue with browser-specific files being prioritized by some bundlers when targeting workers.Patch Changes
bbad8c79
,bbad8c79
]:v11.9.5
Compare Source
Patch Changes
5b99a849
Thanks @Andarist! - Fixed an issue with the lack of/*#__PURE__*/
annotations before styled calls transformed from tagged template expressions.v11.9.2
Compare Source
Patch Changes
#2721
ae0f650b
Thanks @Andarist! - Fixed an issue in the minifying logic that could remove rules with the same context values as their parent rules. Like in the example below:v11.7.2
Compare Source
Patch Changes
#2585
b830c7dc
Thanks @Andarist! - Fixed label extraction crashing in some cases involving variable declarations with array and object patterns.#2585
b830c7dc
Thanks @kddc, @Andarist! - Improved label extraction for named function expressions and anonymous functions used as object property values.#2602
b02f349d
Thanks @Andarist! - Fixed an issue with styled transformer sometimes not using the used local name for the imported named export when used withimportMap
.v11.7.1
Compare Source
Patch Changes
#2577
04681a5f
Thanks @Methuselah96! - ExportKeyframes
type to avoid TypeScript insertingimport("@​emotion/serialize").Keyframes
references into declaration files emitted based on a source files exportingkeyframes
result. This avoids issues with strict package managers that don't allow accessing undeclared dependencies.#2590
1554a7e2
Thanks @Andarist! - Upgraded and pinned the version of Stylis - the CSS parser that Emotion uses under the hood.Updated dependencies [
1554a7e2
]:vercel/next.js
v13.2.4
Compare Source
Core Changes
tsconfig
/jsconfig
: #45815next/image
eslint message to denote that costs may be incurred.: #46640force-static
on App Routes: #46693shakeExports
and JSX: #35735output: export
config: #46744experimental.runtime
and emit warning when used: #46631app/
: #46609Documentation Changes
Example Changes
Misc Changes
output
in next.config.js: #46804reset
prop: #46898with-jest
andwith-jest-babel
example test snapshot failure: #46885230308.1
: #46909req.url
in renderer: #46923process.env
: #46914Credits
Huge thanks to @hanneslund, @ijjk, @JohnDaly, @jridgewell, @divslinger, @shuding, @DuCanhGH, @balazsorban44, @acdlite, @teobler, @styfle, @manovotny, @huozhi, @smorimoto, @Dannymx, @Janpot, @alexkirsz, @nohr, @Humboorgir, @wyattjoh, @timneutkens, @overlookmotel, @HaNdTriX, @proustibat, @fedeya, @wbinnssmith, @irekrog, @JanKaifer, @SukkaW, @rayrw, @kdy1, @seiry, and @unflxw for helping!
v13.2.3
Compare Source
Core Changes
Credits
Huge thanks to @jridgewell, @DuCanhGH, @wyattjoh, and @hanneslund for helping!
v13.2.2
Compare Source
Core Changes
next
whentypedRoutes: true
: #46332server-only
inside pages/api: #46328images
prop: #46326server-only
inside pages/api": #46388readFile
+replaceAll
, hid utils types, fixed duplication in typeRoute
, fixed route groups on Windows: #46378Documentation Changes
next/font
updates: #46159Example Changes
Misc Changes
next-image-to-legacy-image
(#46460Credits
Huge thanks to @balazsorban44, @delbaoliveira, @SukkaW, @ijjk, @hanneslund, @JanKaifer, @GitRowin, @shuding, @styfle, @mjunix, @kwonoj, @thiskevinwang, @DuCanhGH, @SethFalco, @yun-jay, @harrytothemoon, @timneutkens, @huozhi, @thomasballinger, @aretrace, @JesseKoldewijn, @feedthejim, @serkanbektas, @teobler, and @vadzim for helping!
d3/d3-scale
v3.3.0
Compare Source
v3.2.4
Compare Source
jsx-eslint/eslint-plugin-jsx-a11y
v6.7.1
Compare Source
Commits
no-aria-hidden-on-focusable
rule's missing export [b01219e
](https://togithub.com/ljharb/eConfiguration
📅 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.