Update all non-major dependencies (minor) #151
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:
9.29.0
->9.33.0
1.53.2
->1.54.2
22.15.35
->22.17.2
13.3.0
->13.7.0
9.29.0
->9.33.0
5.4.1
->5.5.4
10.2.0
->10.4.0
22.16.0
->22.18.0
3.5.3
->3.6.2
5.8.3
->5.9.2
8.34.1
->8.40.0
10.1.4
->10.2.0
Release Notes
eslint/eslint (@eslint/js)
v9.33.0
Compare Source
v9.32.0
Compare Source
v9.31.0
Compare Source
v9.30.1
Compare Source
v9.30.0
Compare Source
microsoft/playwright (@playwright/test)
v1.54.2
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error)https://github.com/microsoft/playwright/issues/368288 - [Regression]: Playwright Codegen keeps spamming with selected optiohttps://github.com/microsoft/playwright/issues/3681010 - [Regression]: Starting Codegen with target language doesn't work anymore
Browser Versions
This version was also tested against the following stable channels:
v1.54.1
Compare Source
v1.54.0
Compare Source
Highlights
New cookie property
partitionKey
in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.New option
noSnippets
to disable code snippets in the html report.New property
location
in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation liketest.skip
ortest.fixme
was added.Command Line
New option
--user-data-dir
in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.Option
-gv
has been removed from thenpx playwright test
command. Use--grep-invert
instead.npx playwright open
does not open the test recorder anymore. Usenpx playwright codegen
instead.Miscellaneous
Browser Versions
This version was also tested against the following stable channels:
vueuse/vueuse (@vueuse/core)
v13.7.0
Compare Source
🚨 Breaking Changes
🚀 Features
read()
- by @OrbisK in https://github.com/vueuse/vueuse/issues/4954 (d03b2)onBoundary
- by @pkc918 in https://github.com/vueuse/vueuse/issues/4960 (c0dca)useTimaAgoIntl
- by @northword and Anthony Fu in https://github.com/vueuse/vueuse/issues/4821 (81815)🐞 Bug Fixes
nr update
execution indocs:build
- by @serkodev in https://github.com/vueuse/vueuse/issues/4925 (a73ee)immediate: false
with conditionally rendered elements - by @curtgrimes in https://github.com/vueuse/vueuse/issues/4947 (90c7f)undefined
- by @OrbisK in https://github.com/vueuse/vueuse/issues/4957 (22116)🏎 Performance
View changes on GitHub
v13.6.0
Compare Source
🚀 Features
options.serializer
- by @matthewjumpsoffbuildings, @OrbisK and @43081j in https://github.com/vueuse/vueuse/issues/4781 (bb831)onReady
option and Promise return - by @asika32764, Fernando Fernández, @OrbisK and Anthony Fu in https://github.com/vueuse/vueuse/issues/4158 (3a2df)🐞 Bug Fixes
MaybeRef
andMaybeRefOrGetter
instead - by @RYGRIT in https://github.com/vueuse/vueuse/issues/4913 (2d179)View changes on GitHub
v13.5.0
Compare Source
🚀 Features
🐞 Bug Fixes
universal-cookie
range to^7 || ^8
#4834View changes on GitHub
v13.4.0
Compare Source
🚀 Features
TimerHandle
for setTimeout type - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4801 (319d8)shouldCommit
- by @JonathanSchndr, Anthony Fu and Robin in https://github.com/vueuse/vueuse/issues/4471 (18acf)🐞 Bug Fixes
reset
call when the initial value is true - by @whiteyebrw in https://github.com/vueuse/vueuse/issues/4800 (c6469)🏎 Performance
View changes on GitHub
eslint/eslint (eslint)
v9.33.0
Compare Source
v9.32.0
Compare Source
v9.31.0
Compare Source
v9.30.1
Compare Source
v9.30.0
Compare Source
prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.5.4
Compare Source
Patch Changes
#755
723f7a8
Thanks @kbrilla! - fix: add 'oxc', 'oxc-ts' and 'hermes' parsers toparserBlocklist
#751
cf52b30
Thanks @andreww2012! - fix: disallow extra properties in rule optionsv5.5.3
Compare Source
republish the latest version
Full Changelog: prettier/eslint-plugin-prettier@v5.5.2...v5.5.3
v5.5.2
Compare Source
Changelog
5.5.1
Patch Changes
bfd1e95
Thanks @JounQin! - fix: useprettierRcOptions
directly for prettier 3.6+5.5.0
Minor Changes
92f2c9c
Thanks @dotcarmen! - feat: support non-js languages likecss
for@eslint/css
andjson
for@eslint/json
5.4.1
Patch Changes
c21521f
Thanks @JounQin! - fix(deps): bumpsynckit
to v0.11.7 to fix potentialTypeError: Cannot read properties of undefined (reading 'message')
error5.4.0
Minor Changes
59a0cae
Thanks @yashtech00! - refactor: migrateworker.js
toworker.mjs
5.3.1
Patch Changes
dcf2c80
Thanks @JounQin! - ci: enableNPM_CONFIG_PROVENANCE
env5.3.0
Minor Changes
6fe0c90
Thanks @irsooti! - feat(types): preferConfig
overFlatConfig
when they're equal5.2.6
Patch Changes
1451176
Thanks @renovate! - fix(deps): bumpsynckit
tov0.11.0
5.2.5
Patch Changes
4f5513d
Thanks @JounQin! - fix: clarify correcteslint-config-prettier
peer range5.2.4
Patch Changes
b8cfe56
Thanks @JounQin! - chore: hourcekeeping, bump all (dev) deps5.2.3
Patch Changes
9c6141f
Thanks @BPScott! - Add name field to recommended flat config5.2.2
Patch Changes
aa5b59f
Thanks @ntnyq! - fix: report node when loc not found5.2.1
Patch Changes
ac036cc
Thanks @OrlovAlexei! - build(deps): Bump synckit from 0.8.6 to 0.9.15.2.0
Minor Changes
f170011
Thanks @Logicer16! - feat: support parsinghtml
via@html-eslint/parser
natively5.1.3
Patch Changes
985b33c
Thanks @JounQin! - chore: addpackage.json
intoexports
map5.1.2
Patch Changes
#623
8210e44
Thanks @BPScott! - Add exports mapping to package.json, to allowimport eslintPluginRecommended from 'eslint-plugin-prettier/recommended'
to work as expected.Strictly speaking this is a breaking change as it removes the ability for people to import from "eslint-plugin-prettier/eslint-plugin-prettier.js" and "eslint-plugin-prettier/recommended.js" but the former was never recommended in the first place and the latter has only been available for a few days.
#621
2b09e7f
Thanks @JounQin! - feat: support parsingmarkdown
viaeslint-mdx
nativelyWhat means the following is unnecessary anymore when using with
eslint-mdx
/eslint-plugin-mdx
!5.1.1
Patch Changes
b5c0dc5
Thanks @JounQin! - chore: skip formatting inline scripts in pug files5.1.0
Minor Changes
#616
3856413
Thanks @BPScott! - Add recommended config for the flat config format.If you are using flat config, import the recommended config from
eslint-plugin-prettier/recommended
. Like the legacy format recommended config, this automatically includes the contents ofeslint-config-prettier
.Patch Changes
#614
5270877
Thanks @BPScott! - Add meta block to plugin. This improves debugging and cachebusting when using the new flat config#603
a63a570
Thanks @filiptammergard! - fix: specifyeslint-config-prettier
as peer dependencyIt's already added to
peerDependenciesMeta
as optional, which means it should also be specified inpeerDependencies
.5.0.1
Patch Changes
21a7146
Thanks @krist7599555! - fix:parserPath
type might beundefined
on Eslint Falt Config5.0.0
Major Changes
#508
910aeb6
Thanks @JounQin! - feat!: bump peer eslint to ">=8.0.0" and node to "^14.18.0 || >=16.0.0"#508
910aeb6
Thanks @JounQin! - feat!: upgrade to prettier v3Minor Changes
910aeb6
Thanks @JounQin! - feat: add typings supportPatch Changes
#548
82a3db8
Thanks @fisker! - fix: add missing dependencysynckit
#564
ae7a73c
Thanks @auvred! - fix: compatibility with prettier@3 without plugins4.2.2
Patch Changes
2373d0c
Thanks @JounQin! - docs: add Sponsors and Backers sections4.2.1
Patch Changes
5736ed5
Thanks @JounQin! - chore: reuse prettierRcOptions instead of resolveConfig again4.2.0
Minor Changes
#483
7bd70b6
Thanks @JounQin! - feat: support svelte out of boxclose #472, close #482
We recommend to use
eslint-plugin-svelte
instead ofeslint-plugin-svelte3
.v4.1.0 (2022-06-27)
stylelint-prettier
(#415) (52eec48)v4.0.0 (2021-08-30)
This breaking change drops support for old versions of ESLint, Prettier and
Node. You must use at least ESLint v7.28.0, Prettier v2.0.0 and Node v12.0.0.
Aside from that, usage of this plugin remains identical.
v3.4.1 (2021-08-20)
@graphql-eslint/eslint-plugin
out of box (#413) (ec6fbb1)v3.4.0 (2021-04-15)
v3.3.1 (2021-01-04)
v3.3.0 (2020-12-13)
v3.2.0 (2020-12-03)
v3.1.4 (2020-06-14)
v3.1.3 (2020-04-13)
meta.type
to "layout" (#283) (97152e2)v3.1.2 (2019-12-15)
v3.1.1 (2019-09-18)
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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 was generated by Mend Renovate. View the repository job log.