-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependencies #359
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/dependencies
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
Update dependencies #359
Conversation
This file contains hidden or 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
06cbccd to
f0033cf
Compare
8e68a13 to
a98e95b
Compare
2a16373 to
d451def
Compare
d451def to
302dca4
Compare
9e7d2a2 to
0ef5dde
Compare
3630488 to
61b4f43
Compare
60706ad to
26c9f0c
Compare
abe7f32 to
49320aa
Compare
6fbcf75 to
8885dee
Compare
96233f6 to
86b40da
Compare
86b40da to
6859f9e
Compare
541bb0c to
3b1ed11
Compare
3b1ed11 to
9463f99
Compare
9c27bcb to
e5abb90
Compare
e5abb90 to
3b99eab
Compare
3b99eab to
5332cee
Compare
5332cee to
ebb1ffd
Compare
39407f5 to
dbaedf3
Compare
575b5d3 to
4acd1f3
Compare
4acd1f3 to
b1d7533
Compare
b1d7533 to
de4a3c9
Compare
de4a3c9 to
923eb9e
Compare
923eb9e to
3f9085d
Compare
3f9085d to
9a3e7d1
Compare
9a3e7d1 to
bbe18b3
Compare
b6f74e1 to
44b6ec9
Compare
44b6ec9 to
a15b513
Compare
a15b513 to
656ef83
Compare
f703df0 to
a5fa54e
Compare
a5fa54e to
2a64e6e
Compare
2a64e6e to
d415900
Compare
d415900 to
331c808
Compare
331c808 to
9c81aa9
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:
11.10.6->11.14.011.10.6->11.14.14.12.4->5.0.04.11.3->5.0.03.5.3->3.6.01.11.7->1.11.191.8.9->1.9.3This is a special PR that replaces
@material-ui/corewith the community suggested minimal stable replacement version.This is a special PR that replaces
@material-ui/iconswith the community suggested minimal stable replacement version.Release Notes
emotion-js/emotion (@emotion/react)
v11.14.0Compare Source
Minor Changes
a19d019Thanks @Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.Patch Changes
e1bf17e]:v11.13.5Compare Source
Patch Changes
#3270
77d930dThanks @emmatown! - Fix inconsistent hashes using development vs production bundles/exportsconditions when using@emotion/babel-pluginwithsourceMap: true(the default). This is particularly visible when using Emotion with the Next.js Pages router where thedevelopmentcondition is used when bundling code but not when importing external code with Node.js.Updated dependencies [
77d930d]:v11.13.3Compare Source
Patch Changes
#3232
0ce3ed0Thanks @ENvironmentSet! - Distributecssprop attachment over props that are union typesUpdated dependencies []:
v11.13.0Compare Source
Minor Changes
#3198
d8ff8a5Thanks @Andarist! - Migrated away from relying onprocess.env.NODE_ENVchecks to differentiate between production and development builds.Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.
Default files should continue to work in all environments.
#3215
a9f6912Thanks @Andarist! - Addededge-lightandworkerdconditions topackage.jsonmanifest to better serve users using Vercel Edge and Cloudflare Workers.Patch Changes
d8ff8a5,a9f6912]:v11.12.0Compare Source
Patch Changes
#3206
d1994c4Thanks @DiegoAndai! - Improved compatibility with the upcoming@types/reactfor React 19 where the globalJSXnamespace doesn't exist anymore#3208
56109e7Thanks @Andarist! - Only forward definedrefs to improve compatibility with the upcoming React 19Updated dependencies [
9ca22c6,a1e881b,16d8a8c]:v11.11.4Compare Source
Patch Changes
5b82631dThanks @iegik! - Renamed an internalhasOwnPropertytohasOwn. This avoids problems in CommonJS environments when the consumer tries to prevent prototype pollution withObject.freeze(Object.prototype).v11.11.3Compare Source
Patch Changes
#3101
49c20b4fThanks @kyvong! - Fix Theme import for newer Typescript module resolution modesUpdated dependencies [
45c440fb]:v11.11.1Compare Source
Patch Changes
9357f337Thanks @naari3! - AddedElementTypeto the Emotion'sJSXnamespace. It's defined in the same way as the one in@types/reactand should make it possible to use components that returnstrings,Promises and other types that are valid in React.v11.11.0Compare Source
Minor Changes
336f3d50Thanks @Andarist! - Added support for cascade@layers by updating the underlying parser (stylis).Patch Changes
#3029
eed5e6cfThanks @Andarist! - Fixed importing in Node ESMUpdated dependencies [
336f3d50,eed5e6cf]:v11.10.8Compare Source
Patch Changes
#3025
6bd13425Thanks @Andarist! - Fixed a parsing issue with&within nested functions in declaration values by updating the underlying parser (stylis).Updated dependencies [
6bd13425]:paulmillr/chokidar (chokidar)
v3.6.0Compare Source
What's Changed
New Contributors
Full Changelog: paulmillr/chokidar@3.5.3...3.6.0
iamkun/dayjs (dayjs)
v1.11.19Compare Source
Bug Fixes
v1.11.18Compare Source
Bug Fixes
v1.11.17Compare Source
Bug Fixes
v1.11.16Compare Source
Bug Fixes
v1.11.15Compare Source
Bug Fixes
v1.11.14Compare Source
Bug Fixes
v1.11.13Compare Source
Bug Fixes
v1.11.12Compare Source
Bug Fixes
v1.11.11Compare Source
Bug Fixes
v1.11.10Compare Source
Bug Fixes
arlocale (#2418) (361be5c)v1.11.9Compare Source
Bug Fixes
v1.11.8Compare Source
Bug Fixes
dateparameter as optional (#2222) (b87aa0e)fisshy/react-scroll (react-scroll)
v1.9.3Compare Source
v1.9.2Compare Source
v1.9.0Compare Source
Configuration
📅 Schedule: Branch creation - "after 10pm on sunday,before 5am on sunday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 was generated by Mend Renovate. View the repository job log.