Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @typescript-eslint/parser from 6.9.0 to 6.13.2 #525

chore(deps-dev): bump @typescript-eslint/parser from 6.9.0 to 6.13.2

6bb0ced
Select commit
Loading
Failed to load commit list.
Closed

chore(deps-dev): bump @typescript-eslint/parser from 6.9.0 to 6.13.2 #525

chore(deps-dev): bump @typescript-eslint/parser from 6.9.0 to 6.13.2
6bb0ced
Select commit
Loading
Failed to load commit list.
Google Cloud Build / writing-build (icco-cloud) succeeded Dec 11, 2023 in 6m 37s

Summary

Build Information

Trigger writing-build
Build a4829920-d4e6-4f7e-bf06-495dd4953024
Start 2023-12-10T16:33:10-08:00
Duration 6m35.222s
Status SUCCESS

Steps

Step Status Duration
Build SUCCESS 6m18.987s

Details

starting build "a4829920-d4e6-4f7e-bf06-495dd4953024"

FETCHSOURCE
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /workspace/.git/
From https://github.com/icco/writing
 * branch            6bb0ceda5944ff00961a834af990623b4ab829cf -> FETCH_HEAD
HEAD is now at 6bb0ced chore(deps-dev): bump @typescript-eslint/parser from 6.9.0 to 6.13.2
BUILD
Already have image (with digest): gcr.io/cloud-builders/docker
Sending build context to Docker daemon  102.1MB

Step 1/29 : FROM node:20-alpine AS base
20-alpine: Pulling from library/node
c926b61bad3b: Already exists
b519384a30f5: Pulling fs layer
4b45d679ee3e: Pulling fs layer
095f19a54610: Pulling fs layer
095f19a54610: Verifying Checksum
095f19a54610: Download complete
4b45d679ee3e: Verifying Checksum
4b45d679ee3e: Download complete
b519384a30f5: Verifying Checksum
b519384a30f5: Download complete
b519384a30f5: Pull complete
4b45d679ee3e: Pull complete
095f19a54610: Pull complete
Digest: sha256:32427bc0620132b2d9e79e405a1b27944d992501a20417a7f407427cc4c2b672
Status: Downloaded newer image for node:20-alpine
 ---> 650f61ab468c
Step 2/29 : FROM base AS deps
 ---> 650f61ab468c
Step 3/29 : RUN apk add --no-cache libc6-compat
 ---> Running in bf09dd3b1140
fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz
(1/1) Installing libc6-compat (1.2.4-r2)
OK: 10 MiB in 18 packages
Removing intermediate container bf09dd3b1140
 ---> 2f372116539a
Step 4/29 : WORKDIR /app
 ---> Running in dfc0db7b2246
Removing intermediate container dfc0db7b2246
 ---> 17aed60ab181
Step 5/29 : COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
 ---> da06247ee38d
