mirror of
https://github.com/google/nomulus
synced 2026-07-20 15:02:30 +00:00
0cba6ccc38
Bumps the npm_and_yarn group with 8 updates in the /console-webapp directory: | Package | From | To | | --- | --- | --- | | [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `21.1.5` | `21.2.4` | | [minimatch](https://github.com/isaacs/minimatch) | `3.1.2` | `10.2.5` | | [@hono/node-server](https://github.com/honojs/node-server) | `1.19.9` | `1.19.14` | | [hono](https://github.com/honojs/hono) | `4.12.0` | `4.12.18` | | [immutable](https://github.com/immutable-js/immutable-js) | `5.1.4` | `5.1.5` | | [lodash](https://github.com/lodash/lodash) | `4.17.23` | `4.18.1` | | [rollup](https://github.com/rollup/rollup) | `4.58.0` | `4.60.3` | | [tar](https://github.com/isaacs/node-tar) | `7.5.9` | `7.5.15` | Bumps the npm_and_yarn group with 2 updates in the /docs/console-endpoints directory: [qs](https://github.com/ljharb/qs) and [lodash](https://github.com/lodash/lodash). Updates `@angular/core` from 21.1.5 to 21.2.4 - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v21.2.4/packages/core) Updates `minimatch` from 3.1.2 to 10.2.5 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v10.2.5) Updates `@hono/node-server` from 1.19.9 to 1.19.14 - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](https://github.com/honojs/node-server/compare/v1.19.9...v1.19.14) Updates `hono` from 4.12.0 to 4.12.18 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.0...v4.12.18) Updates `immutable` from 5.1.4 to 5.1.5 - [Release notes](https://github.com/immutable-js/immutable-js/releases) - [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/immutable-js/immutable-js/compare/v5.1.4...v5.1.5) Updates `lodash` from 4.17.23 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1) Updates `rollup` from 4.58.0 to 4.60.3 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.58.0...v4.60.3) Updates `tar` from 7.5.9 to 7.5.15 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v7.5.9...v7.5.15) Updates `lodash` from 4.17.23 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1) Updates `qs` from 6.11.1 to 6.15.1 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.11.1...v6.15.1) Updates `lodash` from 4.17.21 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1) Updates `lodash` from 4.17.21 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1) Updates `qs` from 6.11.1 to 6.15.1 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.11.1...v6.15.1) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 21.2.4 dependency-type: direct:production - dependency-name: "@hono/node-server" dependency-version: 1.19.14 dependency-type: indirect - dependency-name: hono dependency-version: 4.12.15 dependency-type: indirect - dependency-name: immutable dependency-version: 5.1.5 dependency-type: indirect - dependency-name: lodash dependency-version: 4.18.1 dependency-type: indirect - dependency-name: lodash dependency-version: 4.18.1 dependency-type: indirect - dependency-name: lodash dependency-version: 4.18.1 dependency-type: indirect - dependency-name: lodash dependency-version: 4.18.1 dependency-type: indirect - dependency-name: minimatch dependency-version: 3.1.5 dependency-type: indirect - dependency-name: qs dependency-version: 6.15.1 dependency-type: indirect - dependency-name: qs dependency-version: 6.15.1 dependency-type: indirect - dependency-name: rollup dependency-version: 4.60.2 dependency-type: indirect - dependency-name: tar dependency-version: 7.5.13 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
57 lines
2.0 KiB
JSON
57 lines
2.0 KiB
JSON
{
|
|
"name": "console-webapp",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve --proxy-config dev-proxy.config.json",
|
|
"build": "ng build --base-href=/console/ --configuration=$npm_config_configuration",
|
|
"build:local": "ng build --base-href=/default/console/",
|
|
"watch": "ng build --watch --configuration=development",
|
|
"test": "ng test --browsers=ChromeHeadless --watch=false",
|
|
"run:dev": "",
|
|
"prettify": "npx prettier --write ./src/",
|
|
"prettify:check": "npx prettier --check ./src/",
|
|
"start:dev": "concurrently \"./../gradlew :core:runTestServer\" \"ng serve --proxy-config dev-proxy.config.json\"",
|
|
"lint": "ng lint"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "^21.1.5",
|
|
"@angular/cdk": "^21.1.5",
|
|
"@angular/common": "^21.1.5",
|
|
"@angular/compiler": "^21.1.5",
|
|
"@angular/core": "^21.2.4",
|
|
"@angular/forms": "^21.1.5",
|
|
"@angular/material": "^21.1.5",
|
|
"@angular/platform-browser": "^21.1.5",
|
|
"@angular/platform-browser-dynamic": "^21.1.5",
|
|
"@angular/router": "^21.1.5",
|
|
"rxjs": "~7.5.0",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "~0.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-eslint/builder": "19.0.2",
|
|
"@angular-eslint/eslint-plugin": "19.0.2",
|
|
"@angular-eslint/eslint-plugin-template": "19.0.2",
|
|
"@angular-eslint/schematics": "19.0.2",
|
|
"@angular-eslint/template-parser": "19.0.2",
|
|
"@angular/build": "^21.1.4",
|
|
"@angular/cli": "~21.1.4",
|
|
"@angular/compiler-cli": "^21.1.5",
|
|
"@types/jasmine": "~4.0.0",
|
|
"@types/node": "^18.19.74",
|
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
"@typescript-eslint/parser": "^7.2.0",
|
|
"concurrently": "^7.6.0",
|
|
"eslint": "^8.57.0",
|
|
"jasmine-core": "~4.3.0",
|
|
"karma": "~6.4.0",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage": "~2.2.0",
|
|
"karma-jasmine": "~5.1.0",
|
|
"karma-jasmine-html-reporter": "~2.0.0",
|
|
"prettier": "2.8.7",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
} |