Closed dependabot[bot] closed 8 months ago
Bumps the minor group in /vue2 with 23 updates:
5.0.6
5.0.7
2.7.14
2.7.16
7.23.0
7.24.0
5.5.0
5.7.4
1.5.1
1.10.1
18.2.2
18.2.4
29.5.6
29.5.12
13.0.4
13.0.7
20.8.7
20.12.2
2.0.3
2.0.6
2.2.0
2.3.1
0.4.0
0.5.1
8.52.0
8.57.0
9.17.0
9.24.0
29.1.1
29.1.2
10.9.1
10.9.2
0.25.2
0.25.12
5.2.2
5.4.3
0.24.3
0.26.0
5.1.4
5.2.7
3.6.0
3.8.1
1.8.20
1.8.27
Updates @capacitor/local-notifications from 5.0.6 to 5.0.7
@capacitor/local-notifications
Sourced from @capacitor/local-notifications's releases.
@capacitor/local-notifications
@capacitor/local-notifications@5.0.7 5.0.7 (2024-01-29) Note: Version bump only for package @capacitor/local-notifications
@5
Note: Version bump only for package @capacitor/local-notifications
d5483ce
be9ff28
d8540fe
e2cdf35
f9afbe9
c5aab48
77dc373
bf7ec33
3b520b8
e18f458
Updates @capacitor/preferences from 5.0.6 to 5.0.7
@capacitor/preferences
Sourced from @capacitor/preferences's releases.
@capacitor/preferences
@capacitor/preferences@5.0.7 5.0.7 (2024-01-29) Note: Version bump only for package @capacitor/preferences
Note: Version bump only for package @capacitor/preferences
Updates vue-template-compiler from 2.7.14 to 2.7.16
vue-template-compiler
Sourced from vue-template-compiler's releases.
v2.7.16 "Swan Song" This is the final release for Vue 2. Vue 2 will reach End of Life on December 31st, 2023. For more details, please read this blog post. Please refer to CHANGELOG.md for details. v2.7.16-beta.2 Please refer to CHANGELOG.md for details. v2.7.16-beta.1 Please refer to CHANGELOG.md for details. v2.7.15 Please refer to CHANGELOG.md for details.
This is the final release for Vue 2.
Vue 2 will reach End of Life on December 31st, 2023. For more details, please read this blog post.
Please refer to CHANGELOG.md for details.
Sourced from vue-template-compiler's changelog.
2.7.16 Swan Song (2023-12-24) Bug Fixes lifecycle: esnure component effect scopes are disconnected (56ce7f8), closes #13134 2.7.16-beta.2 (2023-12-14) Bug Fixes account for nested render calls (db9c566), closes #13131 types: export more types for v3 alignment (jsx / component options) (895669f), closes #13078 #13128 2.7.16-beta.1 (2023-12-08) Bug Fixes compiler-sfc: check template ref usage, (#12985) (83d9535), closes #12984 compiler-sfc: fix rewriteDefault edge cases (25f97a5), closes #13060 #12892 #12906 keep-alive: fix keep-alive memory leak (2632249), closes #12827 keep-alive: fix memory leak without breaking transition tests (e0747f4) props: should not unwrap props that are raw refs (08382f0), closes #12930 shallowReactive: should track value if already reactive when set in shallowReactive (0ad8e8d) style: always set new styles (f5ef882), closes #12901 #12946 types: fix shallowRef's return type (#12979) (a174c29), closes #12978 types: fix type augmentation and compiler-sfc types w/moduleResolution: bundler (#13107) (de0b97b), closes #13106 types: provide types for built-in components (3650c12), closes #13002 types: type VNodeChildren should allow type number (#13067) (24fcf69), closes #12973 utils: unwrap refs when stringifying values in template (ae3e4b1), closes #12884 #12888 watch: new property addition should trigger deep watcher with getter (6d857f5), closes #12967 #12972 2.7.15 (2023-10-23) Bug Fixes compiler-sfc: add semicolon after defineProps statement (#12879) (51fef2c) compiler-sfc: fix macro usage in multi-variable declaration (#12873) (d27c128) compiler-sfc: Optimize the value of emitIdentifier (#12851) (bb59751) compiler-sfc: Resolve object expression parsing errors in v-on (#12862) (b8c8b3f) lifecycle: scope might changed when call hook (#13070) (74ca5a1)
ref
defineProps
v-on
... (truncated)
13f4e7d
56ce7f8
305e4ae
3e1037e
db9c566
895669f
73bdf14
e0747f4
2632249
3650c12
Updates @babel/types from 7.23.0 to 7.24.0
@babel/types
Sourced from @babel/types's releases.
@babel/types
v7.24.0 (2024-02-28) Thanks @ajihyf for your first PR! Release post with summary and highlights: https://babeljs.io/7.24.0 :rocket: New Feature babel-standalone #11696 Export babel tooling packages in @babel/standalone (@ajihyf) babel-core, babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-class-properties #16267 Implement noUninitializedPrivateFieldAccess assumption (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-decorators, babel-plugin-transform-class-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime #16242 Support decorator 2023-11 normative updates (@JLHwung) babel-preset-flow #16309 [babel 7] Allow setting ignoreExtensions in Flow preset (@nicolo-ribaudo) #16284 Add experimental_useHermesParser option in preset-flow (@liuxingbaoyu) babel-helper-import-to-platform-api, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-standalone #16172 Add transform support for JSON modules imports (@nicolo-ribaudo) babel-plugin-transform-runtime #16241 Add back moduleName option to @babel/plugin-transform-runtime (@nicolo-ribaudo) babel-parser, babel-types #16277 Allow import attributes for TSImportType (@sosukesuzuki) :bug: Bug Fix babel-plugin-proposal-do-expressions, babel-traverse #16305 fix: avoid popContext on unvisited node paths (@JLHwung) babel-helper-create-class-features-plugin, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object #16312 Fix class private properties when privateFieldsAsSymbols (@liuxingbaoyu) babel-helper-create-class-features-plugin, babel-plugin-transform-private-methods #16307 Fix the support of arguments in private get/set method (@liuxingbaoyu) babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators #16287 Reduce decorator static property size (@liuxingbaoyu) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16281 Fix evaluation order of decorators with cached receiver (@nicolo-ribaudo) #16279 Fix decorator this memoization (@JLHwung) #16266 Preserve static on decorated private accessor (@nicolo-ribaudo) #16258 fix: handle decorated async private method and generator (@JLHwung) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-preset-env #16275 Fix class private properties when privateFieldsAsProperties (@liuxingbaoyu) babel-helpers #16268 Do not consider arguments in a helper as a global reference (@nicolo-ribaudo) babel-helpers, babel-plugin-proposal-decorators #16270 Handle symbol key class elements decoration (@JLHwung) #16265 Do not define access.get for public setter decorators (@nicolo-ribaudo) :nail_care: Polish babel-core, babel-helper-create-class-features-plugin, babel-preset-env #12428 Suggest using BABEL_SHOW_CONFIG_FOR for config problems (@nicolo-ribaudo) :house: Internal
Thanks @ajihyf for your first PR!
@ajihyf
Release post with summary and highlights: https://babeljs.io/7.24.0
babel-standalone
@babel/standalone
babel-core
babel-helper-create-class-features-plugin
babel-helpers
babel-plugin-transform-class-properties
noUninitializedPrivateFieldAccess
@nicolo-ribaudo
babel-plugin-proposal-decorators
babel-plugin-proposal-pipeline-operator
babel-plugin-syntax-decorators
babel-runtime-corejs2
babel-runtime-corejs3
babel-runtime
@JLHwung
babel-preset-flow
ignoreExtensions
experimental_useHermesParser
preset-flow
@liuxingbaoyu
babel-helper-import-to-platform-api
babel-plugin-proposal-import-wasm-source
babel-plugin-proposal-json-modules
babel-plugin-transform-runtime
moduleName
@babel/plugin-transform-runtime
babel-parser
babel-types
TSImportType
@sosukesuzuki
babel-plugin-proposal-do-expressions
babel-traverse
popContext
babel-plugin-transform-private-methods
babel-plugin-transform-private-property-in-object
privateFieldsAsSymbols
arguments
get/set
static
accessor
babel-plugin-transform-async-generator-functions
babel-plugin-transform-typescript
babel-preset-env
privateFieldsAsProperties
access.get
BABEL_SHOW_CONFIG_FOR
Sourced from @babel/types's changelog.
v7.24.0 (2024-02-28) :rocket: New Feature babel-standalone #11696 Export babel tooling packages in @babel/standalone (@ajihyf) babel-core, babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-class-properties #16267 Implement noUninitializedPrivateFieldAccess assumption (@nicolo-ribaudo) babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-decorators, babel-plugin-transform-class-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime #16242 Support decorator 2023-11 normative updates (@JLHwung) babel-preset-flow #16309 [babel 7] Allow setting ignoreExtensions in Flow preset (@nicolo-ribaudo) #16284 Add experimental_useHermesParser option in preset-flow (@liuxingbaoyu) babel-helper-import-to-platform-api, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-standalone #16172 Add transform support for JSON modules imports (@nicolo-ribaudo) babel-plugin-transform-runtime #16241 Add back moduleName option to @babel/plugin-transform-runtime (@nicolo-ribaudo) babel-parser, babel-types #16277 Allow import attributes for TSImportType (@sosukesuzuki) :bug: Bug Fix babel-plugin-proposal-do-expressions, babel-traverse #16305 fix: avoid popContext on unvisited node paths (@JLHwung) babel-helper-create-class-features-plugin, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object #16312 Fix class private properties when privateFieldsAsSymbols (@liuxingbaoyu) babel-helper-create-class-features-plugin, babel-plugin-transform-private-methods #16307 Fix the support of arguments in private get/set method (@liuxingbaoyu) babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators #16287 Reduce decorator static property size (@liuxingbaoyu) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16281 Fix evaluation order of decorators with cached receiver (@nicolo-ribaudo) #16279 Fix decorator this memoization (@JLHwung) #16266 Preserve static on decorated private accessor (@nicolo-ribaudo) #16258 fix: handle decorated async private method and generator (@JLHwung) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-preset-env #16275 Fix class private properties when privateFieldsAsProperties (@liuxingbaoyu) babel-helpers #16268 Do not consider arguments in a helper as a global reference (@nicolo-ribaudo) babel-helpers, babel-plugin-proposal-decorators #16270 Handle symbol key class elements decoration (@JLHwung) #16265 Do not define access.get for public setter decorators (@nicolo-ribaudo) :nail_care: Polish babel-core, babel-helper-create-class-features-plugin, babel-preset-env #12428 Suggest using BABEL_SHOW_CONFIG_FOR for config problems (@nicolo-ribaudo) :house: Internal babel-helper-transform-fixture-test-runner #16278 Continue writing output.js when exec.js throws (@liuxingbaoyu) :microscope: Output optimization
babel-helper-transform-fixture-test-runner
output.js
exec.js
ce59160
e44d8d7
08a057c
Object.hasOwn
a0dd614
3d1b18b
d02c1f7
e9a74bc
TSPropertySignature.initializer
f8a98c7
CodeGenerator
@babel/generator
afcb5a8
toPropertyKey
8479012
Updates @capacitor/cli from 5.5.0 to 5.7.4
@capacitor/cli
Sourced from @capacitor/cli's releases.
@capacitor/cli
5.7.4 5.7.4 (2024-03-20) Bug Fixes http: change proxy url generation (30a32f4) 5.7.3 5.7.3 (2024-03-15) Bug Fixes cli: apkName for multi-dimensional flavors (#7347) (771d678) http: keep original URL properties on proxy (#7338) (9ef8b1d) http: Make proxy work with Request objects (#7348) (#7351) (0139aa8) http: set port for proxy url (#7346) (5bd33c4) ios: overwrite CORS headers on livereload (#7349) (1aad9c6) 5.7.2 5.7.2 (2024-03-06) Bug Fixes android: prevent crash on script injection if the script is too long (#7316) (67c00e2) cli: Attempt to verify non-cjs modules exist if cjs resolution fails (#7310) (#7313) (28e7f08) 5.7.1 5.7.1 (2024-03-01) Bug Fixes android: handle http errors on the proxy (#7297) (279f198) android: incorrect http url params encoding (#7303) (3857dad) android: let WebView handle errors (#7304) (b71635c) android: make JSInjector replace first only (#7249) (1c45b81) cli: correct build path for non flavor builds (#7281) (#7290) (9b71399) cli: remove certificate file extension check on copy (#7240) (#7243) (4650b4f) http: handle proxy urls with port (#7298) (00b7abf) http: route get requests through custom handler (#7295) (30eb6f7) 5.7.0 5.7.0 (2024-02-07) Bug Fixes
Sourced from @capacitor/cli's changelog.
5.7.4 (2024-03-20) Bug Fixes http: change proxy url generation (30a32f4) 5.7.3 (2024-03-15) Bug Fixes cli: apkName for multi-dimensional flavors (#7347) (771d678) http: keep original URL properties on proxy (#7338) (9ef8b1d) http: Make proxy work with Request objects (#7348) (#7351) (0139aa8) http: set port for proxy url (#7346) (5bd33c4) ios: overwrite CORS headers on livereload (#7349) (1aad9c6) 5.7.2 (2024-03-06) Bug Fixes android: prevent crash on script injection if the script is too long (#7316) (67c00e2) cli: Attempt to verify non-cjs modules exist if cjs resolution fails (#7310) (#7313) (28e7f08) 5.7.1 (2024-03-01) Bug Fixes android: handle http errors on the proxy (#7297) (279f198) android: incorrect http url params encoding (#7303) (3857dad) android: let WebView handle errors (#7304) (b71635c) android: make JSInjector replace first only (#7249) (1c45b81) cli: correct build path for non flavor builds (#7281) (#7290) (9b71399) cli: remove certificate file extension check on copy (#7240) (#7243) (4650b4f) http: handle proxy urls with port (#7298) (00b7abf) http: route get requests through custom handler (#7295) (30eb6f7) 5.7.0 (2024-02-07) Bug Fixes cli: correctly build and sign Android apps using Flavors (#7211) (af97904) http: better handling of active requests and shutting down gracefully (a56e845) Features webview: add setServerAssetPath method (4e8449c) 5.6.0 (2023-12-14) Bug Fixes
f8f2322
30a32f4
3c9feb4
0139aa8
1aad9c6
771d678
5bd33c4
9ef8b1d
03febfa
6c7a7b0
Updates @rushstack/eslint-patch from 1.5.1 to 1.10.1
@rushstack/eslint-patch
Sourced from @rushstack/eslint-patch's changelog.
@rushstack/eslint-patch
1.10.1 Fri, 29 Mar 2024 05:46:41 GMT Patches Fix an issue where the eslint-bulk prune command would crash if a bulk suppressions file exists that speicifies no suppressions. Exit with success under normal conditions. 1.10.0 Thu, 28 Mar 2024 18:11:12 GMT Minor changes Delete the .eslint-bulk-suppressions.json file during pruning if all suppressions have been eliminated. Patches Fix an issue with running eslint-bulk prune in a project with suppressions that refer to deleted files. 1.9.0 Wed, 27 Mar 2024 19:47:21 GMT Minor changes Fix an issue where eslint-bulk prune does not work if there are no files to lint in the project root. 1.8.0 Wed, 20 Mar 2024 02:09:14 GMT Minor changes Refactor the bulk-suppressions feature to fix some performance issues. Patches Fix an issue where linting issues that were already suppressed via suppression comments were recorded in the bulk suppressions list. 1.7.2 Thu, 25 Jan 2024 23:03:57 GMT Patches Some minor documentation updates 1.7.1 Wed, 24 Jan 2024 07:38:34 GMT Patches Update documentation
Fri, 29 Mar 2024 05:46:41 GMT
eslint-bulk prune
Thu, 28 Mar 2024 18:11:12 GMT
.eslint-bulk-suppressions.json
Wed, 27 Mar 2024 19:47:21 GMT
Wed, 20 Mar 2024 02:09:14 GMT
Thu, 25 Jan 2024 23:03:57 GMT
Wed, 24 Jan 2024 07:38:34 GMT
323fddb
165cb01
fce27bb
11d0146
d7fb39a
c09b14c
e51a2c0
96d5dc4
dc3ec45
e548e6e
Updates @tsconfig/node18 from 18.2.2 to 18.2.4
@tsconfig/node18
Updates @types/jest from 29.5.6 to 29.5.12
@types/jest
Updates @types/markdown-it from 13.0.4 to 13.0.7
@types/markdown-it
Updates @types/node from 20.8.7 to 20.12.2
@types/node
Updates @types/showdown from 2.0.3 to 2.0.6
@types/showdown
Updates @vitejs/plugin-vue2 from 2.2.0 to 2.3.1
@vitejs/plugin-vue2
Sourced from @vitejs/plugin-vue2's releases.
@vitejs/plugin-vue2
v2.3.1 Please refer to CHANGELOG.md for details. v2.3.0 Please refer to CHANGELOG.md for details.
This version was pushed to npm by sxzz, a new releaser for @vitejs/plugin-vue2 since your current version.
Updates @vue/tsconfig from 0.4.0 to 0.5.1
@vue/tsconfig
22e15e3
9877d73
ba22003
5b778b2
noEmit
tsconfig.lib.json
Updates eslint from 8.52.0 to 8.57.0
eslint
Sourced from eslint's releases.
v8.57.0 Features 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas) dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#18066) (Nitin Kumar) Bug Fixes 2196d97 fix: handle absolute file paths in FlatRuleTester (#18064) (Nitin Kumar) 69dd1d1 fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar) 9852a31 fix: deep merge behavior in flat config (#18065) (Nitin Kumar) 4c7e9b0 fix: allow circular references in config (#18056) (Milos Djermanovic) Documentation 84922d0 docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas) 5b8c363 docs: Switch to Ethical Ads (#18117) (Milos Djermanovic) 77dbfd9 docs: show NEXT in version selectors (#18052) (Milos Djermanovic) Chores 1813aec chore: upgrade @eslint/js@8.57.0 (#18143) (Milos Djermanovic) 5c356bb chore: package.json update for @eslint/js release (Jenkins) f4a1fe2 test: add more tests for ignoring files and directories (#18068) (Nitin Kumar) 42c0aef ci: Enable CI for v8.x branch (#18047) (Milos Djermanovic) v8.56.0 Features 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin) 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri) Bug Fixes 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846) (Francesco Trotta) 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin) Documentation 9007719 docs: update link in ways-to-extend.md (#17839) (Amel SELMANE) 3a22236 docs: Update README (GitHub Actions Bot) 54c3ca6 docs: fix migration-guide example (#17829) (Tanuj Kanti) 4391b71 docs: check config comments in rule examples (#17815) (Francesco Trotta) fd28363 docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx) 48ed5a6 docs: Update README (GitHub Actions Bot) Chores ba6af85 chore: upgrade @eslint/js@8.56.0 (#17864) (Milos Djermanovic) 60a531a chore: package.json update for @eslint/js release (Jenkins) ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot]) 9271d10 chore: add GitHub issue template for docs issues ... _Description has been truncated_
1120b9b
dca7d0f
eslint.config.mjs
eslint.config.cjs
2196d97
FlatRuleTester
69dd1d1
9852a31
4c7e9b0
84922d0
5b8c363
77dbfd9
1813aec
@eslint/js
@8
5c356bb
f4a1fe2
42c0aef
v8.x
0dd9704
31a7e3f
7d5e5f6
TypeError: fs.exists is not a function
74739c8
9007719
3a22236
54c3ca6
4391b71
fd28363
48ed5a6
ba6af85
60a531a
ba87a06
9271d10
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.
To ignore these dependencies, configure ignore rules in dependabot.yml
Bumps the minor group in /vue2 with 23 updates:
5.0.6
5.0.7
5.0.6
5.0.7
2.7.14
2.7.16
7.23.0
7.24.0
5.5.0
5.7.4
1.5.1
1.10.1
18.2.2
18.2.4
29.5.6
29.5.12
13.0.4
13.0.7
20.8.7
20.12.2
2.0.3
2.0.6
2.2.0
2.3.1
0.4.0
0.5.1
8.52.0
8.57.0
9.17.0
9.24.0
29.1.1
29.1.2
10.9.1
10.9.2
0.25.2
0.25.12
5.2.2
5.4.3
0.24.3
0.26.0
5.1.4
5.2.7
3.6.0
3.8.1
1.8.20
1.8.27
Updates
@capacitor/local-notifications
from 5.0.6 to 5.0.7Release notes
Sourced from
@capacitor/local-notifications
's releases.Commits
d5483ce
chore(release): publish [skip ci]be9ff28
docs: fix addListener links (#2012)d8540fe
fix(screen-orientation) Add ScreenOrientationLockType (#2005)e2cdf35
feat(browser): implement close() method for androidf9afbe9
fix(filesystem): requestPermissions not resolving (#1991)c5aab48
chore(release): publish [skip ci]77dc373
fix(camera): reject promise on web input cancel event (#1964)bf7ec33
feat(google-maps): Separate mapId for Google Maps Cloud IDs (#1943)3b520b8
fix(keyboard): Change keyboard style during setStyle (#1935)e18f458
docs(screen-reader): Use stateChange event in example code (#1934)Updates
@capacitor/preferences
from 5.0.6 to 5.0.7Release notes
Sourced from
@capacitor/preferences
's releases.Commits
d5483ce
chore(release): publish [skip ci]be9ff28
docs: fix addListener links (#2012)d8540fe
fix(screen-orientation) Add ScreenOrientationLockType (#2005)e2cdf35
feat(browser): implement close() method for androidf9afbe9
fix(filesystem): requestPermissions not resolving (#1991)c5aab48
chore(release): publish [skip ci]77dc373
fix(camera): reject promise on web input cancel event (#1964)bf7ec33
feat(google-maps): Separate mapId for Google Maps Cloud IDs (#1943)3b520b8
fix(keyboard): Change keyboard style during setStyle (#1935)e18f458
docs(screen-reader): Use stateChange event in example code (#1934)Updates
vue-template-compiler
from 2.7.14 to 2.7.16Release notes
Sourced from vue-template-compiler's releases.
Changelog
Sourced from vue-template-compiler's changelog.
... (truncated)
Commits
13f4e7d
release: v2.7.1656ce7f8
fix(lifecycle): esnure component effect scopes are disconnected305e4ae
release: v2.7.16-beta.23e1037e
chore: bump vitest to 1.0.4db9c566
fix: account for nested render calls895669f
fix(types): export more types for v3 alignment (jsx / component options)73bdf14
release: v2.7.16-beta.1e0747f4
fix(keep-alive): fix memory leak without breaking transition tests2632249
fix(keep-alive): fix keep-alive memory leak3650c12
fix(types): provide types for built-in componentsUpdates
@babel/types
from 7.23.0 to 7.24.0Release notes
Sourced from
@babel/types
's releases.... (truncated)
Changelog
Sourced from
@babel/types
's changelog.... (truncated)
Commits
ce59160
v7.24.0e44d8d7
Allow import attributes forTSImportType
(#16277)08a057c
UseObject.hasOwn
when available (#16248)a0dd614
v7.23.93d1b18b
Remove@babel/types
props that are not produced by the parser (#16213)d02c1f7
v7.23.6e9a74bc
RemoveTSPropertySignature.initializer
(#16154)f8a98c7
[babel 8] RemoveCodeGenerator
from@babel/generator
(#16126)afcb5a8
ApplytoPropertyKey
on decorator context name (#16139)8479012
v7.23.5Updates
@capacitor/cli
from 5.5.0 to 5.7.4Release notes
Sourced from
@capacitor/cli
's releases.... (truncated)
Changelog
Sourced from
@capacitor/cli
's changelog.... (truncated)
Commits
f8f2322
Release 5.7.430a32f4
fix(http): change proxy url generation3c9feb4
Release 5.7.30139aa8
fix(http): Make proxy work with Request objects (#7348) (#7351)1aad9c6
fix(ios): overwrite CORS headers on livereload (#7349)771d678
fix(cli): apkName for multi-dimensional flavors (#7347)5bd33c4
fix(http): set port for proxy url (#7346)9ef8b1d
fix(http): keep original URL properties on proxy (#7338)03febfa
chore(ci): Re enable pod validation failures (#7335)6c7a7b0
chore(ios): Add xcprivacy for Capacitor and Cordova (#7322)Updates
@rushstack/eslint-patch
from 1.5.1 to 1.10.1Changelog
Sourced from
@rushstack/eslint-patch
's changelog.... (truncated)
Commits
323fddb
Bump versions [skip ci]165cb01
Update changelogs [skip ci]fce27bb
Clean up a logging message.11d0146
Exit with success under normal conditions.d7fb39a
Fix an issue where 'eslint-bulk prune' crashes if there aren't any suppressions.c09b14c
Bump versions [skip ci]e51a2c0
Update changelogs [skip ci]96d5dc4
Delete suppressions file if all issues have been resolved.dc3ec45
Fix an issue with pruning a project with deleted files that had suppressionse548e6e
Bump versions [skip ci]Updates
@tsconfig/node18
from 18.2.2 to 18.2.4Commits
Updates
@types/jest
from 29.5.6 to 29.5.12Commits
Updates
@types/markdown-it
from 13.0.4 to 13.0.7Commits
Updates
@types/node
from 20.8.7 to 20.12.2Commits
Updates
@types/showdown
from 2.0.3 to 2.0.6Commits
Updates
@vitejs/plugin-vue2
from 2.2.0 to 2.3.1Release notes
Sourced from
@vitejs/plugin-vue2
's releases.Commits
Maintainer changes
This version was pushed to npm by sxzz, a new releaser for
@vitejs/plugin-vue2
since your current version.Updates
@vue/tsconfig
from 0.4.0 to 0.5.1Commits
22e15e3
0.5.19877d73
fix: remove outDir (temporary fix for #27)ba22003
0.5.05b778b2
feat: turn onnoEmit
by default and addtsconfig.lib.json
(#26)Updates
eslint
from 8.52.0 to 8.57.0Release notes
Sourced from eslint's releases.