Skip to main content

Deploy details

Deploy successful for ngx-ui

Bump json5 from 1.0.1 to 1.0.2

PR #956: dependabot/npm_and_yarn/json5-1.0.2@c70a7d1

Deploy log

Initializing

Complete
3:56:28 AM: Build ready to start
3:56:30 AM: build-image version: d55944c047ef0aee2ac01971edde72cb2a50acfe (focal)
3:56:30 AM: build-image tag: v4.16.1
3:56:30 AM: buildbot version: a1ec8307ac4591dcd155485cdfce7d7be735ab26
3:56:30 AM: Fetching cached dependencies
3:56:30 AM: Starting to download cache of 386.2MB
3:56:34 AM: Finished downloading cache in 4.244444344s
3:56:34 AM: Starting to extract cache
3:56:39 AM: Finished extracting cache in 4.597430033s
3:56:39 AM: Finished fetching cache in 8.929561489s
3:56:39 AM: Starting to prepare the repo for build
3:56:39 AM: Preparing Git Reference pull/956/head
3:56:40 AM: Parsing package.json dependencies
3:56:41 AM: Starting build script
3:56:41 AM: Installing dependencies
3:56:41 AM: Python version set to 2.7
3:56:41 AM: Started restoring cached node version
3:56:42 AM: Finished restoring cached node version
3:56:42 AM: v16.19.0 is already installed.
3:56:43 AM: Now using node v16.19.0 (npm v8.19.3)
3:56:43 AM: Enabling node corepack
3:56:43 AM: Started restoring cached build plugins
3:56:43 AM: Finished restoring cached build plugins
3:56:43 AM: Attempting ruby version 2.7.2, read from environment
3:56:44 AM: Using ruby version 2.7.2
3:56:44 AM: Using PHP version 8.0
3:56:44 AM: No npm workspaces detected
3:56:44 AM: Started restoring cached node modules
3:56:44 AM: Finished restoring cached node modules
3:56:44 AM: Started restoring cached go cache
3:56:44 AM: Finished restoring cached go cache
3:56:44 AM: Installing Go version 1.16.5 (requested 1.16.5)
3:56:48 AM: unset GOOS;
3:56:48 AM: unset GOARCH;
3:56:48 AM: export GOROOT='/opt/buildhome/.gimme/versions/go1.16.5.linux.amd64';
3:56:48 AM: export PATH="/opt/buildhome/.gimme/versions/go1.16.5.linux.amd64/bin:${PATH}";
3:56:48 AM: go version >&2;
3:56:48 AM: export GIMME_ENV="/opt/buildhome/.gimme/env/go1.16.5.linux.amd64.env"
3:56:48 AM: go version go1.16.5 linux/amd64
3:56:49 AM: Detected 1 framework(s)
3:56:49 AM: "angular" at version "12.2.17"
3:56:49 AM: Installing missing commands
3:56:49 AM: Verify run directory
3:56:49 AM: Section completed: initializing

Building

