chore(deps): update all non-major dependencies #9478
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.2
->^11.10.0
^11.9.3
->^11.10.0
^7.28.6
->^7.28.7
^8.3.3
->^8.3.4
^5.30.7
->^5.31.0
^5.30.7
->^5.31.0
^10.4.7
->^10.4.8
^3.24.0
->^3.24.1
^8.20.0
->^8.21.0
^1.24.0
->^1.24.2
7.6.0
->7.8.0
^7.6.0
->^7.8.0
^3.1.6
->^3.1.7
^3.0.2
->^3.0.4
^0.19.0
->^0.20.2
^4.1.2
->^4.1.3
^0.39.0
->^0.39.4
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.rollup/plugins
v8.3.4
Compare Source
2022-07-28
Bugfixes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.31.0
Compare Source
Bug Fixes
Features
5.30.7 (2022-07-18)
Bug Fixes
5.30.6 (2022-07-11)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.30.5 (2022-07-04)
Bug Fixes
5.30.4 (2022-07-03)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.30.3 (2022-07-01)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.30.2 (2022-07-01)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.30.1 (2022-07-01)
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.31.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
5.30.7 (2022-07-18)
Bug Fixes
5.30.6 (2022-07-11)
Note: Version bump only for package @typescript-eslint/parser
5.30.5 (2022-07-04)
Note: Version bump only for package @typescript-eslint/parser
5.30.4 (2022-07-03)
Note: Version bump only for package @typescript-eslint/parser
5.30.3 (2022-07-01)
Note: Version bump only for package @typescript-eslint/parser
5.30.2 (2022-07-01)
Note: Version bump only for package @typescript-eslint/parser
5.30.1 (2022-07-01)
Note: Version bump only for package @typescript-eslint/parser
postcss/autoprefixer
v10.4.8
Compare Source
color-adjust
warning ifprint-color-adjust
also is in rule.zloirock/core-js
v3.24.1
Compare Source
IS_BROWSER
detection to avoid a false positive withjsdom
, #1110@@​species
support inPromise
in some old engines{ Array, %TypedArray% }.prototype.{ findLast, findLastIndex }
marked as shipped in FF104eslint/eslint
v8.21.0
Compare Source
Features
7b43ea1
feat: Implement FlatESLint (#16149) (Nicholas C. Zakas)92bf49a
feat: improve the key width calculation inkey-spacing
rule (#16154) (Nitin Kumar)c461542
feat: add newallowLineSeparatedGroups
option to thesort-keys
rule (#16138) (Nitin Kumar)1cdcbca
feat: add deprecation warnings for legacy API inRuleTester
(#16063) (Nitin Kumar)Bug Fixes
0396775
fix: lines-around-comment applyallowBlockStart
for switch statements (#16153) (Nitin Kumar)Documentation
2aadc93
docs: add anchors to headings inside docs content (#16134) (Strek)Chores
8892511
chore: Upgrade to Espree 9.3.3 (#16173) (Brandon Mills)1233bee
chore: switch to eslint-plugin-node's maintained fork (#16150) (唯然)97b95c0
chore: upgrade puppeteer v13 (#16151) (唯然)Microsoft/playwright
v1.24.2
Compare Source
Highlights
This patch includes the following bug fixes:
https://github.com/microsoft/playwright/issues/15977 - [BUG] test.use of storage state regression in 1.24
Browser Versions
This version was also tested against the following stable channels:
v1.24.1
Compare Source
Highlights
This patch includes the following bug fixes:
https://github.com/microsoft/playwright/issues/15898 - [BUG] Typescript error: The type for webServer config property (TestConfigWebServer) is not typed correctlyhttps://github.com/microsoft/playwright/issues/159133 - [BUG] hooksConfig is required for mount fixturhttps://github.com/microsoft/playwright/issues/1593232 - [BUG] - Install MS Edge on CI Fails
Browser Versions
This version was also tested against the following stable channels:
pnpm/pnpm
v7.8.0
Compare Source
Minor Changes
publishConfig.directory
is set, only symlink it to other workspace projects ifpublishConfig.linkDirectory
is set totrue
. Otherwise, only use it for publishing #5115.Patch Changes
Our Gold Sponsors
Full Changelog: pnpm/pnpm@v7.7.1...v7.8.0
v7.7.1
Compare Source
Patch Changes
auto-install-peers
is set totrue
and the peer dependency is indevDependencies
oroptionalDependencies
#5080.workspace:^
orworkspace:~
version specs are used in a workspace.Our Gold Sponsors
Full Changelog: pnpm/pnpm@v7.7.0...v7.7.1
v7.7.0
Compare Source
Minor Changes
Add experimental lockfile format that should merge conflict less in the
importers
section. Enabled by setting theuse-inline-specifiers-lockfile-format = true
feature flag in.npmrc
.If this feature flag is committed to a repo, we recommend setting the minimum allowed version of pnpm to this release in the
package.json
engines
field. Once this is set, older pnpm versions will throw on invalid lockfile versions.Add
publishDirectory
field to the lockfile and relink the project when it changes.verify-store-integrity=false
makes pnpm skip checking the integrities of files in the global content-addressable store.Allow to set
only-built-dependencies[]
through.npmrc
.Patch Changes
publishConfig.directory
) #3901.pnpm deploy
should inject local dependencies of all types (dependencies, optionalDependencies, devDependencies) #5078.publishConfig.directory
set, dependent projects should install the project from that directory #3901.zshrc
in the right directory when a$ZDOTDIR
is set.Our Gold Sponsors
Full Changelog: pnpm/pnpm@v7.6.0...v7.7.0
tailwindlabs/tailwindcss
v3.1.7
Compare Source
Fixed
@layer
rules (#8971)Added
resolveConfig
(#8924)Changed
cursor: pointer
for buttons by default (#8962)vitejs/vite
v3.0.4
Compare Source
v3.0.3
Compare Source
resolveConfig()
concurrent safe (#9224) (dfaeb2b), closes #9224@rollup/plugin-commonjs
name (#9313) (c417364), closes #9313vitest-dev/vitest
v0.20.2
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.20.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.20.0
Compare Source
🚨 Breaking Changes
🚀 Features
🐞 Bug Fixes
clover
reporter by default - by @antfu (5862e)View changes on GitHub
v0.19.1
Compare Source
🚀 Features
View changes on GitHub
vuejs/router
v4.1.3
Compare Source
Please refer to CHANGELOG.md for details.
johnsoncodehk/volar
v0.39.4
Compare Source
Our Sponsors
v0.39.3
Compare Source
v0.39.2
Compare Source
fileExists
is always calculate for .ts on each time update (vuejs/language-tools@07f3bd5)fileExists
,directoryExists
result in language server (vuejs/language-tools@34a4435)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.