Skip to content

Commit

Permalink
chore(deps): update dependency esbuild to v0.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sbb-angular-renovate committed Dec 20, 2024
1 parent e60da9b commit 1d4b047
Show file tree
Hide file tree
Showing 6 changed files with 169 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"browser-sync": "3.0.2",
"dgeni": "^0.4.14",
"dgeni-packages": "^0.29.3",
"esbuild": "0.24.0",
"esbuild": "0.24.2",
"fs-extra": "11.2.0",
"highlight.js": "^11.8.0",
"history-server": "1.3.1",
Expand Down
6 changes: 3 additions & 3 deletions tools/schematics/bazel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);

// tools/schematics/bazel/index.ts
var bazel_exports = {};
__export(bazel_exports, {
var index_exports = {};
__export(index_exports, {
bazel: () => bazel
});
module.exports = __toCommonJS(bazel_exports);
module.exports = __toCommonJS(index_exports);
var import_schematics4 = require("@angular-devkit/schematics");
var import_tasks = require("@angular-devkit/schematics/tasks");

Expand Down
6 changes: 3 additions & 3 deletions tools/schematics/extract-symbols/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);

// tools/schematics/extract-symbols/index.ts
var extract_symbols_exports = {};
__export(extract_symbols_exports, {
var index_exports = {};
__export(index_exports, {
extractSymbols: () => extractSymbols
});
module.exports = __toCommonJS(extract_symbols_exports);
module.exports = __toCommonJS(index_exports);
var import_core = require("@angular-devkit/core");
var import_typescript = __toESM(require("@schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript"));
var IGNORED_FOLDERS = ["/src/angular/schematics/ng-update/test-cases/"];
Expand Down
6 changes: 3 additions & 3 deletions tools/schematics/sass-migration/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ var __copyProps = (to, from, except, desc) => {
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);

// tools/schematics/sass-migration/index.ts
var sass_migration_exports = {};
__export(sass_migration_exports, {
var index_exports = {};
__export(index_exports, {
sassMigration: () => sassMigration
});
module.exports = __toCommonJS(sass_migration_exports);
module.exports = __toCommonJS(index_exports);
var import_core = require("@angular-devkit/core");
function sassMigration() {
return (tree) => {
Expand Down
6 changes: 3 additions & 3 deletions tools/schematics/selector-groups/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ var __copyProps = (to, from, except, desc) => {
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);

// tools/schematics/selector-groups/index.ts
var selector_groups_exports = {};
__export(selector_groups_exports, {
var index_exports = {};
__export(index_exports, {
selectorGroups: () => selectorGroups
});
module.exports = __toCommonJS(selector_groups_exports);
module.exports = __toCommonJS(index_exports);
function selectorGroups(options) {
return (tree, _context) => {
const srcDir = tree.getDir("src");
Expand Down
Loading

0 comments on commit 1d4b047

Please sign in to comment.