Skip to content

Commit aebfde2

Browse files
committed
build: update all non-major dependencies
Closes #27881
1 parent 894878b commit aebfde2

File tree

11 files changed

+116
-94
lines changed

11 files changed

+116
-94
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ yarn_install(
131131

132132
http_archive(
133133
name = "aspect_bazel_lib",
134-
sha256 = "6d758a8f646ecee7a3e294fbe4386daafbe0e5966723009c290d493f227c390b",
135-
strip_prefix = "bazel-lib-2.7.7",
136-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.7/bazel-lib-v2.7.7.tar.gz",
134+
sha256 = "714cf8ce95a198bab0a6a3adaffea99e929d2f01bf6d4a59a2e6d6af72b4818c",
135+
strip_prefix = "bazel-lib-2.7.8",
136+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.8/bazel-lib-v2.7.8.tar.gz",
137137
)
138138

139139
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@discoveryjs/json-ext": "0.5.7",
8787
"@inquirer/confirm": "3.1.10",
8888
"@inquirer/prompts": "5.0.6",
89-
"@listr2/prompt-adapter-inquirer": "2.0.12",
89+
"@listr2/prompt-adapter-inquirer": "2.0.13",
9090
"@rollup/plugin-commonjs": "^26.0.0",
9191
"@rollup/plugin-node-resolve": "^13.0.5",
9292
"@types/babel__core": "7.20.5",
@@ -113,8 +113,8 @@
113113
"@types/yargs": "^17.0.20",
114114
"@types/yargs-parser": "^21.0.0",
115115
"@types/yarnpkg__lockfile": "^1.1.5",
116-
"@typescript-eslint/eslint-plugin": "7.13.1",
117-
"@typescript-eslint/parser": "7.13.1",
116+
"@typescript-eslint/eslint-plugin": "7.14.1",
117+
"@typescript-eslint/parser": "7.14.1",
118118
"@vitejs/plugin-basic-ssl": "1.1.0",
119119
"@web/test-runner": "^0.18.0",
120120
"@yarnpkg/lockfile": "1.1.0",
@@ -128,7 +128,7 @@
128128
"buffer": "6.0.3",
129129
"chokidar": "3.6.0",
130130
"copy-webpack-plugin": "12.0.2",
131-
"critters": "0.0.22",
131+
"critters": "0.0.24",
132132
"css-loader": "7.1.2",
133133
"debug": "^4.1.1",
134134
"esbuild": "0.21.5",
@@ -148,7 +148,7 @@
148148
"jasmine": "^5.0.0",
149149
"jasmine-core": "~5.1.0",
150150
"jasmine-spec-reporter": "~7.0.0",
151-
"jsonc-parser": "3.2.1",
151+
"jsonc-parser": "3.3.1",
152152
"karma": "~6.4.0",
153153
"karma-chrome-launcher": "~3.2.0",
154154
"karma-coverage": "~2.2.0",
@@ -158,7 +158,7 @@
158158
"less": "4.2.0",
159159
"less-loader": "12.2.0",
160160
"license-webpack-plugin": "4.0.2",
161-
"listr2": "8.2.2",
161+
"listr2": "8.2.3",
162162
"lmdb": "3.0.12",
163163
"loader-utils": "3.3.1",
164164
"lodash": "^4.17.21",

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@vitejs/plugin-basic-ssl": "1.1.0",
2828
"ansi-colors": "4.1.3",
2929
"browserslist": "^4.23.0",
30-
"critters": "0.0.22",
30+
"critters": "0.0.24",
3131
"esbuild": "0.21.5",
3232
"fast-glob": "3.3.2",
3333
"https-proxy-agent": "7.0.4",

packages/angular/build/src/utils/index-file/inline-critical-css_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ describe('InlineCriticalCssProcessor', () => {
125125
'<link href="theme.css" rel="stylesheet" media="print" ngCspMedia="all">',
126126
);
127127
// Nonces shouldn't be added inside the `noscript` tags.
128-
expect(content).toContain('<noscript><link rel="stylesheet" href="theme.css"></noscript>');
128+
expect(content).toContain('<noscript><link href="theme.css" rel="stylesheet"></noscript>');
129129
expect(content).toContain('<script nonce="{% nonce %}">');
130130
expect(tags.stripIndents`${content}`).toContain(tags.stripIndents`
131131
<style nonce="{% nonce %}">

packages/angular/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
2727
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
2828
"@inquirer/prompts": "5.0.6",
29-
"@listr2/prompt-adapter-inquirer": "2.0.12",
29+
"@listr2/prompt-adapter-inquirer": "2.0.13",
3030
"@schematics/angular": "0.0.0-PLACEHOLDER",
3131
"@yarnpkg/lockfile": "1.1.0",
3232
"ini": "4.1.3",
33-
"jsonc-parser": "3.2.1",
34-
"listr2": "8.2.2",
33+
"jsonc-parser": "3.3.1",
34+
"listr2": "8.2.3",
3535
"npm-package-arg": "11.0.2",
3636
"npm-pick-manifest": "9.0.1",
3737
"pacote": "18.0.6",

packages/angular/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"save": "dependencies"
1414
},
1515
"dependencies": {
16-
"critters": "0.0.22",
16+
"critters": "0.0.24",
1717
"tslib": "^2.3.0"
1818
},
1919
"peerDependencies": {

packages/angular_devkit/build_angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
"babel-loader": "9.1.3",
2929
"browserslist": "^4.21.5",
3030
"copy-webpack-plugin": "12.0.2",
31-
"critters": "0.0.22",
31+
"critters": "0.0.24",
3232
"css-loader": "7.1.2",
3333
"esbuild-wasm": "0.21.5",
3434
"fast-glob": "3.3.2",
3535
"http-proxy-middleware": "3.0.0",
3636
"https-proxy-agent": "7.0.4",
3737
"istanbul-lib-instrument": "6.0.2",
38-
"jsonc-parser": "3.2.1",
38+
"jsonc-parser": "3.3.1",
3939
"karma-source-map-support": "1.4.0",
4040
"less": "4.2.0",
4141
"less-loader": "12.2.0",

packages/angular_devkit/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"ajv": "8.16.0",
2929
"ajv-formats": "3.0.1",
30-
"jsonc-parser": "3.2.1",
30+
"jsonc-parser": "3.3.1",
3131
"picomatch": "4.0.2",
3232
"rxjs": "7.8.1",
3333
"source-map": "0.7.4"

packages/angular_devkit/schematics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"dependencies": {
1616
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
17-
"jsonc-parser": "3.2.1",
17+
"jsonc-parser": "3.3.1",
1818
"magic-string": "0.30.10",
1919
"ora": "5.4.1",
2020
"rxjs": "7.8.1"

packages/schematics/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"dependencies": {
2020
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
2121
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
22-
"jsonc-parser": "3.2.1"
22+
"jsonc-parser": "3.3.1"
2323
}
2424
}

0 commit comments

Comments
 (0)