Re: ID
Development
yarn
yarn dev
or
npm install
npm run dev
Open chrome://extensions/
Open Developer mode
in the top right corner
Click Load unpacked
in the top left corner
Select path/Re-ID/dist
yarn
yarn dev
or
npm install
npm run dev
Open chrome://extensions/
Open Developer mode
in the top right corner
Click Load unpacked
in the top left corner
Select path/Re-ID/dist
Bumps @vue/compiler-sfc from 3.1.5 to 3.2.40.
Sourced from @vue/compiler-sfc
's releases.
v3.2.40
Please refer to CHANGELOG.md for details.
v3.2.39
Please refer to CHANGELOG.md for details.
v3.2.38
Please refer to CHANGELOG.md for details.
v3.2.37
Please refer to CHANGELOG.md for details.
v3.2.36
Please refer to CHANGELOG.md for details.
v3.2.35
Please refer to CHANGELOG.md for details.
v3.2.34
Please refer to CHANGELOG.md for details.
v3.2.34-beta.1
Please refer to CHANGELOG.md for details.
v3.2.33
Please refer to CHANGELOG.md for details.
v3.2.32
Please refer to CHANGELOG.md for details.
v3.2.31
Please refer to CHANGELOG.md for details.
v3.2.30
Please refer to CHANGELOG.md for details.
v3.2.29
Please refer to CHANGELOG.md for details.
v3.2.28
Please refer to CHANGELOG.md for details.
v3.2.27
Please refer to CHANGELOG.md for details.
v3.2.26
Please refer to CHANGELOG.md for details.
v3.2.25
Please refer to CHANGELOG.md for details.
... (truncated)
Sourced from @vue/compiler-sfc
's changelog.
3.2.40 (2022-09-28)
Bug Fixes
- compat: list cjs dependencies for compat build (96cd924), closes #6602
- compiler-dom: remove v-bind boolean attribute with literal false value when stringifying (#6635) (6c6fe2c), closes #6617
- compiler-sfc: fix expression check for v-on with object literal value (#6652) (6958ec1), closes #6650 #6674
- compilre-core: dynamic v-on and static v-on should be merged (#6747) (f9d43b9), closes #6742
- runtime-core: avoid hoisted vnodes retaining detached DOM nodes (fc5bdb3), closes #6591
- runtime-core: Lifecycle hooks should support callbacks shared by reference (#6687) (c71a08e), closes #6686
- runtime-core: remove prod-only hoisted clone behavior for manual DOM manipulation compat (aa70188), closes #6727 #6739
- runtime-core: unset removed props first in full diff mode (c0d8db8), closes #6571
- runtime-dom: fix unnecessary warning when setting coerced dom property value (b1817fe), closes #6616
- ssr: avoid ast.helpers duplication (#6664) (57ffc3e)
- ssr: fix dynamic slot regression in ssr (8963c55), closes #6651
- ssr: fix hydration mismatch when entire multi-root template is stringified (9698dd3), closes #6637
- ssr: fix pre tag windows newline hydration mismatch (0382019), closes #6410
- ssr: respect case when rendering dynamic attrs on svg (121eb32), closes #6755
3.2.39 (2022-09-08)
Bug Fixes
- runtime-core: avoid double firing when mounting inside a watcher callback (6aaf8ef), closes #6614
- runtime-core: support extends template for runtime compiler (#6250) (9875ecd), closes #6249
- ssr: reset current instance (#6184) (6493da5), closes #6110
- types: support TypeScript 4.8 (5381abc), closes #6554
3.2.38 (2022-08-30)
Bug Fixes
- compiler-sfc: fix template usage check edge case for v-on statements (769e555)
- compiler-sfc: only add decorators-legacy parser plugin when new decorators plugin is not used (3ff8369)
- compiler-sfc: rewriteDefault for class with decorators (#6320) (81a7819), closes #6318
- custom-element: fix event listeners with capital letter event names on custom elements (0739f89)
- hmr: fix HMR for nested non-SFC components (#4077) (96eb745)
- reactivity: fix shallow/readonly edge cases (a95554d)
- runtime-core: only set cache for object keys (#6266) (c3465c1)
- slots: ensure different branches of dynamic slots have different keys (00036bb), closes #6202
- ssr: forward helpers provided by CSS
v-bind
(#6489) (2024d11), closes #6201- types: add types field for sub package exports (c1ee6ca)
- types: fix on* props incorrect type for TS 4.7 (#6216) (8dcb6c7), closes #6052
... (truncated)
551f606
release: v3.2.40f9d43b9
fix(compilre-core): dynamic v-on and static v-on should be merged (#6747)6958ec1
fix(compiler-sfc): fix expression check for v-on with object literal value (#...96ba71d
chore: fix typos (#6708)f79c423
release: v3.2.396624ead
release: v3.2.3881a7819
fix(compiler-sfc): rewriteDefault for class with decorators (#6320)769e555
fix(compiler-sfc): fix template usage check edge case for v-on statementsfb3bfde
chore: fix wrong condition in 3ff836943ff8369
fix(compiler-sfc): only add decorators-legacy parser plugin when new decorato...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bumps @vue/compiler-sfc from 3.1.5 to 3.2.39.
Sourced from @vue/compiler-sfc
's releases.
v3.2.39
Please refer to CHANGELOG.md for details.
v3.2.38
Please refer to CHANGELOG.md for details.
v3.2.37
Please refer to CHANGELOG.md for details.
v3.2.36
Please refer to CHANGELOG.md for details.
v3.2.35
Please refer to CHANGELOG.md for details.
v3.2.34
Please refer to CHANGELOG.md for details.
v3.2.34-beta.1
Please refer to CHANGELOG.md for details.
v3.2.33
Please refer to CHANGELOG.md for details.
v3.2.32
Please refer to CHANGELOG.md for details.
v3.2.31
Please refer to CHANGELOG.md for details.
v3.2.30
Please refer to CHANGELOG.md for details.
v3.2.29
Please refer to CHANGELOG.md for details.
v3.2.28
Please refer to CHANGELOG.md for details.
v3.2.27
Please refer to CHANGELOG.md for details.
v3.2.26
Please refer to CHANGELOG.md for details.
v3.2.25
Please refer to CHANGELOG.md for details.
v3.2.24
Please refer to CHANGELOG.md for details.
... (truncated)
Sourced from @vue/compiler-sfc
's changelog.
3.2.39 (2022-09-08)
Bug Fixes
- runtime-core: avoid double firing when mounting inside a watcher callback (6aaf8ef), closes #6614
- runtime-core: support extends template for runtime compiler (#6250) (9875ecd), closes #6249
- ssr: reset current instance (#6184) (6493da5), closes #6110
- types: support TypeScript 4.8 (5381abc), closes #6554
3.2.38 (2022-08-30)
Bug Fixes
- compiler-sfc: fix template usage check edge case for v-on statements (769e555)
- compiler-sfc: only add decorators-legacy parser plugin when new decorators plugin is not used (3ff8369)
- compiler-sfc: rewriteDefault for class with decorators (#6320) (81a7819), closes #6318
- custom-element: fix event listeners with capital letter event names on custom elements (0739f89)
- hmr: fix HMR for nested non-SFC components (#4077) (96eb745)
- reactivity: fix shallow/readonly edge cases (a95554d)
- runtime-core: only set cache for object keys (#6266) (c3465c1)
- slots: ensure different branches of dynamic slots have different keys (00036bb), closes #6202
- ssr: forward helpers provided by CSS
v-bind
(#6489) (2024d11), closes #6201- types: add types field for sub package exports (c1ee6ca)
- types: fix on* props incorrect type for TS 4.7 (#6216) (8dcb6c7), closes #6052
- watch: flush:pre watchers should not fire if state change causes (78c199d), closes #2291
Features
- custom-elements: automatically respect custom elements when compiling in browser (9f8f07e)
Performance Improvements
3.2.37 (2022-06-06)
Bug Fixes
... (truncated)
f79c423
release: v3.2.396624ead
release: v3.2.3881a7819
fix(compiler-sfc): rewriteDefault for class with decorators (#6320)769e555
fix(compiler-sfc): fix template usage check edge case for v-on statementsfb3bfde
chore: fix wrong condition in 3ff836943ff8369
fix(compiler-sfc): only add decorators-legacy parser plugin when new decorato...bdffc14
release: v3.2.37e60244b
fix(compiler-sfc): improve css v-bind parsing9734b31
fix(sfc): avoid auto name inference leading to unwanted recursion160d5df
release: v3.2.36Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bumps typescript from 4.3.5 to 4.8.3.
Sourced from typescript's releases.
TypeScript 4.8.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.8.0 (Beta).
- fixed issues query for Typescript 4.8.1 (RC).
- fixed issues query for Typescript 4.8.2 (Stable).
- fixed issues query for Typescript 4.8.3 (Stable).
Downloads are available on:
TypeScript 4.8
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.8.0 (Beta).
- fixed issues query for Typescript 4.8.1 (RC).
- fixed issues query for Typescript 4.8.1 (Stable).
Downloads are available on:
TypeScript 4.8 RC
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 4.8 Beta
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
... (truncated)
ea348f6
Bump version to 4.8.3 and LKG6bb16f1
Cherry-pick PR #50620 into release-4.8 (#50676)ca022ae
Cherry-pick PR #50261 into release-4.8 (#50621)1eec8b3
Cherry-pick PR #50617 into release-4.8 (#50618)451b5ba
Cherry-pick PR #50601 into release-4.8 (#50613)4083b46
Cherry-pick PR #50610 into release-4.8 (#50612)10870b4
Cherry-pick PR #50592 into release-4.8 (#50596)502a908
Cherry-pick PR #50553 into release-4.8 (#50589)c9e06dc
Cherry-pick PR #50540 into release-4.8 (#50588)1f76a51
Cherry-pick PR #50497 into release-4.8 (#50590)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bumps @vue/compiler-sfc from 3.1.5 to 3.2.38.
Sourced from @vue/compiler-sfc
's releases.
v3.2.38
Please refer to CHANGELOG.md for details.
v3.2.37
Please refer to CHANGELOG.md for details.
v3.2.36
Please refer to CHANGELOG.md for details.
v3.2.35
Please refer to CHANGELOG.md for details.
v3.2.34
Please refer to CHANGELOG.md for details.
v3.2.34-beta.1
Please refer to CHANGELOG.md for details.
v3.2.33
Please refer to CHANGELOG.md for details.
v3.2.32
Please refer to CHANGELOG.md for details.
v3.2.31
Please refer to CHANGELOG.md for details.
v3.2.30
Please refer to CHANGELOG.md for details.
v3.2.29
Please refer to CHANGELOG.md for details.
v3.2.28
Please refer to CHANGELOG.md for details.
v3.2.27
Please refer to CHANGELOG.md for details.
v3.2.26
Please refer to CHANGELOG.md for details.
v3.2.25
Please refer to CHANGELOG.md for details.
v3.2.24
Please refer to CHANGELOG.md for details.
v3.2.23
Please refer to CHANGELOG.md for details.
... (truncated)
Sourced from @vue/compiler-sfc
's changelog.
3.2.38 (2022-08-30)
Bug Fixes
- compiler-sfc: fix template usage check edge case for v-on statements (769e555)
- compiler-sfc: only add decorators-legacy parser plugin when new decorators plugin is not used (3ff8369)
- compiler-sfc: rewriteDefault for class with decorators (#6320) (81a7819), closes #6318
- custom-element: fix event listeners with capital letter event names on custom elements (0739f89)
- hmr: fix HMR for nested non-SFC components (#4077) (96eb745)
- reactivity: fix shallow/readonly edge cases (a95554d)
- runtime-core: only set cache for object keys (#6266) (c3465c1)
- slots: ensure different branches of dynamic slots have different keys (00036bb), closes #6202
- ssr: forward helpers provided by CSS
v-bind
(#6489) (2024d11), closes #6201- types: add types field for sub package exports (c1ee6ca)
- types: fix on* props incorrect type for TS 4.7 (#6216) (8dcb6c7), closes #6052
- watch: flush:pre watchers should not fire if state change causes (78c199d), closes #2291
Features
- custom-elements: automatically respect custom elements when compiling in browser (9f8f07e)
Performance Improvements
3.2.37 (2022-06-06)
Bug Fixes
- compiler-sfc: improve css v-bind parsing (e60244b), closes #6022
- runtime-core: hydrate Static vnode (#6015) (11e17a1), closes #6008
- sfc: avoid auto name inference leading to unwanted recursion (9734b31), closes #5965 #6027 #6029
- ssr: ensure app can be unmounted when created with createSSRApp() (#5992) (d4d3319), closes #5990
- ssr: hydration for transition wrapper components with empty slot content (#5995) (eb22a62), closes #5991
3.2.36 (2022-05-23)
Bug Fixes
... (truncated)
6624ead
release: v3.2.3881a7819
fix(compiler-sfc): rewriteDefault for class with decorators (#6320)769e555
fix(compiler-sfc): fix template usage check edge case for v-on statementsfb3bfde
chore: fix wrong condition in 3ff836943ff8369
fix(compiler-sfc): only add decorators-legacy parser plugin when new decorato...bdffc14
release: v3.2.37e60244b
fix(compiler-sfc): improve css v-bind parsing9734b31
fix(sfc): avoid auto name inference leading to unwanted recursion160d5df
release: v3.2.360cd21ba
chore: remove unnecessary optional check (#5958)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bumps typescript from 4.3.5 to 4.8.2.
Sourced from typescript's releases.
TypeScript 4.8
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.8.0 (Beta).
- fixed issues query for Typescript 4.8.1 (RC).
- fixed issues query for Typescript 4.8.1 (Stable).
Downloads are available on:
TypeScript 4.8 RC
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 4.8 Beta
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 4.7.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
... (truncated)
64cec03
Bump version to 4.8.2 and LKG577411c
Update LKG1e6d76e
Make canHaveModifiers/Decorators public (#50405)aca1aa6
Update LKG27a7916
Cherry-pick PR #50343 into release-4.8 (#50374)99b7928
Cherry-pick PR #50364 into release-4.8 (#50365)ccfc09d
Cherry-pick PR #50306 into release-4.8 (#50324)745f958
Cherry-pick PR #50279 into release-4.8 (#50280)60b5167
Update LKGd2e2941
Cherry-pick PR #50227 into release-4.8 (#50229)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bumps typescript from 4.3.5 to 4.7.4.
Sourced from typescript's releases.
TypeScript 4.7.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.7.0 (Beta).
- fixed issues query for Typescript 4.7.1 (RC).
- fixed issues query for Typescript 4.7.2 (Stable).
- fixed issues query for Typescript 4.7.3 (Stable).
- fixed issues query for Typescript 4.7.4 (Stable).
Downloads are available on:
TypeScript 4.7.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.7.0 (Beta).
- fixed issues query for Typescript 4.7.1 (RC).
- fixed issues query for Typescript 4.7.2 (Stable).
- fixed issues query for Typescript 4.7.3 (Stable).
Downloads are available on:
TypeScript 4.7.2
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.7.0 (Beta).
- fixed issues query for Typescript 4.7.1 (RC).
- fixed issues query for Typescript 4.7.2 (Stable).
Downloads are available on:
TypeScript 4.7 RC
For release notes, check out the release announcement.
... (truncated)
76401ad
Bump version to 4.7.4 and LKGdfe885b
Properly re-scan >
token in type argument list determination logic (#49560)...4d2983a
Cherry-pick PR #49442 into release-4.7 (#49447)e5050bb
Bump version to 4.7.3 and LKG4c4c803
🤖 Pick PR #49360 (Expose import mode calculation func...) into release-4.7 (#...3ce08c6
fix(49223): checker.getTypeAtLocation for ExpressionWithTypeArguments returns...3bf0d30
Pick PR #49356 (Add nightly-only error on ImportType resolution mode assertio...5f7f0b1
Cherry-pick PR #49361 into release-4.7 (#49364)c07d883
Cherry-pick PR #49313 into release-4.7 (#49359)197aaef
Cherry-pick PR #49246 into release-4.7 (#49250)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bumps @vue/compiler-sfc from 3.1.5 to 3.2.37.
Sourced from @vue/compiler-sfc
's releases.
v3.2.37
Please refer to CHANGELOG.md for details.
v3.2.36
Please refer to CHANGELOG.md for details.
v3.2.35
Please refer to CHANGELOG.md for details.
v3.2.34
Please refer to CHANGELOG.md for details.
v3.2.34-beta.1
Please refer to CHANGELOG.md for details.
v3.2.33
Please refer to CHANGELOG.md for details.
v3.2.32
Please refer to CHANGELOG.md for details.
v3.2.31
Please refer to CHANGELOG.md for details.
v3.2.30
Please refer to CHANGELOG.md for details.
v3.2.29
Please refer to CHANGELOG.md for details.
v3.2.28
Please refer to CHANGELOG.md for details.
v3.2.27
Please refer to CHANGELOG.md for details.
v3.2.26
Please refer to CHANGELOG.md for details.
v3.2.25
Please refer to CHANGELOG.md for details.
v3.2.24
Please refer to CHANGELOG.md for details.
v3.2.23
Please refer to CHANGELOG.md for details.
v3.2.22
Please refer to CHANGELOG.md for details.
... (truncated)
Sourced from @vue/compiler-sfc
's changelog.
3.2.37 (2022-06-06)
Bug Fixes
- compiler-sfc: improve css v-bind parsing (e60244b), closes #6022
- runtime-core: hydrate Static vnode (#6015) (11e17a1), closes #6008
- sfc: avoid auto name inference leading to unwanted recursion (9734b31), closes #5965 #6027 #6029
- ssr: ensure app can be unmounted when created with createSSRApp() (#5992) (d4d3319), closes #5990
- ssr: hydration for transition wrapper components with empty slot content (#5995) (eb22a62), closes #5991
3.2.36 (2022-05-23)
Bug Fixes
- compat: fix app-level asset registration affecting other local apps (#5979) (7fb5732)
- compat: fix globalProperties pollution in v3 mode (2f07e34), closes #5699
- compiler-core: fix svg with directives being incorrectly hoisted (#5919) (7fbc933), closes #5289
- sfc/types: allow use default factory for primitive types in
withDefaults
(#5939) (b546282), closes #5938- transition: fix cancel leave regression (#5974) (dddbd96), closes #5973
Performance Improvements
3.2.35 (2022-05-20)
Bug Fixes
- compiler-sfc: fix usage detection for types in v-for/v-slot expressions (583b625), closes #5959
- types: fix typescript error when spreading
$props
(#5968) (0c7fd13)- types: restore DefineComponent argument order (8071ef4), closes #5416 #3796 #5967
3.2.34 (2022-05-19)
Bug Fixes
... (truncated)
bdffc14
release: v3.2.37e60244b
fix(compiler-sfc): improve css v-bind parsing9734b31
fix(sfc): avoid auto name inference leading to unwanted recursion160d5df
release: v3.2.360cd21ba
chore: remove unnecessary optional check (#5958)a0c5776
release: v3.2.35583b625
fix(compiler-sfc): fix usage detection for types in v-for/v-slot expressions3991609
release: v3.2.3473e6523
fix(compiler-sfc): support export { default } from '...'
(#5937)991d623
fix(compiler-sfc): type-only defineProps does not recognize Promise (fix #594...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bumps typescript from 4.3.5 to 4.7.3.
Sourced from typescript's releases.
TypeScript 4.7.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.7.0 (Beta).
- fixed issues query for Typescript 4.7.1 (RC).
- fixed issues query for Typescript 4.7.2 (Stable).
- fixed issues query for Typescript 4.7.3 (Stable).
Downloads are available on:
TypeScript 4.7.2
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.7.0 (Beta).
- fixed issues query for Typescript 4.7.1 (RC).
- fixed issues query for Typescript 4.7.2 (Stable).
Downloads are available on:
TypeScript 4.7 RC
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 4.7 Beta
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
... (truncated)
e5050bb
Bump version to 4.7.3 and LKG4c4c803
🤖 Pick PR #49360 (Expose import mode calculation func...) into release-4.7 (#...3ce08c6
fix(49223): checker.getTypeAtLocation for ExpressionWithTypeArguments returns...3bf0d30
Pick PR #49356 (Add nightly-only error on ImportType resolution mode assertio...5f7f0b1
Cherry-pick PR #49361 into release-4.7 (#49364)c07d883
Cherry-pick PR #49313 into release-4.7 (#49359)197aaef
Cherry-pick PR #49246 into release-4.7 (#49250)3551935
Cherry-pick PR #49268 into release-4.7 (#49276)4e91c6c
🤖 Pick PR #49341 (Fix check in isMappedTypeGenericInd...) into release-4.7 (#...b24b05b
Cherry-pick PR #49327 into release-4.7 (#49329)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bumps typescript from 4.3.5 to 4.7.2.
Sourced from typescript's releases.
TypeScript 4.7.2
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.7.0 (Beta).
- fixed issues query for Typescript 4.7.1 (RC).
- fixed issues query for Typescript 4.7.2 (Stable).
Downloads are available on:
TypeScript 4.7 RC
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 4.7 Beta
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 4.6.4
This release includes a bug fix for text formatting on certain ranges, which was impacting Visual Studio users.
For the complete list of fixed issues, check out the
... (truncated)
cfd1a6e
Bump version to 4.7.2 and LKG114e310
Cherry-pick PR #49157 into release-4.7 (#49167)77b83f1
Cherry-pick PR #49104 into release-4.7 (#49135)7bd7163
Update LKG.a3e83be
fix(44466): Fixes parsing contextual keyword casts as arrow functionse8216af
Merge pull request #49031 from typescript-bot/pick/49010/release-4.7854af3a
Merge pull request #49030 from typescript-bot/pick/49016/release-4.7dbee2ab
Cherry-pick PR #49035 into release-4.7 (#49036)a7cf004
Cherry-pick PR #49010 into release-4.743e2066
Cherry-pick PR #49016 into release-4.7Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bumps @vue/compiler-sfc from 3.1.5 to 3.2.36.
Sourced from @vue/compiler-sfc
's releases.
v3.2.36
Please refer to CHANGELOG.md for details.
v3.2.35
Please refer to CHANGELOG.md for details.
v3.2.34
Please refer to CHANGELOG.md for details.
v3.2.34-beta.1
Please refer to CHANGELOG.md for details.
v3.2.33
Please refer to CHANGELOG.md for details.
v3.2.32
Please refer to CHANGELOG.md for details.
v3.2.31
Please refer to CHANGELOG.md for details.
v3.2.30
Please refer to CHANGELOG.md for details.
v3.2.29
Please refer to CHANGELOG.md for details.
v3.2.28
Please refer to CHANGELOG.md for details.
v3.2.27
Please refer to CHANGELOG.md for details.
v3.2.26
Please refer to CHANGELOG.md for details.
v3.2.25
Please refer to CHANGELOG.md for details.
v3.2.24
Please refer to CHANGELOG.md for details.
v3.2.23
Please refer to CHANGELOG.md for details.
v3.2.22
Please refer to CHANGELOG.md for details.
v3.2.21
Please refer to CHANGELOG.md for details.
... (truncated)
Sourced from @vue/compiler-sfc
's changelog.
3.2.36 (2022-05-23)
Bug Fixes
- compat: fix app-level asset registration affecting other local apps (#5979) (7fb5732)
- compat: fix globalProperties pollution in v3 mode (2f07e34), closes #5699
- compiler-core: fix svg with directives being incorrectly hoisted (#5919) (7fbc933), closes #5289
- sfc/types: allow use default factory for primitive types in
withDefaults
(#5939) (b546282), closes #5938- transition: fix cancel leave regression (#5974) (dddbd96), closes #5973
Performance Improvements
3.2.35 (2022-05-20)
Bug Fixes
- compiler-sfc: fix usage detection for types in v-for/v-slot expressions (583b625), closes #5959
- types: fix typescript error when spreading
$props
(#5968) (0c7fd13)- types: restore DefineComponent argument order (8071ef4), closes #5416 #3796 #5967
3.2.34 (2022-05-19)
Bug Fixes
- compiler-core: should generate HYDRATE_EVENTS flag on dynamic component that resolves to element (415091b), closes #5870
- compiler-sfc: support
export { default } from '...'
(#5937) (73e6523), closes #5935- compiler-sfc: type-only defineProps does not recognize Promise (fix #5941) (#5943) (991d623)
- compiler-ssr: fix component event handlers inheritance in ssr (f811dc2), closes #5664
- compiler-ssr: fix wrong attrs fallthrough on non-single-root v-if branches (516bc54), closes #5140
- compiler-ssr: only inject fallthrough attrs for root transition/keep-alive (c65b805)
- keep-alive: fix keep-alive rendering when placed in vnode branch (0841b9b), closes #4817
- runtime-core: adjust force diff of dev root fragments (cdda49b), closes #5946
- ssr/teleport: support nested teleports in ssr (595263c), closes #5242
- ssr: fix hydration error on falsy v-if inside transition/keep-alive (ee4186e), closes #5352
- ssr: fix hydration error when teleport is used as component root (b60cff0), closes #4293
- ssr: fix hydration error when transition contains comment children (3705b3b), closes #5351
- ssr: fix hydration for slot with empty text node (939209c), closes #5728
- ssr: fix hydration mismatch caused by multi-line comments inside slot (e1bc268), closes #5355
- ssr: inherit scope id on functional component during ssr (847d7f7), closes #5817
- ssr: render fallthrough attributes for transition-group with tag (aed10c5), closes #5141
... (truncated)
160d5df
release: v3.2.360cd21ba
chore: remove unnecessary optional check (#5958)a0c5776
release: v3.2.35583b625
fix(compiler-sfc): fix usage detection for types in v-for/v-slot expressions3991609
release: v3.2.3473e6523
fix(compiler-sfc): support export { default } from '...'
(#5937)991d623
fix(compiler-sfc): type-only defineProps does not recognize Promise (fix #594...7fd761e
release: v3.2.34-beta.1efea4a8
fix(ssr/sfc-css-vars): fix v-bind css vars codegen for SSR31c0bb3
chore: fix snapshotsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bumps prettier from 2.3.2 to 2.6.2.
Sourced from prettier's changelog.
2.6.2
Fix LESS/SCSS format error (#12536 by
@fisker
)// Input .background-gradient(@cut) { background: linear-gradient( to right, @white 0%, @white (@cut - 0.01%), @portal-background @cut, @portal-background 100% ); }
// Prettier 2.6.1 TypeError: Cannot read properties of undefined (reading 'endOffset')
// Prettier 2.6.2 .background-gradient(
@cut
) { background: linear-gradient( to right,@white
0%,@white
(@cut
- 0.01%),@portal-background
@cut
,@portal-background
100% ); }Update
meriyah
to fix several bugs (#12567 by@fisker
, fixes inmeriyah
by@3cp
)Fixes bugs when parsing following valid code:
foo(await bar());
const regex = /.*/ms;
const element = <p>{/w/.test(s)}</p>;
... (truncated)
d6f82a0
Release 2.6.22bca9d6
Add new workflow to prevent updating users.yml
(#11784)378370a
Build(deps): Bump leven from 3.1.0 to 4.0.0 (#11349)3c96a08
Build(deps): Bump strip-ansi from 6.0.0 to 7.0.0 (#10731)1bfb08f
Build(deps): Bump meriyah from 4.2.0 to 4.2.1 (#12567)9400c89
Refactor: Add a wrapped normalizeCliOptions
version for CLI usage (#12573)5e3de48
Build(deps): Bump escape-string-regexp from 4.0.0 to 5.0.0 (#10725)5d73acc
Build(deps-dev): Bump esbuild from 0.14.29 to 0.14.30 (#12581)e2eac0c
Move some bundle test code into tests/
(#12577)7d33ed5
Build(deps-dev): Bump eslint-plugin-unicorn from 41.0.1 to 42.0.0 (#12580)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bumps @vue/compiler-sfc from 3.1.5 to 3.2.41.
Sourced from @vue/compiler-sfc
's releases.
v3.2.41
Please refer to CHANGELOG.md for details.
v3.2.40
Please refer to CHANGELOG.md for details.
v3.2.39
Please refer to CHANGELOG.md for details.
v3.2.38
Please refer to CHANGELOG.md for details.
v3.2.37
Please refer to CHANGELOG.md for details.
v3.2.36
Please refer to CHANGELOG.md for details.
v3.2.35
Please refer to CHANGELOG.md for details.
v3.2.34
Please refer to CHANGELOG.md for details.
v3.2.34-beta.1
Please refer to CHANGELOG.md for details.
v3.2.33
Please refer to CHANGELOG.md for details.
v3.2.32
Please refer to CHANGELOG.md for details.
v3.2.31
Please refer to CHANGELOG.md for details.
v3.2.30
Please refer to CHANGELOG.md for details.
v3.2.29
Please refer to CHANGELOG.md for details.
v3.2.28
Please refer to CHANGELOG.md for details.
v3.2.27
Please refer to CHANGELOG.md for details.
v3.2.26
Please refer to CHANGELOG.md for details.
... (truncated)
Sourced from @vue/compiler-sfc
's changelog.
3.2.41 (2022-10-14)
Bug Fixes
- devtools: avoid memory leak caused by devtools event buffer (24f4c47), closes #6591
- devtools: use cleanupBuffer instead of modifying _buffer (#6812) (35a113e)
- effectScope: calling off() of a detached scope should not break currentScope (a71f9ac)
- runtime-core: ensure that errors in slot function execution do not affect block tracking (#5670) (82a73da), closes #5657
- runtime-core: fix v-for ref reactivity behavior difference between prod and dev (#6714) (9ae796d), closes #6697
- runtime-dom: fix event timestamp check in iframes (5ee4053), closes #2513 #3933 #5474
3.2.40 (2022-09-28)
Bug Fixes
- compat: list cjs dependencies for compat build (96cd924), closes #6602
- compiler-dom: remove v-bind boolean attribute with literal false value when stringifying (#6635) (6c6fe2c), closes #6617
- compiler-sfc: fix expression check for v-on with object literal value (#6652) (6958ec1), closes #6650 #6674
- compilre-core: dynamic v-on and static v-on should be merged (#6747) (f9d43b9), closes #6742
- runtime-core: avoid hoisted vnodes retaining detached DOM nodes (fc5bdb3), closes #6591
- runtime-core: Lifecycle hooks should support callbacks shared by reference (#6687) (c71a08e), closes #6686
- runtime-core: remove prod-only hoisted clone behavior for manual DOM manipulation compat (aa70188), closes #6727 #6739
- runtime-core: unset removed props first in full diff mode (c0d8db8), closes #6571
- runtime-dom: fix unnecessary warning when setting coerced dom property value (b1817fe), closes #6616
- ssr: avoid ast.helpers duplication (#6664) (57ffc3e)
- ssr: fix dynamic slot regression in ssr (8963c55), closes #6651
- ssr: fix hydration mismatch when entire multi-root template is stringified (9698dd3), closes #6637
- ssr: fix pre tag windows newline hydration mismatch (0382019), closes #6410
- ssr: respect case when rendering dynamic attrs on svg (121eb32), closes #6755
3.2.39 (2022-09-08)
Bug Fixes
- runtime-core: avoid double firing when mounting inside a watcher callback (6aaf8ef), closes #6614
- runtime-core: support extends template for runtime compiler (#6250) (9875ecd), closes #6249
- ssr: reset current instance (#6184) (6493da5), closes #6110
- types: support TypeScript 4.8 (5381abc), closes #6554
3.2.38 (2022-08-30)
... (truncated)
9617dd4
release: v3.2.41534593c
chore: format551f606
release: v3.2.40f9d43b9
fix(compilre-core): dynamic v-on and static v-on should be merged (#6747)6958ec1
fix(compiler-sfc): fix expression check for v-on with object literal value (#...96ba71d
chore: fix typos (#6708)f79c423
release: v3.2.396624ead
release: v3.2.3881a7819
fix(compiler-sfc): rewriteDefault for class with decorators (#6320)769e555
fix(compiler-sfc): fix template usage check edge case for v-on statementsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bumps typescript from 4.3.5 to 4.8.4.
Sourced from typescript's releases.
TypeScript 4.8.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.8.0 (Beta).
- fixed issues query for Typescript 4.8.1 (RC).
- fixed issues query for Typescript 4.8.2 (Stable).
- fixed issues query for Typescript 4.8.3 (Stable).
- fixed issues query for Typescript 4.8.4 (Stable).
Downloads are available on:
TypeScript 4.8.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.8.0 (Beta).
- fixed issues query for Typescript 4.8.1 (RC).
- fixed issues query for Typescript 4.8.2 (Stable).
- fixed issues query for Typescript 4.8.3 (Stable).
Downloads are available on:
TypeScript 4.8
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.8.0 (Beta).
- fixed issues query for Typescript 4.8.1 (RC).
- fixed issues query for Typescript 4.8.1 (Stable).
Downloads are available on:
TypeScript 4.8 RC
For release notes, check out the release announcement.
... (truncated)
a614119
Bump version to 4.8.4 and LKG369b4d8
Cherry pick #50537 and #50779 to release-4.8 (#50907)41e1ade
Cherry-pick PR #50704 into release-4.8 (#50741)2acf3a3
Cherry-pick PR #50691 into release-4.8 (#50743)39576e6
Cherry-pick PR #50673 into release-4.8 (#50742)5773723
Cherry-pick #50724 to release-4.8 (#50760)a3b3555
Cherry-pick PR #50797 into release-4.8 (#50798)bb8cf90
Handle more places where package direcroy is converted to canonical file path...ea348f6
Bump version to 4.8.3 and LKG6bb16f1
Cherry-pick PR #50620 into release-4.8 (#50676)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bumps prettier from 2.3.2 to 2.7.1.
Sourced from prettier's releases.
2.7.1
2.7.0
2.6.2
2.6.1
2.6.0
2.5.1
2.5.0
2.4.1
2.4.0
Sourced from prettier's changelog.
2.7.1
Keep useful empty lines in description (#13013 by
@chimurai
)# Input """ First line
Second Line """ type Person { name: String }
Prettier 2.7.0
""" First line Second Line """ type Person { name: String }
Prettier 2.7.1
""" First line
Second Line """ type Person { name: String }
2.7.0
2.6.2
Fix LESS/SCSS format error (#12536 by
@fisker
)
... (truncated)
eeed611
Release 2.7.1794d9d1
bugfix(graphql): Keep useful empty lines in description (#13013)dd2af6f
Fix --skip-dependencies-install
b21772b
Allow skip depencies install & set repo5530ad2
Merge branch 'main' of github.com:prettier/prettierc7c9930
Clean changelog448786f
Revert changes in release script6b388fa
Add truncate109333a
Git blame ignore 2.7.059ec4f2
Bump Prettier dependency to 2.7.0This version was pushed to npm by prettier-bot, a new releaser for prettier since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bumps css-loader from 6.2.0 to 6.7.1.
Sourced from css-loader's releases.
v6.7.1
6.7.1 (2022-03-08)
Bug Fixes
v6.7.0
6.7.0 (2022-03-04)
Features
v6.6.0
6.6.0 (2022-02-02)
Features
- added the
hashStrategy
option (ca4abce)v6.5.1
6.5.1 (2021-11-03)
Bug Fixes
v6.5.0
6.5.0 (2021-10-26)
Features
Bug Fixes
- respect
nosources
in thedevtool
option (c60eff2)v6.4.0
6.4.0 (2021-10-09)
... (truncated)
Sourced from css-loader's changelog.
6.7.1 (2022-03-08)
Bug Fixes
6.7.0 (2022-03-04)
Features
6.6.0 (2022-02-02)
Features
- added the
hashStrategy
option (ca4abce)6.5.1 (2021-11-03)
Bug Fixes
6.5.0 (2021-10-26)
Features
Bug Fixes
- respect
nosources
in thedevtool
option (c60eff2)6.4.0 (2021-10-09)
Features
- generate more collision resistant for locals (c7db752)
... (truncated)
830fe2c
chore(release): 6.7.174dac1e
fix: defaultGetLocalIdent export (#1427)84b552a
chore(release): 6.7.0207cf36
feat: re-export defaultGetLocalIdent (#1423)f0e20e6
chore: upgrade dependencies to the latest version (#1425)4dede55
docs(readme): added types (#1418)e16ba4d
chore(deps): bump nanoid from 3.1.30 to 3.2.0 (#1412)76ad29f
docs: add yarn and pnpm installation commands (#1417)67bb937
chore: upgrade dependencies to the latest version (#1416)5d6be09
chore(release): v6.6.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bumps rss3 from 0.5.0 to 0.8.19.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)I always use Ctrl+Enter to tweet but Re: ID hooks only the tweet button.
When I started using Re:ID, I didn't know about it and was puzzled by the fact that it didn't sync at all.
It would be nice if you could support keyboard input.
Fix:
Feature:
Fix:
Feature:
Question:
Fix:
Add:
Fix:
Add:
Quizit extension Pass all your online exams with us, fast, safe and free! Setup
Nova Media Hub This Laravel Nova package allows you to manage media and media fields. Requirements php: >=8.0 laravel/nova: ^4.0 Features Media Hub UI
All-About-Me A Social Media Web App built with Vue.js, Firebase, Element-UI, Disqus, Vuex, Vue-Router, and Sass. Online Demo https://bb-all-about-me.n
Browsilo - A simple HTML file browser. One file. Made with Vue.js. Great for simple projects.
Epiboard A new tab page adding a touch of wow and an interface following the lines of the material design. ?? ?? . You can simply and quickly access t
Home Assistant Extension for Chrome and Firefox Unofficial extension to quickly access your Home Assistant dashboard from everywhere Setup In your Lov
Light Tab Page 轻标签页 一款轻量简洁的新标签页浏览器插件,专注新标签页基础功能 使用下一代前端开发与构建框架编写,更低CPU、内存占用,加载更迅速 安装 Chrome 应用商店(待上架) Edge 应用商店 Firefox 应用商店 离线安装包 体验地址 (仅缺失部分插件独有功能)
Welcome to Track & Trace Tools What's Track & Trace Tools? Track & Trace Tools is an open source browser extension that adds extra features to Metrc.
Lulumi-browser Lulumi-browser is a lightweight browser coded with Vue.js 2 and Electron. If you like this and would like to support it. Check out my p
Filscan browser is the filecoin blockchain browser and data service platform,It provides one-stop data services such as mining ranking, blockchain data query and visualization chart based on filecoin
A file manager tool and field for Laravel Nova. Beautifully designed, and customizable, this tool will provide a plug'n'play solution for your file management needs.
Quasar App Extension color-scheme Generate nice, pretty color schemes for your Q
moshop2_use_own_api Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run bu
Getting data from the API of DEV.TO An example of getting data from the dev.to API to display its own articles. Work with VueJS, fetch and the API of
hotel Start apps from your browser and use local domains/https automatically Tip: if you don't enable local domains, hotel can still be used as a cata
Serverless Invoices by Moku Serverless Invoices is a free invoicing tool for freelancers and small businesses. It is open-source and easily extendable
Retro Environment Canada Weather Channel This project is intended to be a loose recreation of the Environment Canada Weather Channel that was commonly
REST API Client Website: https://l23de.github.io/rest-api-client/ Inspirations t
Laravel Media Manager Installation Config Features Events Usage Installation composer require ctf0/media-manager publish the package assets with php a