e096a0a5ab
* chore: upgrade forward compatible packages * chore: v3.20.2...v3.24.0 * chore: silence string prototype extension deprecation * refact: don't test clicking disabled button job-list Recent test-helper upgrades will guard against clicking disabled buttons as this is not something that real users can do. We need to change our tests accordingly. * fix: await async test helper `expectError` We have to await this async test function otherwise the test's rendering context will be torn down before we run assertions against it. * fix: don't try to click disabled two-step-button Recent test-helper updates prohibit clicking disabled buttons. We need to adapt the tests accordingly. * fix: recommendation-accordion Use up-to-date semantics for handling list-accordion closing in recommendation-accordion. * fixes toggling recommendation-accordion toggle. * fix: simple-unless linting error application.hbs There's no reason to use unless here - we can use if instead. * fix: no-quoteless-attributes recommendation accordion * fix: no-quoteless-attributes recommendation-chart * fix: allow `unless` - global-header.hbs This is a valid use of unless in our opinion. * fix: allow unless in job-diff This is not a great use for unless but we don't want to change this behavior atm. * fix: no-attrs-in-components list-pager There is no need to use this.attrs in classic components. When we will convert to glimmer we will use `@`-instead. * fix: simple-unless job/definition We can convert to a simple if here. * fix: allow inline-styles stats-box component To make linter happy. * fix: disable no-action and no-invalid-interactive Will be adressed in follow-up PRs. * chore: update ember-classic-decorator to latest * chore: upgrade ember-can to latest * chore: upgrade ember-composable-helpers to latest * chore: upgrade ember-concurrency * fix: recomputation deprecation `Trigger` schedule `do` on actions queue to work around recomputation deprecation when triggering Trigger on `did-insert`. * chore: upgrade ember-cli-string-helpers * chore: upgrade ember-copy * chore: upgrade ember-data-model-fragments * chore: upgrade ember-deprecation-workflow * chore: upgrade ember-inline-svg * chore: upgrade ember-modifier * chore: upgrade ember-truth-helpers * chore: upgrade ember-moment & ember-cli-moment-shim * chore: upgrade ember-power-select * chore: upgrade ember-responsive * chore: upgrade ember-sinon * chore: upgrade ember-cli-mirage For now we will stay on 2.2 - upgrades > 2.3 break the build. * chore: upgrade 3.24.0 to 3.28.5 * fix: add missing classic decorators on adapters * fix: missing classic decorators to serializers * fix: don't reopen Ember.Object anymore * fix: remove unused useNativeEvents ember-cli-page-objects doesn't provide this method anymore * fix: add missing attributeBindings for test-selectors ember-test-selectors doesn't provides automatic bindings for data-test-* attributes anymore. * fix: classic decorator for application serializer test * fix: remove `removeContext` from tests. It is unneeded and ember-cli-page-objects doesn't provides this method anymore. * fix: remove deprecations `run.*`-invocations * fix: `collapseWhitespace` in optimize test * fix: make sure to load async relationship before access * fix: dependent keys for relationship computeds We need to add `*.isFulfilled` as dependent keys for computeds that access async relationships. * fix: `computed.read`-invocations use `read` instead * chore: prettify templates * fix: use map instead of mapBy ember-cli-page-object Doesn't work with updated ember-cli-page-object anymore. * fix: remove remaining deprecated `run.*`-calls * chore: add more deprecations deprecation-workflow * fix: `implicit-injection`-deprecation All routes that add watchers will need to inject the store-service as the store service is internally used in watchers. * fix: more implicit injection deprecations * chore: silence implicit-injection deprecation We can tackle the deprecation when we find the time. * fix: new linting errors after upgrade * fix: remove merge conflicts prettierignore * chore: upgrade to run node 12.22 when building binaries
177 lines
5.6 KiB
JSON
177 lines
5.6 KiB
JSON
{
|
|
"name": "nomad-ui",
|
|
"version": "0.0.0",
|
|
"description": "The web ui for Nomad, by HashiCorp.",
|
|
"repository": "",
|
|
"directories": {
|
|
"doc": "doc",
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"build": "ember build --environment=production",
|
|
"precommit": "lint-staged",
|
|
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",
|
|
"lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix",
|
|
"lint:hbs": "ember-template-lint .",
|
|
"lint:hbs:fix": "ember-template-lint . --fix",
|
|
"lint:js": "eslint . --cache",
|
|
"lint:js:fix": "eslint . --fix",
|
|
"start": "ember server",
|
|
"build-storybook": "STORYBOOK=true ember build && build-storybook -s dist",
|
|
"storybook": "STORYBOOK=true start-storybook -p 6006 -s dist",
|
|
"test": "npm-run-all lint test:*",
|
|
"test:ember": "ember test",
|
|
"local:qunitdom": "ember test --server --query=dockcontainer",
|
|
"local:exam": "ember exam --server --load-balance --parallel=4"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"{app,tests,config,lib,mirage,stories}/**/*.js": [
|
|
"prettier --write"
|
|
],
|
|
"app/styles/**/*.*": [
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
|
|
"@ember/optional-features": "2.0.0",
|
|
"@ember/test-helpers": "^2.6.0",
|
|
"@glimmer/component": "^1.0.4",
|
|
"@glimmer/tracking": "^1.0.4",
|
|
"@hashicorp/structure-icons": "^1.3.0",
|
|
"@storybook/ember-cli-storybook": "https://github.com/DingoEatingFuzz/ember-cli-storybook#c207500",
|
|
"anser": "^2.1.1",
|
|
"babel-eslint": "^10.1.0",
|
|
"base64-js": "^1.3.1",
|
|
"broccoli-asset-rev": "^3.0.0",
|
|
"bulma": "0.9.3",
|
|
"core-js": "3.19.1",
|
|
"d3-array": "^3.1.1",
|
|
"d3-axis": "^3.0.0",
|
|
"d3-format": "^3.0.1",
|
|
"d3-scale": "^4.0.2",
|
|
"d3-selection": "^3.0.0",
|
|
"d3-shape": "^3.0.1",
|
|
"d3-time-format": "^4.0.0",
|
|
"d3-transition": "^3.0.1",
|
|
"duration-js": "^4.0.0",
|
|
"ember-a11y-testing": "^4.0.0",
|
|
"ember-auto-import": "^2.4.0",
|
|
"ember-can": "^4.1.0",
|
|
"ember-classic-decorator": "^3.0.0",
|
|
"ember-cli": "~3.28.5",
|
|
"ember-cli-babel": "^7.26.10",
|
|
"ember-cli-clipboard": "^0.13.0",
|
|
"ember-cli-dependency-checker": "^3.2.0",
|
|
"ember-cli-deprecation-workflow": "^2.1.0",
|
|
"ember-cli-funnel": "^0.6.1",
|
|
"ember-cli-htmlbars": "^5.7.2",
|
|
"ember-cli-inject-live-reload": "^2.1.0",
|
|
"ember-cli-mirage": "2.2.0",
|
|
"ember-cli-moment-shim": "^3.8.0",
|
|
"ember-cli-page-object": "^2.0.0-beta.3",
|
|
"ember-cli-sass": "^10.0.0",
|
|
"ember-cli-sri": "^2.1.1",
|
|
"ember-cli-string-helpers": "^6.1.0",
|
|
"ember-cli-terser": "^4.0.2",
|
|
"ember-composable-helpers": "^5.0.0",
|
|
"ember-concurrency": "^2.2.1",
|
|
"ember-copy": "^2.0.1",
|
|
"ember-data": "~3.28.6",
|
|
"ember-data-model-fragments": "5.0.0-beta.3",
|
|
"ember-decorators": "^6.1.1",
|
|
"ember-exam": "6.1.0",
|
|
"ember-export-application-global": "^2.0.1",
|
|
"ember-fetch": "^8.1.1",
|
|
"ember-inflector": "^4.0.2",
|
|
"ember-inline-svg": "^1.0.1",
|
|
"ember-load-initializers": "^2.1.2",
|
|
"ember-maybe-import-regenerator": "^1.0.0",
|
|
"ember-modifier": "^3.1.0",
|
|
"ember-moment": "^9.0.1",
|
|
"ember-named-blocks-polyfill": "^0.2.4",
|
|
"ember-overridable-computed": "^1.0.0",
|
|
"ember-page-title": "^6.2.2",
|
|
"ember-power-select": "^4.1.7",
|
|
"ember-qunit": "^5.1.5",
|
|
"ember-render-helpers": "^0.2.0",
|
|
"ember-resolver": "^8.0.3",
|
|
"ember-responsive": "^4.0.2",
|
|
"ember-sinon": "^5.0.0",
|
|
"ember-source": "~3.28.8",
|
|
"ember-template-lint": "^3.15.0",
|
|
"ember-test-selectors": "^6.0.0",
|
|
"ember-truth-helpers": "^3.0.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-ember": "^10.5.9",
|
|
"eslint-plugin-ember-a11y-testing": "a11y-tool-sandbox/eslint-plugin-ember-a11y-testing#ca31c9698c7cb105f1c9761d98fcaca7d6874459",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^3.4.1",
|
|
"eslint-plugin-qunit": "^6.2.0",
|
|
"faker": "^4.1.0",
|
|
"flat": "^5.0.2",
|
|
"fuse.js": "^3.4.4",
|
|
"glob": "^7.2.0",
|
|
"http-proxy": "^1.1.6",
|
|
"husky": "^4.2.5",
|
|
"is-ip": "^3.1.0",
|
|
"ivy-codemirror": "IvyApp/ivy-codemirror#c3b7f49f8e6492878619f8055695581240cce21a",
|
|
"lint-staged": "^11.2.6",
|
|
"loader.js": "^4.7.0",
|
|
"lodash.intersection": "^4.4.0",
|
|
"morgan": "^1.3.2",
|
|
"npm-run-all": "^4.1.5",
|
|
"pretender": "^3.0.1",
|
|
"prettier": "^2.5.1",
|
|
"query-string": "^7.0.1",
|
|
"qunit": "^2.17.2",
|
|
"qunit-dom": "^2.0.0",
|
|
"sass": "^1.17.3",
|
|
"testem": "^3.0.3",
|
|
"testem-multi-reporter": "^1.2.0",
|
|
"text-encoder-lite": "^2.0.0",
|
|
"webpack": "^5.69.1",
|
|
"xterm": "^4.6.0",
|
|
"xterm-addon-fit": "0.5.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@babel/plugin-transform-member-expression-literals": "^7.16.7",
|
|
"@storybook/addon-knobs": "^6.3.1",
|
|
"@storybook/addon-storysource": "^6.3.10",
|
|
"@storybook/addon-viewport": "^6.3.10",
|
|
"@storybook/addons": "^6.3.10",
|
|
"@storybook/ember": "^6.3.10",
|
|
"babel-loader": "^8.0.6",
|
|
"ember-cli-get-component-path-option": "^1.0.0",
|
|
"ember-cli-string-utils": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "12.* || 14.* || >= 16"
|
|
},
|
|
"ember": {
|
|
"edition": "octane"
|
|
},
|
|
"private": true,
|
|
"ember-addon": {
|
|
"paths": [
|
|
"lib/bulma"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"codemirror": "^5.56.0",
|
|
"lru_map": "^0.4.1",
|
|
"no-case": "^3.0.4",
|
|
"title-case": "^3.0.3"
|
|
},
|
|
"resolutions": {
|
|
"ivy-codemirror/codemirror": "^5.56.0",
|
|
"ember-auto-import": "^2.4.0"
|
|
}
|
|
}
|