fix(deps): update all non-major dependencies #8558
Merged
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.0
->^11.9.3
^7.24.2
->^7.25.0
^8.3.2
->^8.3.3
^1.0.0-next.47
->^1.0.0-next.49
^5.27.0
->^5.27.1
^5.27.0
->^5.27.1
^1.5.0
->^1.5.1
^4.1.2
->^4.1.3
^13.0.0
->^13.0.1
^1.0.0
->^1.0.1
7.1.9
->7.2.1
^7.1.9
->^7.2.1
^6.0.0
->^6.1.0
^2.8.0
->^2.8.1
^1.52.2
->^1.52.3
^3.0.24
->^3.1.2
^5.13.1
->^5.14.1
^2.9.9
->^2.9.12
^0.14.1
->^0.14.2
^4.0.15
->^4.0.16
^0.37.0
->^0.37.5
^8.7.0
->^8.8.0
Release Notes
emotion-js/emotion
v11.9.3
Compare Source
Patch Changes
#2766
5b3f4d78
Thanks @Andarist! -ThemeProviderProps["children"]
was marked as a required prop asThemeProvider
should always wrap some subtree.Updated dependencies [
26e4e3e8
,6c2d7a60
,5e81f213
]:rollup/plugins
v8.3.3
2022-06-10
Bugfixes
sveltejs/vite-plugin-svelte
v1.0.0-next.49
Compare Source
Minor Changes
Patch Changes
v1.0.0-next.48
Compare Source
Minor Changes
Patch Changes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.27.1
Compare Source
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.27.1
Compare Source
Note: Version bump only for package @typescript-eslint/parser
Shinigami92/eslint-define-config
v1.5.1
Compare Source
diff
less/less.js
v4.1.3
Compare Source
disablePluginRule
flag for render() options (#3710) (@broofa @edhgoose)okonet/lint-staged
v13.0.1
Compare Source
Bug Fixes
process.kill
when killing tasks on failure (f2c6bdd)Performance Improvements
EventsEmitter
instead ofsetInterval
for killing tasks on failure (c508b46)lukeed/mrmime
v1.0.1
Compare Source
Patches
"types"
export condition (#6, #7):0f0e3f6
Makes the TS definitions discoverable by TypeScript 4.7
Thank you @PaperStrike~!
pnpm/pnpm
v7.2.1
Compare Source
Patch Changes
Our Sponsors
Full Changelog: pnpm/pnpm@v7.2.0...v7.2.1
v7.2.0
Compare Source
Minor Changes
A new setting is supported for ignoring specific deprecation messages:
pnpm.allowedDeprecatedVersions
. The setting should be provided in thepnpm
section of the rootpackage.json
file. The below example will mute any deprecation warnings about therequest
package and warnings aboutexpress
v1:Related issue: #4306
Related PR: #4864
Patch Changes
Our Sponsors
Full Changelog: pnpm/pnpm@v7.1.9...v7.2.0
markusenglund/react-switch
v6.1.0
Compare Source
Added
Changed
mjeanroy/rollup-plugin-license
v2.8.1
Compare Source
sass/dart-sass
v1.52.3
Compare Source
/* ... */
) appear twice in a rowacross two different imports which themselves imported the same file each.
tailwindlabs/tailwindcss
v3.1.2
Compare Source
Fixed
\
is a valid arbitrary variant token (#8576)postcss-import
in the CLI by default in watch mode (#8574, #8580)v3.1.1
Compare Source
Fixed
::backdrop
into separate defaults group (#8567)v3.1.0
Compare Source
Fixed
@apply
(#8125)@apply
rules (#8213)[hidden]
style in preflight (#8248)important
selector to the front when@apply
-ing selector-modifying variants in custom utilities (#8313)matchVariants
that use at-rules and placeholders (#8392)tailwindcss/plugin
(#8400)addVariant
ormatchVariant
callback functions (#8455)postcss
installation first in the CLI (#8270)to
value from parent gradients (#8489)@import 'tailwindcss/...'
without node_modules (#8537)Changed
Added
Document
nodes (#7291)text-start
andtext-end
utilities (#6656)darkMode: 'class'
(#5800)--poll
option to the CLI (#7725)border-spacing
utilities (#7102)enabled
variant (#7905)tailwind.config.js
file (#7891)backdrop
variant (#7924, #8526)grid-flow-dense
utility (#8193)mix-blend-plus-lighter
utility (#8288)matchVariant
API (#8310, 34fd0fb8)prefers-contrast
media query variants (#8410)theme
function (#8416)postcss-import
support to the CLI (#8437)optional
variant (#8486)<alpha-value>
placeholder support for custom colors (#8501)terser/terser
v5.14.1
Compare Source
v5.14.0
Compare Source
vitejs/vite
v2.9.12
Compare Source
v2.9.11
Compare Source
v2.9.10
Compare Source
configurePreviewServer
(#7658) (#8437) (7b972bc), closes #7658 #8437?used
hack (fixes #6421, #8245) (#8278) (#8471) (8d7bac4), closes #6421 #8245 #8278 #8471vitest-dev/vitest
v0.14.2
Compare Source
Bug Fixes
Features
--ouputDiffLines
cli flag (#1446) (0b8a5bc)vuejs/router
v4.0.16
Compare Source
Bug Fixes
johnsoncodehk/volar
v0.37.5
Compare Source
.md
if file path in not include by tsconfig (#1430)<component :is>
(#1425):
character in tag name (#1435)Our Sponsors
v0.37.3
Compare Source
vueCompilerOptions.experimentalSuppressInvalidJsxElementTypeErrors
default true (#1405)v0.37.2
Compare Source
experimentalCompatMode
v0.37.1
Compare Source
experimentalSuppressInvalidJsxElementTypeErrors
option to ignore missing component import error (#1404)websockets/ws
v8.8.0
Compare Source
Features
WS_NO_BUFFER_UTIL
andWS_NO_UTF_8_VALIDATE
environmentvariables (
becf237
).Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (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.