Complete
3:56:50 AM: Netlify Build
3:56:50 AM: ────────────────────────────────────────────────────────────────
3:56:50 AM:
3:56:50 AM: ❯ Version
3:56:50 AM: @netlify/build 29.4.0
3:56:50 AM:
3:56:50 AM: ❯ Flags
3:56:50 AM: baseRelDir: true
3:56:50 AM: buildId: 63b8ed6c16fcc90008f22460
3:56:50 AM: deployId: 63b8ed6c16fcc90008f22462
3:56:50 AM:
3:56:50 AM: ❯ Current directory
3:56:50 AM: /opt/build/repo
3:56:50 AM:
3:56:50 AM: ❯ Config file
3:56:50 AM: No config file was defined: using default values.
3:56:50 AM:
3:56:50 AM: ❯ Context
3:56:50 AM: deploy-preview
3:56:50 AM:
3:56:50 AM: 1. Build command from Netlify app
3:56:50 AM: ────────────────────────────────────────────────────────────────
3:56:50 AM: ​
3:56:50 AM: $ npm run build
3:56:51 AM: > ngx-ui@0.0.0 build
3:56:51 AM: > npm run build:lib && ng build --configuration production
3:56:51 AM: > ngx-ui@0.0.0 build:lib
3:56:51 AM: > ng build @swimlane/ngx-ui --configuration production && npm run build:css && npm run build:schematics
3:56:53 AM: Building Angular Package
3:56:53 AM: (node:1394) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
3:56:53 AM: (Use `node --trace-deprecation ...` to show where the warning was created)
3:56:53 AM: ------------------------------------------------------------------------------
3:56:53 AM: Building entry point '@swimlane/ngx-ui'
3:56:53 AM: ------------------------------------------------------------------------------
3:56:53 AM: - Compiling with Angular in legacy View Engine compilation mode.
3:57:01 AM: Compiling with Angular in legacy View Engine compilation mode.
3:57:01 AM: - Bundling to FESM2015
3:57:02 AM: Bundling to FESM2015
3:57:02 AM: - Bundling to UMD
3:57:05 AM: WARNING: No name was provided for external module 'camelcase' in output.globals – guessing 'camelCase'
3:57:05 AM: Bundling to UMD
3:57:05 AM: - Writing package metadata
3:57:05 AM: Removing devDependencies section in package.json.
3:57:05 AM: Writing package metadata
3:57:05 AM: Built @swimlane/ngx-ui
3:57:05 AM: ------------------------------------------------------------------------------
3:57:05 AM: Built Angular Package
3:57:05 AM: - from: /opt/build/repo/projects/swimlane/ngx-ui
3:57:05 AM: - to: /opt/build/repo/dist/swimlane/ngx-ui
3:57:05 AM: ------------------------------------------------------------------------------
3:57:05 AM: Build at: 2023-01-07T03:57:05.978Z - Time: 12778ms
3:57:06 AM: > ngx-ui@0.0.0 build:css
3:57:06 AM: > node scripts/prep-global-styles.js && npm run copy-files
3:57:06 AM: Copying assets...
3:57:06 AM: Copying styles...
3:57:07 AM: Compiling index.css...
3:57:08 AM: Done.
3:57:08 AM: > ngx-ui@0.0.0 copy-files
3:57:08 AM: > cpx ./README.md ./dist/swimlane/ngx-ui/ && cpx LICENSE dist/swimlane/ngx-ui/
3:57:09 AM: > ngx-ui@0.0.0 build:schematics
3:57:09 AM: > tsc -p ./projects/swimlane/ngx-ui-schematics/tsconfig.json
3:57:12 AM: - Generating browser application bundles (phase: setup)...
3:57:15 AM: Warning: Entry point '@swimlane/ngx-ui' contains deep imports into '/opt/build/repo/node_modules/codemirror/mode/yaml/yaml.js', '/opt/build/repo/node_modules/codemirror/mode/python/python.js', '/opt/build/repo/node_modules/codemirror/mode/powershell/powershell.js', '/opt/build/repo/node_modules/codemirror/mode/javascript/javascript.js', '/opt/build/repo/node_modules/codemirror/mode/htmlmixed/htmlmixed.js', '/opt/build/repo/node_modules/codemirror/mode/spreadsheet/spreadsheet.js', '/opt/build/repo/node_modules/codemirror/mode/handlebars/handlebars.js', '/opt/build/repo/node_modules/codemirror/addon/lint/lint.js', '/opt/build/repo/node_modules/codemirror/addon/search/search.js', '/opt/build/repo/node_modules/codemirror/addon/search/searchcursor.js', '/opt/build/repo/node_modules/codemirror/addon/search/jump-to-line.js', '/opt/build/repo/node_modules/codemirror/addon/dialog/dialog.js', '/opt/build/repo/node_modules/codemirror/addon/fold/foldcode.js', '/opt/build/repo/node_modules/codemirror/addon/fold/foldgutter.js', '/opt/build/repo/node_modules/codemirror/addon/fold/indent-fold.js', '/opt/build/repo/node_modules/codemirror/addon/hint/show-hint.js', '/opt/build/repo/node_modules/codemirror/addon/mode/overlay.js'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
3:57:15 AM: Compiling @swimlane/ngx-ui : es2015 as esm2015
3:57:50 AM: Browser application bundle generation complete.
3:57:50 AM: Browser application bundle generation complete.
3:57:50 AM: - Generating ES5 bundles for differential loading...
3:58:13 AM: ES5 bundle generation complete.
3:58:13 AM: - Copying assets...
3:58:14 AM: Copying assets complete.
3:58:14 AM: - Generating index html...
3:58:14 AM: - Generating index html...
3:58:14 AM: 9 rules skipped due to selector errors:
3:58:14 AM: 0% -> Unmatched selector: %
3:58:14 AM: 0% -> Unmatched selector: %
3:58:14 AM: 0% -> Unmatched selector: %
3:58:14 AM: 50% -> Unmatched selector: %
3:58:14 AM: 0% -> Unmatched selector: %
3:58:14 AM: 0% -> Unmatched selector: %
3:58:14 AM: 0% -> Unmatched selector: %
3:58:14 AM: 0% -> Unmatched selector: %
3:58:14 AM: 0% -> Unmatched selector: %
3:58:14 AM: Index html generation complete.
3:58:14 AM: Initial Chunk Files | Names | Size
3:58:14 AM: main-es5.a0cac6951a7967dff037.js | main | 1.88 MB
3:58:14 AM: main-es2015.a0cac6951a7967dff037.js | main | 1.77 MB
3:58:14 AM: styles.6811cff49a528fb6cee4.css | styles | 250.18 kB
3:58:14 AM: polyfills-es5.c37c11638e925391bcb4.js | polyfills-es5 | 134.28 kB
3:58:14 AM: polyfills-es2015.4a7ab32f83eff2bfb0e4.js | polyfills | 35.91 kB
3:58:14 AM: runtime-es2015.0083e38f922a12164722.js | runtime | 4.53 kB
3:58:14 AM: runtime-es5.0083e38f922a12164722.js | runtime | 4.53 kB
3:58:14 AM:
3:58:14 AM: | Initial ES5 Total | 2.26 MB
3:58:14 AM: | Initial ES2015 Total | 2.05 MB
3:58:14 AM:
3:58:14 AM: Lazy Chunk Files | Names | Size
3:58:14 AM: 9008-es5.a64bae6a23b34bd4816d.js | - | 2.05 MB
3:58:14 AM: 9008-es2015.a64bae6a23b34bd4816d.js | - | 2.05 MB
3:58:14 AM: 6532-es5.ab5821a1d5dca9851b31.js | - | 312.44 kB
3:58:14 AM: 6532-es2015.ab5821a1d5dca9851b31.js | - | 312.03 kB
3:58:14 AM: 6385-es5.915db3aaa65b0552d8c5.js | - | 150.65 kB
3:58:14 AM: 6385-es2015.915db3aaa65b0552d8c5.js | - | 149.93 kB
3:58:14 AM: 9039-es5.fcc0dbd945f78c371ca4.js | - | 73.95 kB
3:58:14 AM: 9039-es2015.fcc0dbd945f78c371ca4.js | - | 73.04 kB
3:58:14 AM: 8421-es5.8a5ecf1c76629143354b.js | - | 68.32 kB
3:58:14 AM: 8421-es2015.8a5ecf1c76629143354b.js | - | 67.73 kB
3:58:14 AM: 6891-es5.2760cdc1ff555217420b.js | - | 50.22 kB
3:58:14 AM: 6891-es2015.2760cdc1ff555217420b.js | - | 49.63 kB
3:58:14 AM: 1381-es5.305998ec8694a537c238.js | - | 41.05 kB
3:58:14 AM: 1381-es2015.305998ec8694a537c238.js | - | 40.47 kB
3:58:14 AM: 9347-es5.8918abd09f980db7680e.js | - | 38.79 kB
3:58:14 AM: 9347-es2015.8918abd09f980db7680e.js | - | 38.31 kB
3:58:14 AM: 5909-es5.cc7983de07b9a137a22f.js | - | 37.30 kB
3:58:14 AM: 5909-es2015.cc7983de07b9a137a22f.js | - | 36.82 kB
3:58:14 AM: 1518-es5.b34da9060d55a510e17c.js | - | 27.27 kB
3:58:14 AM: 1518-es2015.b34da9060d55a510e17c.js | - | 26.73 kB
3:58:14 AM: 8563-es5.70f2326952d60b8c4beb.js | - | 25.20 kB
3:58:14 AM: 8563-es2015.70f2326952d60b8c4beb.js | - | 24.79 kB
3:58:14 AM: 795-es5.6f1d474872c408b55f08.js | - | 24.58 kB
3:58:14 AM: 795-es2015.6f1d474872c408b55f08.js | - | 24.10 kB
3:58:14 AM: 3038-es5.f9b95282b27c12c4b1b2.js | - | 23.75 kB
3:58:14 AM: 3038-es2015.f9b95282b27c12c4b1b2.js | - | 23.30 kB
3:58:14 AM: 4512-es5.1a60d4c65c4ff6014f3e.js | - | 22.85 kB
3:58:14 AM: 4512-es2015.1a60d4c65c4ff6014f3e.js | - | 22.39 kB
3:58:14 AM: 7162-es5.e832d57aa7e5421fb571.js | - | 19.89 kB
3:58:14 AM: 7162-es2015.e832d57aa7e5421fb571.js | - | 19.09 kB
3:58:14 AM: 5003-es5.a08c8f27b9ae1fdd2441.js | - | 19.08 kB
3:58:14 AM: 7550-es5.187dcc68ad3ee3155c62.js | - | 18.99 kB
3:58:14 AM: 778-es5.8dc8ba2a58019cb269e9.js | - | 18.86 kB
3:58:14 AM: 7550-es2015.187dcc68ad3ee3155c62.js | - | 18.45 kB
3:58:14 AM: 778-es2015.8dc8ba2a58019cb269e9.js | - | 18.40 kB
3:58:14 AM: 5003-es2015.a08c8f27b9ae1fdd2441.js | - | 18.21 kB
3:58:14 AM: 6266-es5.8931abf17347b6be8871.js | - | 17.66 kB
3:58:14 AM: 7754-es5.9ee05567380fdd4f6059.js | - | 17.61 kB
3:58:14 AM: 7232-es5.4c6202ad0c7ea7e24f3a.js | - | 17.23 kB
3:58:14 AM: 7754-es2015.9ee05567380fdd4f6059.js | - | 17.15 kB
3:58:14 AM: 6266-es2015.8931abf17347b6be8871.js | - | 17.15 kB
3:58:14 AM: 7232-es2015.4c6202ad0c7ea7e24f3a.js | - | 16.77 kB
3:58:14 AM: 5858-es5.3094384c8e8e50015fd0.js | - | 16.51 kB
3:58:14 AM: 5858-es2015.3094384c8e8e50015fd0.js | - | 16.02 kB
3:58:14 AM: 8137-es5.d9e76324c08c9c96cf77.js | - | 15.95 kB
3:58:14 AM: 8137-es2015.d9e76324c08c9c96cf77.js | - | 15.42 kB
3:58:14 AM: 3303-es5.ca7b39ed34d8622fd485.js | - | 15.41 kB
3:58:14 AM: 4745-es5.69209194679082e892e1.js | - | 15.34 kB
3:58:14 AM: 9604-es5.5a3a01ee3c39f9d18e6d.js | - | 15.28 kB
3:58:14 AM: 3303-es2015.ca7b39ed34d8622fd485.js | - | 14.93 kB
3:58:14 AM: 4745-es2015.69209194679082e892e1.js | - | 14.87 kB
3:58:14 AM: 9604-es2015.5a3a01ee3c39f9d18e6d.js | - | 14.83 kB
3:58:14 AM: 8326-es5.7f77f50516f737f11bfa.js | - | 14.53 kB
3:58:14 AM: 8326-es2015.7f77f50516f737f11bfa.js | - | 14.07 kB
3:58:14 AM: 6821-es5.346043f192c2f8dd17db.js | - | 13.38 kB
3:58:14 AM: 8411-es5.f1a2b0ffe70cc8915ff8.js | - | 13.02 kB
3:58:14 AM: 6821-es2015.346043f192c2f8dd17db.js | - | 12.81 kB
3:58:14 AM: 7994-es5.3a1d8962346ee2d8b784.js | - | 12.51 kB
3:58:14 AM: 8411-es2015.f1a2b0ffe70cc8915ff8.js | - | 12.49 kB
3:58:14 AM: 7994-es2015.3a1d8962346ee2d8b784.js | - | 11.97 kB
3:58:14 AM: 9270-es5.504baa311f3fc750be9e.js | - | 11.72 kB
3:58:14 AM: 2013-es5.07c44a0f7f24e5cbaf73.js | - | 11.33 kB
3:58:14 AM: 9270-es2015.504baa311f3fc750be9e.js | - | 11.26 kB
3:58:14 AM: 2013-es2015.07c44a0f7f24e5cbaf73.js | - | 10.80 kB
3:58:14 AM: 8671-es5.d1fad64d2873a61033a7.js | - | 10.75 kB
3:58:14 AM: 9711-es5.d506d84b80cadf3d5246.js | - | 10.69 kB
3:58:14 AM: 8671-es2015.d1fad64d2873a61033a7.js | - | 10.24 kB
3:58:14 AM: 9711-es2015.d506d84b80cadf3d5246.js | - | 10.23 kB
3:58:14 AM: 4182-es5.07dc6b8a5d28ffd0c146.js | - | 9.73 kB
3:58:14 AM: 4182-es2015.07dc6b8a5d28ffd0c146.js | - | 9.31 kB
3:58:14 AM: 6853-es5.d8e3af62fef2a7414023.js | - | 9.18 kB
3:58:14 AM: 2670-es5.047b6f986af111849687.js | - | 9.16 kB
3:58:14 AM: 2994-es5.25dca19848a0ce6f44ff.js | - | 8.74 kB
3:58:14 AM: 6853-es2015.d8e3af62fef2a7414023.js | - | 8.72 kB
3:58:14 AM: 2670-es2015.047b6f986af111849687.js | - | 8.70 kB
3:58:14 AM: 6155-es5.d2921e04511ed5358d60.js | - | 8.47 kB
3:58:14 AM: 5392-es5.1ac1bb74118406c7c042.js | - | 8.38 kB
3:58:14 AM: 3217-es5.bdce23f52799ad764a56.js | - | 8.30 kB
3:58:14 AM: 2994-es2015.25dca19848a0ce6f44ff.js | - | 8.26 kB
3:58:14 AM: 6155-es2015.d2921e04511ed5358d60.js | - | 7.99 kB
3:58:14 AM: 5392-es2015.1ac1bb74118406c7c042.js | - | 7.90 kB
3:58:14 AM: 3217-es2015.bdce23f52799ad764a56.js | - | 7.88 kB
3:58:14 AM: 2622-es5.12551d895c592fa60b1f.js | - | 7.72 kB
3:58:14 AM: 8795-es5.83271a172b816735c6bc.js | - | 7.35 kB
3:58:14 AM: 2622-es2015.12551d895c592fa60b1f.js | - | 7.24 kB
3:58:14 AM: 8795-es2015.83271a172b816735c6bc.js | - | 6.75 kB
3:58:14 AM: 5439-es5.0111561f8c3eac943866.js | - | 6.67 kB
3:58:14 AM: 5439-es2015.0111561f8c3eac943866.js | - | 6.17 kB
3:58:14 AM: 8438-es5.5d5d3c9e30cc04e4fb5d.js | - | 4.98 kB
3:58:14 AM: 8438-es2015.5d5d3c9e30cc04e4fb5d.js | - | 4.56 kB
3:58:14 AM: 5319-es5.033153e9d0f9a7472df0.js | - | 3.90 kB
3:58:14 AM: 3668-es5.9a4332f411d8c687a21a.js | - | 3.77 kB
3:58:14 AM: 5216-es5.2a4f9c5b3f323c592040.js | - | 3.65 kB
3:58:14 AM: 5319-es2015.033153e9d0f9a7472df0.js | - | 3.47 kB
3:58:14 AM: 3668-es2015.9a4332f411d8c687a21a.js | - | 3.35 kB
3:58:14 AM: 5216-es2015.2a4f9c5b3f323c592040.js | - | 3.24 kB
3:58:14 AM: 6201-es5.cb86020d59156b187411.js | - | 2.50 kB
3:58:14 AM: 6201-es2015.cb86020d59156b187411.js | - | 2.08 kB
3:58:14 AM: 9322-es5.55c61655a32f1fe1ca1b.js | - | 1.88 kB
3:58:14 AM: 5250-es5.88238e5ecb53420255e4.js | - | 1.55 kB
3:58:14 AM: 9322-es2015.55c61655a32f1fe1ca1b.js | - | 1.47 kB
3:58:14 AM: common-es5.6128ff225fc908528050.js | common | 1.39 kB
3:58:14 AM: 5250-es2015.88238e5ecb53420255e4.js | - | 1.15 kB
3:58:14 AM: common-es2015.6128ff225fc908528050.js | common | 1005 bytes
3:58:14 AM:
3:58:14 AM: Build at: 2023-01-07T03:58:14.314Z - Hash: dad5e095ff6594845e48 - Time: 60287ms
3:58:14 AM:
3:58:14 AM: ./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js:35209:13-34 - Warning: Critical dependency: the request of a dependency is an expression
3:58:14 AM:
3:58:14 AM: ./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js:35221:13-100 - Warning: Critical dependency: the request of a dependency is an expression
3:58:14 AM:
3:58:14 AM: Warning: /opt/build/repo/src/app/app.component.scss exceeded maximum budget. Budget 6.00 kB was not met by 4.78 kB with a total of 10.78 kB.
3:58:14 AM:
3:58:14 AM: Warning: /opt/build/repo/src/app/forms/inputs-page/inputs-page.component.ts depends on 'faker'. CommonJS or AMD dependencies can cause optimization bailouts.
3:58:14 AM:
3:58:14 AM: Warning: bundle initial-es2015 exceeded maximum budget. Budget 2.00 MB was not met by 50.23 kB with a total of 2.05 MB.
3:58:14 AM:
3:58:14 AM: Warning: bundle initial-es5 exceeded maximum budget. Budget 2.00 MB was not met by 262.58 kB with a total of 2.26 MB.
3:58:14 AM:
3:58:14 AM:
3:58:14 AM: ​
3:58:14 AM: (build.command completed in 1m 23.5s)
3:58:14 AM:
3:58:15 AM: (Netlify Build completed in 1m 24.2s)
3:58:15 AM: Section completed: building
3:58:21 AM: Finished processing build request in 1m50.823433039s

