Deploy details
Published deploy for pohles-admin
Bump semver from 5.7.1 to 5.7.2 (#87) Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Production: master@88fd5b3
Deploy log
Initializing
Complete
Initializing
Complete
5:42:45 AM: Waiting for other deploys from your team to complete. Check the queue: https://app.netlify.com/teams/lukynmatuska/builds
5:45:02 AM: Build ready to start
5:45:24 AM: build-image version: 1ae4e4d7d5e3544ab1eb7f270391cdbb47c1e1e5 (focal)
5:45:24 AM: buildbot version: 07d3aed5474bb03935df0405b4a4ae7c66557a4a
5:45:24 AM: Fetching cached dependencies
5:45:24 AM: Starting to download cache of 167.1MB
5:45:25 AM: Finished downloading cache in 1.184s
5:45:25 AM: Starting to extract cache
5:45:27 AM: Finished extracting cache in 1.916s
5:45:27 AM: Finished fetching cache in 3.157s
5:45:27 AM: Starting to prepare the repo for build
5:45:27 AM: Preparing Git Reference refs/heads/master
5:45:28 AM: Custom publish path detected. Proceeding with the specified path: 'dist/pohles-admin'
5:45:29 AM: Starting to install dependencies
5:45:29 AM: Python version set to 3.8
5:45:29 AM: Attempting Ruby version 2.7.2, read from environment
5:45:30 AM: Using Ruby version 2.7.2
5:45:30 AM: Started restoring cached go cache
5:45:30 AM: Finished restoring cached go cache
5:45:30 AM: Installing Go version 1.16.5 (requested 1.16.5)
5:45:34 AM: go version go1.16.5 linux/amd64
5:45:34 AM: Using PHP version 8.0
5:45:35 AM: Started restoring cached Node.js version
5:45:36 AM: Finished restoring cached Node.js version
5:45:36 AM: v16.20.1 is already installed.
5:45:36 AM: Now using node v16.20.1 (npm v8.19.4)
5:45:36 AM: Enabling Node.js Corepack
5:45:36 AM: Started restoring cached build plugins
5:45:36 AM: Finished restoring cached build plugins
5:45:36 AM: Started restoring cached corepack dependencies
5:45:36 AM: Finished restoring cached corepack dependencies
5:45:36 AM: No npm workspaces detected
5:45:36 AM: Started restoring cached node modules
5:45:36 AM: Finished restoring cached node modules
5:45:37 AM: Installing npm packages using npm version 8.19.4
5:45:40 AM: removed 1 package, changed 12 packages, and audited 1012 packages in 3s
5:45:40 AM: 125 packages are looking for funding
5:45:40 AM: run `npm fund` for details
5:45:40 AM: 11 vulnerabilities (1 low, 7 moderate, 3 high)
5:45:40 AM: To address issues that do not require attention, run:
5:45:40 AM: npm audit fix
5:45:40 AM: To address all issues (including breaking changes), run:
5:45:40 AM: npm audit fix --force
5:45:40 AM: Run `npm audit` for details.
5:45:40 AM: npm packages installed
5:45:41 AM: Install dependencies script success
5:45:41 AM: Starting build script
5:45:41 AM: Detected 1 framework(s)
5:45:41 AM: angular at version 15.0.2
5:45:41 AM: Section completed: initializing
Building
Complete
Building
Complete
5:45:43 AM: Netlify Build
5:45:43 AM: ────────────────────────────────────────────────────────────────
5:45:43 AM:
5:45:43 AM: ❯ Version
5:45:43 AM: @netlify/build 29.15.3
5:45:43 AM:
5:45:43 AM: ❯ Flags
5:45:43 AM: baseRelDir: true
5:45:43 AM: buildId: 64acebd52c5d2e0008a65c21
5:45:43 AM: deployId: 64acebd52c5d2e0008a65c23
5:45:43 AM:
5:45:43 AM: ❯ Current directory
5:45:43 AM: /opt/build/repo
5:45:43 AM:
5:45:43 AM: ❯ Config file
5:45:43 AM: /opt/build/repo/netlify.toml
5:45:43 AM:
5:45:43 AM: ❯ Context
5:45:43 AM: production
5:45:43 AM:
5:45:43 AM: build.command from netlify.toml
5:45:43 AM: ────────────────────────────────────────────────────────────────
5:45:43 AM:
5:45:43 AM: $ npm run build
5:45:43 AM: > pohles-admin@0.0.0 build
5:45:43 AM: > ng build
5:45:45 AM: - Generating browser application bundles (phase: setup)...
5:45:52 AM: DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
5:45:52 AM: Recommendation: math.div(($r * 299) + ($g * 587) + ($b * 114), 1000) or calc((($r * 299) + ($g * 587) + ($b * 114)) / 1000)
5:45:52 AM: More info and automated migrator: https://sass-lang.com/d/slash-div
5:45:52 AM: ╷
5:45:52 AM: 57 │ $yiq: (($r * 299) + ($g * 587) + ($b * 114)) / 1000;
5:45:52 AM: │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5:45:52 AM: ╵
5:45:52 AM: src/assets/scss/black-dashboard/bootstrap/_functions.scss 57:9 color-yiq()
5:45:52 AM: src/assets/scss/black-dashboard/custom/_variables.scss 723:37 @import
5:45:52 AM: src/assets/scss/black-dashboard.scss 22:9 root stylesheet
5:45:52 AM: DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
5:45:52 AM: Recommendation: math.div($spacer, 2) or calc($spacer / 2)
5:45:52 AM: More info and automated migrator: https://sass-lang.com/d/slash-div
5:45:52 AM: ╷
5:45:52 AM: 640 │ $nav-divider-margin-y: ($spacer / 2) !default;
5:45:52 AM: │ ^^^^^^^^^^^
5:45:52 AM: ╵
5:45:52 AM: src/assets/scss/black-dashboard/bootstrap/_variables.scss 640:38 @import
5:45:52 AM: src/assets/scss/black-dashboard.scss 23:9 root stylesheet
5:45:52 AM: DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
5:45:52 AM: Recommendation: math.div($nav-link-height - $navbar-brand-height, 2) or calc(($nav-link-height - $navbar-brand-height) / 2)
5:45:52 AM: More info and automated migrator: https://sass-lang.com/d/slash-div
5:45:52 AM: ╷
5:45:52 AM: 653 │ $navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2 !default;
5:45:52 AM: │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5:45:52 AM: ╵
5:45:52 AM: src/assets/scss/black-dashboard/bootstrap/_variables.scss 653:37 @import
5:45:52 AM: src/assets/scss/black-dashboard.scss 23:9 root stylesheet
5:45:52 AM: DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
5:45:52 AM: Recommendation: math.div($grid-gutter-width, 2) or calc($grid-gutter-width / 2)
5:45:52 AM: More info and automated migrator: https://sass-lang.com/d/slash-div
5:45:52 AM: ╷
5:45:52 AM: 724 │ $card-group-margin: ($grid-gutter-width / 2) !default;
5:45:52 AM: │ ^^^^^^^^^^^^^^^^^^^^^^
5:45:52 AM: ╵
5:45:52 AM: src/assets/scss/black-dashboard/bootstrap/_variables.scss 724:38 @import
5:45:52 AM: src/assets/scss/black-dashboard.scss 23:9 root stylesheet
5:45:52 AM: DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
5:45:52 AM: Recommendation: math.div($spacer, 2) or calc($spacer / 2)
5:45:52 AM: More info and automated migrator: https://sass-lang.com/d/slash-div
5:45:52 AM: ╷
5:45:52 AM: 35 │ margin-bottom: ($spacer / 2);
5:45:52 AM: │ ^^^^^^^^^^^
5:45:52 AM: ╵
5:45:52 AM: src/assets/scss/black-dashboard/bootstrap/_images.scss 35:19 @import
5:45:52 AM: src/assets/scss/black-dashboard.scss 33:9 root stylesheet
5:45:52 AM: DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
5:45:52 AM: Recommendation: math.div(9, 21)
5:45:52 AM: More info and automated migrator: https://sass-lang.com/d/slash-div
5:45:52 AM: ╷
5:45:52 AM: 32 │ padding-top: percentage(9 / 21);
5:45:52 AM: │ ^^^^^^
5:45:52 AM: ╵
5:45:52 AM: src/assets/scss/black-dashboard/bootstrap/utilities/_embed.scss 32:29 @import
5:45:52 AM: src/assets/scss/black-dashboard/bootstrap/_utilities.scss 6:9 @import
5:45:52 AM: src/assets/scss/black-dashboard.scss 60:9 root stylesheet
5:45:52 AM: DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
5:45:52 AM: Recommendation: math.div(9, 16)
5:45:52 AM: More info and automated migrator: https://sass-lang.com/d/slash-div
5:45:52 AM: ╷
5:45:52 AM: 38 │ padding-top: percentage(9 / 16);
5:45:52 AM: │ ^^^^^^
5:45:52 AM: ╵
5:45:52 AM: src/assets/scss/black-dashboard/bootstrap/utilities/_embed.scss 38:29 @import
5:45:52 AM: src/assets/scss/black-dashboard/bootstrap/_utilities.scss 6:9 @import
5:45:52 AM: src/assets/scss/black-dashboard.scss 60:9 root stylesheet
5:45:52 AM: DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
5:45:52 AM: Recommendation: math.div(3, 4)
5:45:52 AM: More info and automated migrator: https://sass-lang.com/d/slash-div
5:45:52 AM: ╷
5:45:52 AM: 44 │ padding-top: percentage(3 / 4);
5:45:52 AM: │ ^^^^^
5:45:52 AM: ╵
5:45:52 AM: src/assets/scss/black-dashboard/bootstrap/utilities/_embed.scss 44:29 @import
5:45:52 AM: src/assets/scss/black-dashboard/bootstrap/_utilities.scss 6:9 @import
5:45:52 AM: src/assets/scss/black-dashboard.scss 60:9 root stylesheet
5:45:52 AM: DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
5:45:52 AM: Recommendation: math.div(1, 1)
5:45:52 AM: More info and automated migrator: https://sass-lang.com/d/slash-div
5:45:52 AM: ╷
5:45:52 AM: 50 │ padding-top: percentage(1 / 1);
5:45:52 AM: │ ^^^^^
5:45:52 AM: ╵
5:45:52 AM: src/assets/scss/black-dashboard/bootstrap/utilities/_embed.scss 50:29 @import
5:45:52 AM: src/assets/scss/black-dashboard/bootstrap/_utilities.scss 6:9 @import
5:45:52 AM: src/assets/scss/black-dashboard.scss 60:9 root stylesheet
5:45:52 AM: WARNING: 34 repetitive deprecation warnings omitted.
5:46:07 AM: ✔ Browser application bundle generation complete.
5:46:07 AM: ✔ Browser application bundle generation complete.
5:46:07 AM: - Copying assets...
5:46:07 AM: ✔ Copying assets complete.
5:46:07 AM: - Generating index html...
5:46:07 AM: - Generating index html...
5:46:07 AM: 1 rules skipped due to selector errors:
5:46:07 AM: .custom-file-input:lang(en)~.custom-file-label -> unmatched pseudo-class :lang
5:46:07 AM: ✔ Index html generation complete.
5:46:07 AM: Initial Chunk Files | Names | Raw Size | Estimated Transfer Size
5:46:07 AM: main.58986099fb30fd05.js | main | 751.17 kB | 187.29 kB
5:46:07 AM: styles.418fa87315af64e6.css | styles | 315.25 kB | 35.76 kB
5:46:07 AM: scripts.53b3823017ca5c1a.js | scripts | 171.97 kB | 53.74 kB
5:46:07 AM: polyfills.4cbb8283bcf4a94c.js | polyfills | 33.11 kB | 10.64 kB
5:46:07 AM: runtime.0b2c68d4959299b9.js | runtime | 3.45 kB | 1.60 kB
5:46:07 AM:
5:46:07 AM: | Initial Total | 1.25 MB | 289.03 kB
5:46:07 AM:
5:46:07 AM: Lazy Chunk Files | Names | Raw Size | Estimated Transfer Size
5:46:07 AM: 226.f73da27e9e182e81.js | sweetalert2 | 62.46 kB | 15.75 kB
5:46:07 AM: 732.a22a70eabcd7acbb.js | layouts-admin-admin-layout-module | 17.28 kB | 4.21 kB
5:46:07 AM:
5:46:07 AM: Build at: 2023-07-11T05:46:07.884Z - Hash: 06981bcd5de01161 - Time: 22439ms
5:46:07 AM:
5:46:07 AM: Warning: /opt/build/repo/node_modules/@sweetalert2/ngx-sweetalert2/fesm2020/sweetalert2-ngx-sweetalert2.mjs depends on 'sweetalert2'. CommonJS or AMD dependencies can cause optimization bailouts.
5:46:07 AM: For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
5:46:07 AM:
5:46:07 AM: Warning: /opt/build/repo/node_modules/angular-oauth2-oidc/__ivy_ngcc__/fesm2015/angular-oauth2-oidc.js depends on 'fast-sha256'. CommonJS or AMD dependencies can cause optimization bailouts.
5:46:07 AM: For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
5:46:07 AM:
5:46:07 AM: Warning: bundle initial exceeded maximum budget. Budget 500.00 kB was not met by 774.95 kB with a total of 1.25 MB.
5:46:07 AM:
5:46:07 AM:
5:46:07 AM:
5:46:07 AM: (build.command completed in 24.6s)
5:46:07 AM:
5:46:08 AM: (Netlify Build completed in 24.8s)
5:46:08 AM: Section completed: building
5:46:11 AM: Finished processing build request in 47.019s
Deploying
Complete
Deploying
Complete
5:46:07 AM: Deploy site
5:46:07 AM: ────────────────────────────────────────────────────────────────
5:46:07 AM:
5:46:07 AM: Starting to deploy site from 'dist/pohles-admin'
5:46:07 AM: Calculating files to upload
5:46:08 AM: 0 new files to upload
5:46:08 AM: 0 new functions to upload
5:46:08 AM: Section completed: deploying
5:46:08 AM: Site deploy was successfully initiated
5:46:08 AM:
5:46:08 AM: (Deploy site completed in 107ms)
Cleanup
Complete
Cleanup
Complete
5:46:08 AM: Netlify Build Complete
5:46:08 AM: ────────────────────────────────────────────────────────────────
5:46:08 AM:
5:46:08 AM: Caching artifacts
5:46:08 AM: Started saving node modules
5:46:08 AM: Finished saving node modules
5:46:08 AM: Started saving build plugins
5:46:08 AM: Finished saving build plugins
5:46:08 AM: Started saving corepack cache
5:46:08 AM: Finished saving corepack cache
5:46:08 AM: Started saving pip cache
5:46:08 AM: Finished saving pip cache
5:46:08 AM: Started saving emacs cask dependencies
5:46:08 AM: Finished saving emacs cask dependencies
5:46:08 AM: Started saving maven dependencies
5:46:08 AM: Finished saving maven dependencies
5:46:08 AM: Started saving boot dependencies
5:46:08 AM: Finished saving boot dependencies
5:46:08 AM: Started saving rust rustup cache
5:46:08 AM: Finished saving rust rustup cache
5:46:08 AM: Started saving go dependencies
5:46:08 AM: Finished saving go dependencies
5:46:08 AM: Build script success
5:46:09 AM: Uploading Cache of size 167.0MB
5:46:11 AM: Section completed: cleanup
Post-processing
Complete
Post-processing
Complete
5:46:08 AM: Starting post processing
5:46:08 AM: Skipping HTML post processing
5:46:08 AM: Post processing - header rules
5:46:08 AM: Post processing - redirect rules
5:46:08 AM: Post processing done
5:46:09 AM: Section completed: postprocessing
5:46:09 AM: Site is live ✨