This repository was archived by the owner on Feb 4, 2023. It is now read-only.
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.9.2
->11.10.0
0.1.5
->0.2.0
11.2.0
->11.10.0
1.0.4
->1.1.0
10.4.7
->10.4.8
6.7.1
->6.7.2
8.20.0
->8.21.0
3.1.6
->3.1.7
5.73.0
->5.74.0
Release Notes
emotion-js/emotion
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.postcss/autoprefixer
v10.4.8
Compare Source
color-adjust
warning ifprint-color-adjust
also is in rule.chromaui/chromatic-cli
v6.7.2
Compare Source
eslint/eslint
v8.21.0
Compare Source
tailwindlabs/tailwindcss
v3.1.7
Compare Source
Fixed
@layer
rules (#8971)Added
resolveConfig
(#8924)Changed
cursor: pointer
for buttons by default (#8962)webpack/webpack
v5.74.0
Compare Source
Features
resolve.extensionAlias
option which allows to alias extensions.js
extension to imports when the file really has a.ts
extension (typescript +"type": "module"
)ProvidePlugin
Bugfixes
shareScope
option forModuleFederationPlugin
"use-credentials"
also for same origin scriptsPerformance
Extensibility
HarmonyImportDependency
for pluginsConfiguration
📅 Schedule: Branch creation - "before 3am on Monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.