Skip to main content

Deploy details

Deploy successful for se19-todolist

Bump @cypress/request and cypress

PR #13: dependabot/npm_and_yarn/cypress/request-and-cypress-3.0.0@d6a10ce

Deploy log

Initializing

Complete
7:31:59 AM: Waiting for other deploys from your team to complete. Check the queue: https://app.netlify.com/teams/koenidv/builds
7:32:00 AM: Build ready to start
7:32:01 AM: build-image version: 8205490ca60064f5c9949f585e9e35b434be95b8 (focal)
7:32:01 AM: buildbot version: eb0b3c03ee1b40888f6883e255e3a141a5a683be
7:32:01 AM: Fetching cached dependencies
7:32:01 AM: Starting to download cache of 137.0MB
7:32:02 AM: Finished downloading cache in 406ms
7:32:02 AM: Starting to extract cache
7:32:04 AM: Finished extracting cache in 1.736s
7:32:04 AM: Finished fetching cache in 2.191s
7:32:04 AM: Starting to prepare the repo for build
7:32:04 AM: Preparing Git Reference pull/13/head
7:32:05 AM: Starting to install dependencies
7:32:05 AM: Python version set to 3.8
7:32:06 AM: Attempting Ruby version 2.7.2, read from environment
7:32:06 AM: Using Ruby version 2.7.2
7:32:07 AM: Started restoring cached go cache
7:32:07 AM: Finished restoring cached go cache
7:32:07 AM: Installing Go version 1.16.5 (requested 1.16.5)
7:32:11 AM: go version go1.16.5 linux/amd64
7:32:11 AM: Using PHP version 8.0
7:32:12 AM: Started restoring cached Node.js version
7:32:12 AM: Finished restoring cached Node.js version
7:32:13 AM: v16.20.2 is already installed.
7:32:13 AM: Now using node v16.20.2 (npm v8.19.4)
7:32:13 AM: Enabling Node.js Corepack
7:32:13 AM: Started restoring cached build plugins
7:32:13 AM: Finished restoring cached build plugins
7:32:13 AM: Started restoring cached corepack dependencies
7:32:13 AM: Finished restoring cached corepack dependencies
7:32:13 AM: No npm workspaces detected
7:32:13 AM: Started restoring cached node modules
7:32:13 AM: Finished restoring cached node modules
7:32:13 AM: Installing npm packages using npm version 8.19.4
7:32:23 AM: added 1 package, changed 6 packages, and audited 1587 packages in 9s
7:32:23 AM: 203 packages are looking for funding
7:32:23 AM: run `npm fund` for details
7:32:23 AM: 8 vulnerabilities (2 moderate, 6 high)
7:32:23 AM: To address issues that do not require attention, run:
7:32:23 AM: npm audit fix
7:32:23 AM: To address all issues (including breaking changes), run:
7:32:23 AM: npm audit fix --force
7:32:23 AM: Run `npm audit` for details.
7:32:23 AM: npm packages installed
7:32:23 AM: Install dependencies script success
7:32:23 AM: Starting build script
7:32:24 AM: Detected 1 framework(s)
7:32:24 AM: create-react-app at version 5.0.1
7:32:24 AM: Section completed: initializing

Building

