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

add-deprecated-rules #4694

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-alpine3.20 as builder
FROM node:lts-alpine3.21 as builder

COPY package.json package-lock.json ./

Expand All @@ -9,10 +9,10 @@ COPY src src
COPY docs docs
COPY tsconfig.json ./

RUN npm run build:docs &&\
RUN npm run build &&\
npm run test

FROM node:lts-alpine3.20
FROM node:lts-alpine3.21

COPY --from=builder --chown=docker:docker dist dist
COPY --from=builder --chown=docker:docker docs docs
Expand Down
298 changes: 298 additions & 0 deletions docs/description/@angular-eslint_prefer-standalone-component.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading