Jesse Mazzella
c200999659
test(e2e): fix overlay plot element preview test flake ( #6609 )
...
test: wait for plot to be drawn before assertions
2023-04-19 13:40:44 -07:00
Jesse Mazzella
ddeeff4822
Fix test flake and playwright version in couchdb circleci test ( #6608 )
...
* test: wait for `domcontentloaded` on reload
* chore: playwright `1.32.3` in circleci couchdb test
* test: simplify(why was this creating a clock??)
2023-04-19 19:11:09 +00:00
dependabot[bot]
5610846147
chore(deps-dev): bump @deploysentinel/playwright from 0.3.3 to 0.3.4 ( #6606 )
...
Bumps @deploysentinel/playwright from 0.3.3 to 0.3.4.
---
updated-dependencies:
- dependency-name: "@deploysentinel/playwright"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-19 17:17:57 +00:00
John Hill
88fde47932
Add @types/lodash to dependabot semver ignore list ( #6604 )
...
Add lodash types to ignore list
2023-04-19 09:23:16 -07:00
dependabot[bot]
2a0faba35f
chore(deps-dev): bump eslint-plugin-vue from 9.10.0 to 9.11.0 ( #6597 )
...
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) from 9.10.0 to 9.11.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.10.0...v9.11.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-vue
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-18 16:41:58 -07:00
dependabot[bot]
a47abf5f96
chore(deps-dev): bump webpack-dev-server from 4.11.1 to 4.13.3 ( #6596 )
...
* chore(deps-dev): bump webpack-dev-server from 4.11.1 to 4.13.3
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.11.1 to 4.13.3.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v4.13.3 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: disable webpack overlay for runtime errors
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Mazzella <jesse.d.mazzella@nasa.gov>
2023-04-18 16:33:43 -07:00
Jesse Mazzella
968eee6698
chore: bump Playwright to v1.32.3 ( #6511 )
...
* chore: bump Playwright to v1.32.1
* test: fix locators, remove unnecessary awaits
* chore: bump Playwright in ci workflows
* test: better selectors for yAxis configs
- fix tests
* chore: bump Playwright to 1.32.3
* refactor: ensure openmct starts after plugins install
* fix: wait for domcontentloaded on initial nav
* test: fix autoscale snapshot test
* test: fix `--max-failures` argname typo
* test: update old locators
* test(fix): add missing await
* test: fix typo 😅
2023-04-18 22:32:29 +00:00
John Hill
43d56a68bb
Bump for 2.2.3 ( #6600 )
...
Update package.json
Co-authored-by: Shefali Joshi <simplyrender@gmail.com>
2023-04-18 21:13:05 +00:00
Jesse Mazzella
f055a8a0c7
fix(e2e): remove unnecessary wait for networkidle
and fix selectors ( #6370 )
2023-04-18 20:25:43 +00:00
John Hill
2820237d60
Fixes the way we start and stop couchdb on bare metal CI agents ( #6589 )
2023-04-17 14:26:13 -07:00
Jesse Mazzella
dbdc9bb4e2
fix( #6549 ): [StaticRootPlugin] Remap non-empty root namespaces and non-root namespaces correctly ( #6583 )
...
* fix: preserve truthy namespaces and unmapped values
- Fixes the issue of the Static Root provider overriding existing namespaces, such as those from a telemetry dictionary
- Fixes the issue of keys of child objects NOT present in the idMapping (such as those from a telemetry dictionary) being overwritten as undefined
- TODO: This will not work for objects exported from an environment that has the "MyItems" namespace defined to anything other than an empty string. Need to figure out how to handle this.
* fix: handle the case of rootId having a namespace !== ""
* refactor: use `parseKeyString`
* fix: StaticRootPlugin object mapping for non-empty namespaces
* fix: use index, fix location identifiers
* tets: add non-empty namespace tests (wip)
* refactor: rename and move test files
* test: update StaticModelProvider tests
* fix: remap to identifiers for config, not keystring
---------
Co-authored-by: Khalid Adil <khalidadil29@gmail.com>
2023-04-14 18:31:04 -05:00
Jesse Mazzella
a9a98380f2
test(visual): add theme to notification banner test name ( #6450 )
...
* test(visual): add theme to notification banner test name
* test: rename file
* test: switch to small example plan
* test: snapshot object-view only
* test: fix selectors
* refactor: chain locators together
2023-04-13 10:02:56 -07:00
dependabot[bot]
e3ab085dd5
chore(deps-dev): bump webpack from 5.78.0 to 5.79.0 ( #6588 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.78.0 to 5.79.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.78.0...v5.79.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-12 15:38:59 -07:00
dependabot[bot]
519135527b
chore(deps-dev): bump sass from 1.61.0 to 1.62.0 ( #6587 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.61.0 to 1.62.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.61.0...1.62.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-12 13:44:16 -07:00
John Hill
fc37f6e05b
Move Dependabot to weekly to reduce frequency of changes and reduce CI Bill ( #6585 )
...
Update dependabot.yml
2023-04-12 11:11:41 -07:00
dependabot[bot]
ab1df89396
chore(deps-dev): bump webpack from 5.77.0 to 5.78.0 ( #6559 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.77.0 to 5.78.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.77.0...v5.78.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-11 12:25:59 -07:00
dependabot[bot]
9ee5ab96f3
chore(deps-dev): bump sass from 1.59.3 to 1.61.0 ( #6569 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.59.3 to 1.61.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.59.3...1.61.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-11 12:09:45 -07:00
dependabot[bot]
8b2c6e3fb3
chore(deps-dev): bump @percy/cli from 1.22.0 to 1.23.0 ( #6578 )
...
Bumps [@percy/cli](https://github.com/percy/cli/tree/HEAD/packages/cli ) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/percy/cli/releases )
- [Commits](https://github.com/percy/cli/commits/v1.23.0/packages/cli )
---
updated-dependencies:
- dependency-name: "@percy/cli"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-11 08:15:48 -07:00
John Hill
b8b0a08eeb
Add Code Coverage Doc and some other drive-bys ( #5724 )
2023-04-10 12:25:17 -07:00
dependabot[bot]
633b6be2fd
chore(deps-dev): bump typescript from 4.9.5 to 5.0.4 ( #6574 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.9.5 to 5.0.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.0.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-10 11:21:16 -07:00
Shefali Joshi
4963aff8a0
Only decrement and save if there is composition but no child object reference ( #6568 )
...
Co-authored-by: David Tsay <3614296+davetsay@users.noreply.github.com>
2023-04-07 06:17:52 +00:00
John Hill
6786be54fa
Add safari as well as iOS safari browserlist check ( #6567 )
...
* Add safari as well as iOS safari browserlist check
* Update package.json
* math
2023-04-06 16:51:28 -07:00
dependabot[bot]
b081389e68
chore(deps-dev): bump @percy/cli from 1.21.0 to 1.22.0 ( #6565 )
...
Bumps [@percy/cli](https://github.com/percy/cli/tree/HEAD/packages/cli ) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/percy/cli/releases )
- [Commits](https://github.com/percy/cli/commits/v1.22.0/packages/cli )
---
updated-dependencies:
- dependency-name: "@percy/cli"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-06 14:34:59 -07:00
Jamie V
7a3ec3a241
Fix ExportAsJSONAction to not lose layout configurations on linked objects ( #6562 )
2023-04-05 23:03:23 -07:00
John Hill
c0c383bf18
First attempt at DeploySentinel and fix couchdb notebook tests ( #6398 )
...
* First attempt
* Remove commented pattern
* Add deploysentinel to github action
* drive by
* Stablization
* remove only
* entries now selected on creation
* select previous entry on deletion
* add deletion test
* wip
* fix adding focus selection
* remove previous entry selection logic
* null check for event
* address review comments
* address review comments
* refactor tests a bit
* typo
* Add some determinism to avoid console errors
* refactor and use methods
* stabilize
* remove debug
* remove only
* combine clean commands
* comments
* change to expects
* test: await toBeHidden() assertion
* test: use `myItemsFolderName` instead of 'My Items'
---------
Co-authored-by: Scott Bell <scott@traclabs.com>
Co-authored-by: Jesse Mazzella <jesse.d.mazzella@nasa.gov>
2023-04-05 06:25:28 -07:00
John Hill
fe1c99de12
First attempt at DeploySentinel and fix couchdb notebook tests ( #6398 )
...
* First attempt
* Remove commented pattern
* Add deploysentinel to github action
* drive by
* Stablization
* remove only
* entries now selected on creation
* select previous entry on deletion
* add deletion test
* wip
* fix adding focus selection
* remove previous entry selection logic
* null check for event
* address review comments
* address review comments
* refactor tests a bit
* typo
* Add some determinism to avoid console errors
* refactor and use methods
* stabilize
* remove debug
* remove only
* combine clean commands
* comments
* change to expects
* test: await toBeHidden() assertion
* test: use `myItemsFolderName` instead of 'My Items'
---------
Co-authored-by: Scott Bell <scott@traclabs.com>
Co-authored-by: Jesse Mazzella <jesse.d.mazzella@nasa.gov>
2023-04-05 06:24:57 -07:00
Scott Bell
2e60da0401
Ensure annotations on empty entries in notebook are not lost ( #6525 )
...
* entries now selected on creation
* select previous entry on deletion
* add deletion test
* wip
* fix adding focus selection
* remove previous entry selection logic
* null check for event
* address review comments
* address review comments
* refactor tests a bit
* typo
* remove clicking on entries
2023-04-04 14:37:38 -07:00
Vitor Henckel
bc3a5408b4
fix( #6503 ): Recently Viewed Items - Disable button if no items ( #6533 )
...
* add e2e test
* fix: remove slow function
* test: After deactivating the button, new objects must be inserted and the button becomes active again
* test: ensure clear recent objects button is active or inactive
* add an event to notify when an object is inserted in the recents list
* add an event to notify when an object is inserted in the recents list
* fix: adjusting function name and add validation for triggering the event
* fix: add event to disable button only when user click ok to clear list of recents
* test: fix failing e2e + better assertions
---------
Co-authored-by: Jesse Mazzella <jessemazzella@gmail.com>
2023-04-03 23:56:03 +00:00
John Hill
344bf8eed3
[CI] Stop taking patch releases for moment-timezone ( #6553 )
...
Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
2023-04-03 17:20:09 +00:00
John Hill
cbb3368937
chore: bump version to 2.2.2-SNAPSHOT
( #6552 )
...
Update package.json
2023-04-03 09:06:24 -07:00
Scott Bell
b7a671d392
Allow Restricted Notebooks to export text ( #6542 )
...
* Refactor string to stream
* add to restricted notebooks and allow for blank users
* forgot to add notebook
* use better types and fix test
* move streamToString
* add export group
* catch blank pages
2023-04-01 07:08:22 +02:00
John Hill
4f10a93ef5
Use node-version: 'lts/gallium'
( #6540 )
...
* Update e2e-couchdb.yml
* this really doesn't like it
---------
Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
2023-03-31 11:55:20 -07:00
dependabot[bot]
f8186e4b4e
chore(deps-dev): bump karma-sourcemap-loader from 0.3.8 to 0.4.0 ( #6290 )
...
Bumps [karma-sourcemap-loader](https://github.com/demerzel3/karma-sourcemap-loader ) from 0.3.8 to 0.4.0.
- [Release notes](https://github.com/demerzel3/karma-sourcemap-loader/releases )
- [Changelog](https://github.com/demerzel3/karma-sourcemap-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/demerzel3/karma-sourcemap-loader/commits/0.4.0 )
---
updated-dependencies:
- dependency-name: karma-sourcemap-loader
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-31 02:53:09 -07:00
dependabot[bot]
4e0c364d89
chore(deps-dev): bump sass-loader from 13.2.1 to 13.2.2 ( #6513 )
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 13.2.1 to 13.2.2.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v13.2.1...v13.2.2 )
---
updated-dependencies:
- dependency-name: sass-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-31 04:04:35 +00:00
dependabot[bot]
f3bed9c651
chore(deps-dev): bump webpack from 5.76.3 to 5.77.0 ( #6520 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.76.3 to 5.77.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.76.3...v5.77.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-30 20:54:11 -07:00
dependabot[bot]
4d93907d58
chore(deps-dev): bump eslint-plugin-compat from 4.1.1 to 4.1.2 ( #6352 )
...
Bumps [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat ) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/amilajack/eslint-plugin-compat/releases )
- [Changelog](https://github.com/amilajack/eslint-plugin-compat/blob/main/CHANGELOG.md )
- [Commits](https://github.com/amilajack/eslint-plugin-compat/compare/v4.1.1...v4.1.2 )
---
updated-dependencies:
- dependency-name: eslint-plugin-compat
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
2023-03-30 15:37:59 -07:00
John Hill
6f656a6783
[Build]Remove Node14LTS from supported versions and update our pipelines ( #6527 )
...
* bump minimumum and pin drivebys
* move to 16 and remove 14
* remove 14
* update to latest
2023-03-30 20:53:44 +00:00
Jesse Mazzella
767fb6c5fd
fix: remove redundant request on FaultManagement mount ( #6502 )
...
* fix: remove redundant update request
* fix: handle case where request returns no faults
* test: fix fault management tests
* docs: clean up FaultManagement API types
---------
Co-authored-by: Jamie V <jamie.j.vigliotta@nasa.gov>
2023-03-30 18:43:55 +00:00
dependabot[bot]
b0a0b4bb58
chore(deps-dev): bump eslint from 8.36.0 to 8.37.0 ( #6521 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.36.0 to 8.37.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.36.0...v8.37.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
2023-03-30 11:15:36 -07:00
dependabot[bot]
340f4a9e79
chore(deps-dev): bump @percy/cli from 1.17.0 to 1.21.0 ( #6439 )
...
Bumps [@percy/cli](https://github.com/percy/cli/tree/HEAD/packages/cli ) from 1.17.0 to 1.21.0.
- [Release notes](https://github.com/percy/cli/releases )
- [Commits](https://github.com/percy/cli/commits/v1.21.0/packages/cli )
---
updated-dependencies:
- dependency-name: "@percy/cli"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
2023-03-30 11:05:32 -07:00
Scott Bell
3007b28b0f
Simple text export of Notebook ( #6510 )
...
* add simple prototype
* tags and metadata now exported
* add form for options
* revert notebook
* add simple e2e test
* add test stubs
* death to debug
2023-03-30 19:44:12 +02:00
David Tsay
20789601b4
Add contextual domain object back for contextual row actions ( #6524 )
...
* re-enable historical row action
2023-03-30 10:08:09 -07:00
Shefali Joshi
a56cfed732
Remove ticker and rely solely on the clock ticks to update the timelist durations ( #6495 )
...
* Remove ticker for timelist and rename a function for readability
* Use formatting for remote clock if available.
* throttle updates to the timestamp and listing activities
---------
Co-authored-by: Andrew Henry <akhenry@gmail.com>
2023-03-29 15:16:52 -07:00
Charles Hacskaylo
7ec2c4475b
LAD Tables now disallow user-select ( #6322 )
...
* Closes #6321
- Set `user-select: none` on LAD Table td elements.
- Added hover effect to LAD Table rows as affordance of the Action
menu's availability.
* Add test to ensure rows cannot be selected but do show context menus
---------
Co-authored-by: Shefali Joshi <simplyrender@gmail.com>
2023-03-28 14:38:52 -07:00
dependabot[bot]
8f59b16465
chore(deps-dev): bump @types/lodash from 4.14.191 to 4.14.192 ( #6512 )
...
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash ) from 4.14.191 to 4.14.192.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash )
---
updated-dependencies:
- dependency-name: "@types/lodash"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-28 16:09:39 +00:00
Jamie V
36cfb1d515
[Condition Widgets] Keep styles for widgets with a URL ( #6515 )
...
* call update style after view is update with current style rule manager styles for components (namely condition widget) that have DOM changes after the element is grabbed to style
* target blank yo
---------
Co-authored-by: Shefali Joshi <simplyrender@gmail.com>
2023-03-28 15:58:15 +00:00
David Tsay
2ff7132e90
use relative path ( #6518 )
2023-03-27 23:52:54 +00:00
Khalid Adil
d0ca398e01
[Plots, Multiple-Y Axis] Fix for rectangle drawn on each axis ( #6490 )
...
* Change logic so that the rectangle is only drawn on one axis
* Filter firstDrawableAxis before the rest of the logic
* Update to filter yAxisIds by the canDraw function
2023-03-24 13:46:10 -07:00
Jesse Mazzella
59278e8a06
chore: bump version to 2.2.1-SNAPSHOT
( #6501 )
2023-03-23 16:27:31 -07:00
dependabot[bot]
c8377f392b
chore(deps-dev): bump eslint-plugin-vue from 9.9.0 to 9.10.0 ( #6500 )
...
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) from 9.9.0 to 9.10.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.9.0...v9.10.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-vue
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
2023-03-23 15:54:10 -07:00