Step 6/29 : RUN   if [ -f yarn.lock ]; then yarn --frozen-lockfile;   elif [ -f package-lock.json ]; then npm ci;   elif [ -f pnpm-lock.yaml ]; then yarn global add pnpm && pnpm i --frozen-lockfile;   else echo "Lockfile not found." && exit 1;   fi
 ---> Running in 2f12c0829374
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
�[91mwarning " > @mdx-js/[email protected]" has unmet peer dependency "webpack@>=4".
�[0m�[91mwarning "contentlayer > @contentlayer/utils > @opentelemetry/exporter-trace-otlp-grpc > @opentelemetry/[email protected]" has incorrect peer dependency "@opentelemetry/api@>=1.0.0 <1.5.0".
�[0m�[91mwarning "contentlayer > @contentlayer/utils > @opentelemetry/exporter-trace-otlp-grpc > @opentelemetry/[email protected]" has incorrect peer dependency "@opentelemetry/api@>=1.3.0 <1.5.0".
�[0m�[91mwarning "contentlayer > @contentlayer/utils > @opentelemetry/exporter-trace-otlp-grpc > @opentelemetry/[email protected]" has incorrect peer dependency "@opentelemetry/api@>=1.0.0 <1.5.0".
�[0m�[91mwarning "contentlayer > @contentlayer/utils > @opentelemetry/exporter-trace-otlp-grpc > @opentelemetry/[email protected]" has incorrect peer dependency "@opentelemetry/api@>=1.0.0 <1.5.0".
�[0m�[91mwarning "contentlayer > @contentlayer/utils > @opentelemetry/exporter-trace-otlp-grpc > @opentelemetry/otlp-transformer > @opentelemetry/[email protected]" has incorrect peer dependency "@opentelemetry/api@>=1.4.0 <1.5.0".
�[0m�[91mwarning "contentlayer > @contentlayer/utils > @opentelemetry/exporter-trace-otlp-grpc > @opentelemetry/otlp-transformer > @opentelemetry/[email protected]" has incorrect peer dependency "@opentelemetry/api@>=1.3.0 <1.5.0".
�[0m�[91mwarning Workspaces can only be enabled in private projects.
�[0m�[91mwarning Workspaces can only be enabled in private projects.
�[0m�[91mwarning Workspaces can only be enabled in private projects.
�[0m�[91mwarning Workspaces can only be enabled in private projects.
�[0m[4/4] Building fresh packages...
Done in 101.97s.
Removing intermediate container 2f12c0829374
 ---> 90121c2f9304
Step 7/29 : FROM base AS builder
 ---> 650f61ab468c
Step 8/29 : WORKDIR /app
 ---> Running in ca79b9785c00
Removing intermediate container ca79b9785c00
 ---> 170945e22cb3
Step 9/29 : COPY --from=deps /app/node_modules ./node_modules
 ---> 20a865ae4e16
Step 10/29 : COPY . .
 ---> ad2f7418665b
Step 11/29 : ENV NEXT_TELEMETRY_DISABLED 1
 ---> Running in cdc3be39b71b
Removing intermediate container cdc3be39b71b
 ---> 40bb68587acf
Step 12/29 : ENV DOMAIN="https://writing.natwelch.com"
 ---> Running in 2b9704c7c4e2
Removing intermediate container 2b9704c7c4e2
 ---> a119bb9bb34a
Step 13/29 : ENV GRAPHQL_ORIGIN="https://graphql.natwelch.com/graphql"
 ---> Running in 08eefdfd02d4
Removing intermediate container 08eefdfd02d4
 ---> f3e31b3bb716
Step 14/29 : RUN yarn build
 ---> Running in bd61971975aa
yarn run v1.22.19
$ next build
   Creating an optimized production build ...
Generated 680 documents in .contentlayer
 ✓ Compiled successfully
   Linting and checking validity of types ...
   Collecting page data ...
   Generating static pages (0/831) ...

   Generating static pages (207/831) 

   Generating static pages (415/831) 

   Generating static pages (623/831) 

 ✓ Generating static pages (831/831) 
   Finalizing page optimization ...
   Collecting build traces ...

Route (app)                              Size     First Load JS
┌ ○ /                                    438 B          88.2 kB
├ ○ /_not-found                          921 B          81.7 kB
├ λ /api/draft                           0 B                0 B
├ ○ /drafts                              223 B            88 kB
├ ○ /feed.atom                           0 B                0 B
├ ○ /feed.rss                            0 B                0 B
├ ● /post/[slug]                         2.67 kB        90.4 kB
├   ├ /post/727
├   ├ /post/726
├   ├ /post/724
├   └ [+667 more paths]
└ ● /tag/[slug]                          438 B          88.2 kB
    ├ /tag/000000
    ├ /tag/065
    ├ /tag/1
    └ [+150 more paths]
+ First Load JS shared by all            80.7 kB
  ├ chunks/472-b8ffbdee08f59e80.js       27.6 kB
  ├ chunks/fd9d1056-729bcc92f9a32b13.js  51.1 kB
  ├ chunks/main-app-c2824514ed18c3a5.js  278 B
  └ chunks/webpack-64d1160b1464e11e.js   1.77 kB


λ  (Server)  server-side renders at runtime (uses getInitialProps or getServerSideProps)
○  (Static)  automatically rendered as static HTML (uses no initial props)
●  (SSG)     automatically generated as static HTML + JSON (uses getStaticProps)

$ next-sitemap
✨ [next-sitemap] Loading next-sitemap config: file:///app/next-sitemap.config.js
✅ [next-sitemap] Generation completed
┌───────────────┬────────┐
│    (index)    │ Values │
├───────────────┼────────┤
│ indexSitemaps │   1    │
│   sitemaps    │   1    │
└───────────────┴────────┘
-----------------------------------------------------
 SITEMAP INDICES 
-----------------------------------------------------

   ○ https://writing.natwelch.com/sitemap.xml


-----------------------------------------------------
 SITEMAPS 
-----------------------------------------------------

   ○ https://writing.natwelch.com/sitemap-0.xml


Done in 158.53s.
Removing intermediate container bd61971975aa
 ---> 6fc7054acb56
Step 15/29 : FROM base AS runner
 ---> 650f61ab468c
Step 16/29 : WORKDIR /app
 ---> Using cache
 ---> 170945e22cb3
Step 17/29 : ENV NODE_ENV production
 ---> Running in ebc5402e54f3
Removing intermediate container ebc5402e54f3
 ---> 3626977b3e66
Step 18/29 : RUN addgroup --system --gid 1001 nodejs
 ---> Running in ab1059dff525
Removing intermediate container ab1059dff525
 ---> cc1f06dfeb6f
Step 19/29 : RUN adduser --system --uid 1001 nextjs
 ---> Running in 5a0ef1046c33
Removing intermediate container 5a0ef1046c33
 ---> dcc1880f31fe
Step 20/29 : COPY --from=builder /app/public ./public
 ---> 0df9196c3cf6
Step 21/29 : COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
 ---> e45a68a710f9
Step 22/29 : COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
 ---> aaa841f254a0
Step 23/29 : USER nextjs
 ---> Running in 06804479f13e
Removing intermediate container 06804479f13e
 ---> a178f125f39f
Step 24/29 : EXPOSE 8080
 ---> Running in 59da83d8793d
Removing intermediate container 59da83d8793d
 ---> c1e19d10bc70
Step 25/29 : ENV PORT=8080
 ---> Running in f6241b9d31e5
Removing intermediate container f6241b9d31e5
 ---> c8c5476c0e37
Step 26/29 : ENV HOSTNAME=0.0.0.0
 ---> Running in 83c274feb112
Removing intermediate container 83c274feb112
 ---> 4879bee82b24
Step 27/29 : ENV DOMAIN="https://writing.natwelch.com"
 ---> Running in 78261c4bf9bb
Removing intermediate container 78261c4bf9bb
 ---> 170bb2bfcdcd
Step 28/29 : ENV GRAPHQL_ORIGIN="https://graphql.natwelch.com/graphql"
 ---> Running in 5ca036c89ba3
Removing intermediate container 5ca036c89ba3
 ---> 3cc84789ffbb
Step 29/29 : CMD ["node", "server.js"]
 ---> Running in 81066eb473c0
Removing intermediate container 81066eb473c0
 ---> 37f0f62b334b
Successfully built 37f0f62b334b
Successfully tagged us-central1-docker.pkg.dev/icco-cloud/containers/writing:6bb0ceda5944ff00961a834af990623b4ab829cf
PUSH
Pushing us-central1-docker.pkg.dev/icco-cloud/containers/writing:6bb0ceda5944ff00961a834af990623b4ab829cf
The push refers to repository [us-central1-docker.pkg.dev/icco-cloud/containers/writing]
738f95228f09: Preparing
0969e825b91b: Preparing
f1bfe04797d7: Preparing
93f1e242b101: Preparing
211aa2858ec0: Preparing
0b582c1440c9: Preparing
e6e17c0d72ff: Preparing
177e8671cea0: Preparing
0836ffd7c491: Preparing
9fe9a137fd00: Preparing
0b582c1440c9: Waiting
e6e17c0d72ff: Waiting
177e8671cea0: Waiting
0836ffd7c491: Waiting
9fe9a137fd00: Waiting
738f95228f09: Pushed
93f1e242b101: Pushed
211aa2858ec0: Pushed
e6e17c0d72ff: Layer already exists
177e8671cea0: Layer already exists
0836ffd7c491: Layer already exists
9fe9a137fd00: Layer already exists
0b582c1440c9: Pushed
0969e825b91b: Pushed
f1bfe04797d7: Pushed
6bb0ceda5944ff00961a834af990623b4ab829cf: digest: sha256:28f4b0ca34e23df27fb34692554358b2ac3fa5632fe6a343e7004c85d1a0b275 size: 2414
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/a4829920-d4e6-4f7e-bf06-495dd4953024?project=940380154622