Deploying

Complete
3:58:14 AM: 2. Deploy site
3:58:14 AM: ────────────────────────────────────────────────────────────────
3:58:14 AM: ​
3:58:14 AM: Starting to deploy site from 'dist/ngx-ui'
3:58:14 AM: Creating deploy tree
3:58:14 AM: 3 new files to upload
3:58:14 AM: 0 new functions to upload
3:58:15 AM: Section completed: deploying
3:58:15 AM: Site deploy was successfully initiated
3:58:15 AM: ​
3:58:15 AM: (Deploy site completed in 686ms)

Cleanup

Complete
3:58:15 AM: Netlify Build Complete
3:58:15 AM: ────────────────────────────────────────────────────────────────
3:58:15 AM: ​
3:58:15 AM: Caching artifacts
3:58:15 AM: Started saving node modules
3:58:15 AM: Finished saving node modules
3:58:15 AM: Started saving build plugins
3:58:15 AM: Finished saving build plugins
3:58:15 AM: Started saving pip cache
3:58:15 AM: Finished saving pip cache
3:58:15 AM: Started saving emacs cask dependencies
3:58:15 AM: Finished saving emacs cask dependencies
3:58:15 AM: Started saving maven dependencies
3:58:15 AM: Finished saving maven dependencies
3:58:15 AM: Started saving boot dependencies
3:58:15 AM: Finished saving boot dependencies
3:58:15 AM: Started saving rust rustup cache
3:58:15 AM: Finished saving rust rustup cache
3:58:15 AM: Started saving go dependencies
3:58:15 AM: Finished saving go dependencies
3:58:15 AM: Build script success
3:58:18 AM: Uploading Cache of size 386.9MB
3:58:21 AM: Section completed: cleanup

Post-processing

Complete
3:58:15 AM: Starting post processing
3:58:15 AM: Post processing - HTML
3:58:15 AM: Post processing - header rules
3:58:15 AM: Post processing - redirect rules
3:58:15 AM: Post processing done
3:58:15 AM: Section completed: postprocessing
3:58:18 AM: Site is live ✨