Complete
7:32:26 AM: Netlify Build
7:32:26 AM: ────────────────────────────────────────────────────────────────
7:32:26 AM:
7:32:26 AM: ❯ Version
7:32:26 AM: @netlify/build 29.20.11
7:32:26 AM:
7:32:26 AM: ❯ Flags
7:32:26 AM: baseRelDir: true
7:32:26 AM: buildId: 64f6d96e175d9d0008b18d5b
7:32:26 AM: deployId: 64f6d96e175d9d0008b18d5d
7:32:26 AM:
7:32:26 AM: ❯ Current directory
7:32:26 AM: /opt/build/repo
7:32:26 AM:
7:32:26 AM: ❯ Config file
7:32:26 AM: No config file was defined: using default values.
7:32:26 AM:
7:32:26 AM: ❯ Context
7:32:26 AM: deploy-preview
7:32:26 AM:
7:32:26 AM: Build command from Netlify app
7:32:26 AM: ────────────────────────────────────────────────────────────────
7:32:26 AM: ​
7:32:26 AM: $ CI= npm run build
7:32:26 AM: > todolist@0.1.0 build
7:32:26 AM: > react-scripts build
7:32:27 AM: Creating an optimized production build...
7:32:27 AM: Browserslist: caniuse-lite is outdated. Please run:
7:32:27 AM: npx browserslist@latest --update-db
7:32:33 AM: Browserslist: caniuse-lite is outdated. Please run:
7:32:33 AM: npx browserslist@latest --update-db
7:32:34 AM: Compiled with warnings.
7:32:34 AM:
7:32:34 AM: src/App.js
7:32:34 AM: Line 6:10: 'getTodos' is defined but never used no-unused-vars
7:32:34 AM: Line 12:10: 'BaseInfoText' is defined but never used no-unused-vars
7:32:34 AM: src/todos/EditTodo.js
7:32:34 AM: Line 1:10: 'BaseButton' is defined but never used no-unused-vars
7:32:34 AM: src/todos/TodoList.js
7:32:34 AM: Line 1:154: 'TodosWrapper' is defined but never used no-unused-vars
7:32:34 AM: Line 5:10: 'BaseButtonAction' is defined but never used no-unused-vars
7:32:34 AM: Line 5:28: 'BaseButtonBorderless' is defined but never used no-unused-vars
7:32:34 AM: Search for the keywords to learn more about each warning.
7:32:34 AM: To ignore, add // eslint-disable-next-line to the line before.
7:32:34 AM: File sizes after gzip:
7:32:34 AM: 113.54 kB build/static/js/main.4271c37a.js
7:32:34 AM: 1.78 kB build/static/js/787.97a945da.chunk.js
7:32:34 AM: 1.12 kB build/static/css/main.00447ece.css
7:32:34 AM: The project was built assuming it is hosted at /.
7:32:34 AM: You can control this with the homepage field in your package.json.
7:32:34 AM: The build folder is ready to be deployed.
7:32:34 AM: You may serve it with a static server:
7:32:34 AM: npm install -g serve
7:32:34 AM: serve -s build
7:32:34 AM: Find out more about deployment here:
7:32:34 AM: ​
7:32:34 AM: (build.command completed in 8s)
7:32:34 AM:
7:32:34 AM: (Netlify Build completed in 8.2s)
7:32:34 AM: Section completed: building
7:32:37 AM: Finished processing build request in 35.363s

Deploying

Complete
7:32:34 AM: Deploy site
7:32:34 AM: ────────────────────────────────────────────────────────────────
7:32:34 AM: ​
7:32:34 AM: Starting to deploy site from 'build'
7:32:34 AM: Calculating files to upload
7:32:34 AM: 0 new files to upload
7:32:34 AM: 0 new functions to upload
7:32:34 AM: Section completed: deploying
7:32:34 AM: Site deploy was successfully initiated
7:32:34 AM: ​
7:32:34 AM: (Deploy site completed in 111ms)

Cleanup

Complete
7:32:34 AM: Netlify Build Complete
7:32:34 AM: ────────────────────────────────────────────────────────────────
7:32:34 AM: ​
7:32:34 AM: Caching artifacts
7:32:34 AM: Started saving node modules
7:32:34 AM: Finished saving node modules
7:32:34 AM: Started saving build plugins
7:32:34 AM: Finished saving build plugins
7:32:34 AM: Started saving corepack cache
7:32:34 AM: Finished saving corepack cache
7:32:34 AM: Started saving pip cache
7:32:34 AM: Finished saving pip cache
7:32:34 AM: Started saving emacs cask dependencies
7:32:34 AM: Finished saving emacs cask dependencies
7:32:34 AM: Started saving maven dependencies
7:32:34 AM: Finished saving maven dependencies
7:32:34 AM: Started saving boot dependencies
7:32:34 AM: Finished saving boot dependencies
7:32:34 AM: Started saving rust rustup cache
7:32:34 AM: Finished saving rust rustup cache
7:32:34 AM: Started saving go dependencies
7:32:34 AM: Finished saving go dependencies
7:32:34 AM: Build script success
7:32:35 AM: Uploading Cache of size 137.3MB
7:32:37 AM: Section completed: cleanup

Post-processing

Complete
7:32:34 AM: Starting post processing
7:32:34 AM: Post processing - HTML
7:32:34 AM: Post processing - header rules
7:32:34 AM: Post processing - redirect rules
7:32:35 AM: Post processing done
7:32:35 AM: Section completed: postprocessing
7:32:36 AM: Site is live ✨