Deploy details
Deploy successful for se19-todolist
Bump @testing-library/react from 13.1.1 to 16.0.0PR #17: dependabot/npm_and_yarn/testing-library/react-16.0.0@cf23d02
Deploy log
Initializing
Complete
Initializing
Complete
10:58:56 AM: Waiting for other deploys from your team to complete. Check the queue: https://app.netlify.com/teams/koenidv/builds
11:00:22 AM: Build ready to start
11:00:37 AM: build-image version: 006dca901dab83234b4881f914ac1a189ff41daa (focal)
11:00:37 AM: buildbot version: 9bbdac2b13a98595e6082353a9003cde1cbabfa5
11:00:37 AM: Fetching cached dependencies
11:00:37 AM: Starting to download cache of 138.4MB
11:00:38 AM: Finished downloading cache in 1.368s
11:00:38 AM: Starting to extract cache
11:00:40 AM: Finished extracting cache in 2.017s
11:00:40 AM: Finished fetching cache in 3.439s
11:00:40 AM: Starting to prepare the repo for build
11:00:41 AM: Preparing Git Reference pull/17/head
11:00:43 AM: Starting to install dependencies
11:00:43 AM: Python version set to 3.8
11:00:43 AM: Attempting Ruby version 2.7.2, read from environment
11:00:44 AM: Using Ruby version 2.7.2
11:00:44 AM: Started restoring cached go cache
11:00:44 AM: Finished restoring cached go cache
11:00:44 AM: Installing Go version 1.16.5 (requested 1.16.5)
11:00:48 AM: go version go1.16.5 linux/amd64
11:00:49 AM: Using PHP version 8.0
11:00:50 AM: Started restoring cached Node.js version
11:00:51 AM: Finished restoring cached Node.js version
11:00:51 AM: v16.20.2 is already installed.
11:00:51 AM: Now using node v16.20.2 (npm v8.19.4)
11:00:51 AM: Enabling Node.js Corepack
11:00:51 AM: Started restoring cached build plugins
11:00:51 AM: Finished restoring cached build plugins
11:00:51 AM: Started restoring cached corepack dependencies
11:00:51 AM: Finished restoring cached corepack dependencies
11:00:51 AM: No npm workspaces detected
11:00:51 AM: Started restoring cached node modules
11:00:51 AM: Finished restoring cached node modules
11:00:52 AM: Installing npm packages using npm version 8.19.4
11:00:53 AM: npm WARN EBADENGINE Unsupported engine {
11:00:53 AM: npm WARN EBADENGINE package: '@testing-library/dom@10.1.0',
11:00:53 AM: npm WARN EBADENGINE required: { node: '>=18' },
11:00:53 AM: npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '8.19.4' }
11:00:53 AM: npm WARN EBADENGINE }
11:00:53 AM: npm WARN EBADENGINE Unsupported engine {
11:00:53 AM: npm WARN EBADENGINE package: '@testing-library/react@16.0.0',
11:00:53 AM: npm WARN EBADENGINE required: { node: '>=18' },
11:00:53 AM: npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '8.19.4' }
11:00:53 AM: npm WARN EBADENGINE }
11:00:56 AM: added 1 package, changed 5 packages, and audited 1588 packages in 4s
11:00:56 AM: 203 packages are looking for funding
11:00:56 AM: run `npm fund` for details
11:00:56 AM: 17 vulnerabilities (7 moderate, 9 high, 1 critical)
11:00:56 AM: To address issues that do not require attention, run:
11:00:56 AM: npm audit fix
11:00:56 AM: To address all issues (including breaking changes), run:
11:00:56 AM: npm audit fix --force
11:00:56 AM: Run `npm audit` for details.
11:00:56 AM: npm packages installed
11:00:56 AM: Successfully installed dependencies
11:00:56 AM: Starting build script
11:00:57 AM: Detected 1 framework(s)
11:00:57 AM: "create-react-app" at version "5.0.1"
11:00:57 AM: Section completed: initializing
Building
Complete
Building
Complete
11:00:59 AM: Netlify Build
11:00:59 AM: ────────────────────────────────────────────────────────────────
11:00:59 AM:
11:00:59 AM: ❯ Version
11:00:59 AM: @netlify/build 29.47.5
11:00:59 AM:
11:00:59 AM: ❯ Flags
11:00:59 AM: baseRelDir: true
11:00:59 AM: buildId: 6671687081cc5200089553e4
11:00:59 AM: deployId: 6671687081cc5200089553e6
11:00:59 AM:
11:00:59 AM: ❯ Current directory
11:00:59 AM: /opt/build/repo
11:00:59 AM:
11:00:59 AM: ❯ Config file
11:00:59 AM: No config file was defined: using default values.
11:00:59 AM:
11:00:59 AM: ❯ Context
11:00:59 AM: deploy-preview
11:00:59 AM:
11:00:59 AM: Build command from Netlify app
11:00:59 AM: ────────────────────────────────────────────────────────────────
11:00:59 AM:
11:00:59 AM: $ CI= npm run build
11:00:59 AM: > todolist@0.1.0 build
11:00:59 AM: > react-scripts build
11:01:00 AM: Creating an optimized production build...
11:01:00 AM: Browserslist: caniuse-lite is outdated. Please run:
11:01:00 AM: npx browserslist@latest --update-db
11:01:00 AM: Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
11:01:08 AM: Browserslist: caniuse-lite is outdated. Please run:
11:01:08 AM: npx browserslist@latest --update-db
11:01:08 AM: Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
11:01:09 AM: Compiled with warnings.
11:01:09 AM:
11:01:09 AM: src/App.js
11:01:09 AM: Line 6:10: 'getTodos' is defined but never used no-unused-vars
11:01:09 AM: Line 12:10: 'BaseInfoText' is defined but never used no-unused-vars
11:01:09 AM: src/todos/EditTodo.js
11:01:09 AM: Line 1:10: 'BaseButton' is defined but never used no-unused-vars
11:01:09 AM: src/todos/TodoList.js
11:01:09 AM: Line 1:154: 'TodosWrapper' is defined but never used no-unused-vars
11:01:09 AM: Line 5:10: 'BaseButtonAction' is defined but never used no-unused-vars
11:01:09 AM: Line 5:28: 'BaseButtonBorderless' is defined but never used no-unused-vars
11:01:09 AM: Search for the keywords to learn more about each warning.
11:01:09 AM: To ignore, add // eslint-disable-next-line to the line before.
11:01:09 AM: File sizes after gzip:
11:01:09 AM: 113.54 kB build/static/js/main.4271c37a.js
11:01:09 AM: 1.78 kB build/static/js/787.97a945da.chunk.js
11:01:09 AM: 1.12 kB build/static/css/main.00447ece.css
11:01:09 AM: The project was built assuming it is hosted at /.
11:01:09 AM: You can control this with the homepage field in your package.json.
11:01:09 AM: The build folder is ready to be deployed.
11:01:09 AM: You may serve it with a static server:
11:01:09 AM: npm install -g serve
11:01:09 AM: serve -s build
11:01:09 AM: Find out more about deployment here:
11:01:09 AM: https://cra.link/deployment
11:01:09 AM:
11:01:09 AM: (build.command completed in 9.8s)
11:01:09 AM:
11:01:09 AM: (Netlify Build completed in 10s)
11:01:09 AM: Section completed: building
11:01:21 AM: Finished processing build request in 44.449s
Deploying
Complete
Deploying
Complete
11:01:09 AM: Deploy site
11:01:09 AM: ────────────────────────────────────────────────────────────────
11:01:09 AM:
11:01:09 AM: Starting to deploy site from 'build'
11:01:09 AM: Calculating files to upload
11:01:09 AM: 0 new files to upload
11:01:09 AM: 0 new functions to upload
11:01:09 AM: Section completed: deploying
11:01:09 AM: Site deploy was successfully initiated
11:01:09 AM:
11:01:09 AM: (Deploy site completed in 151ms)
Cleanup
Complete
Cleanup
Complete
11:01:09 AM: Netlify Build Complete
11:01:09 AM: ────────────────────────────────────────────────────────────────
11:01:09 AM:
11:01:09 AM: Caching artifacts
11:01:09 AM: Started saving node modules
11:01:09 AM: Finished saving node modules
11:01:09 AM: Started saving build plugins
11:01:09 AM: Finished saving build plugins
11:01:09 AM: Started saving corepack cache
11:01:09 AM: Finished saving corepack cache
11:01:09 AM: Started saving pip cache
11:01:09 AM: Finished saving pip cache
11:01:09 AM: Started saving emacs cask dependencies
11:01:09 AM: Finished saving emacs cask dependencies
11:01:09 AM: Started saving maven dependencies
11:01:09 AM: Finished saving maven dependencies
11:01:09 AM: Started saving boot dependencies
11:01:09 AM: Finished saving boot dependencies
11:01:09 AM: Started saving rust rustup cache
11:01:09 AM: Finished saving rust rustup cache
11:01:09 AM: Started saving go dependencies
11:01:09 AM: Finished saving go dependencies
11:01:09 AM: Build script success
11:01:20 AM: Uploading Cache of size 138.0MB
11:01:21 AM: Section completed: cleanup
Post-processing
Complete
Post-processing
Complete
11:01:09 AM: Starting post processing
11:01:09 AM: Post processing - Forms
11:01:09 AM: Post processing done
11:01:09 AM: Section completed: postprocessing
11:01:09 AM: Post processing - header rules
11:01:09 AM: Post processing - redirect rules
11:01:09 AM: Site is live ✨