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: bump stylelint-config-standard-scss from 9.0.0 to 13.1.0 #417

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
ce35e2a
feat(Calender): [BLA-693] Fix the docker file that runs the snapshot …
vishwapriya Apr 29, 2024
9fce8c3
Revert "feat(Calender): [BLA-693] Fix the docker file that runs the s…
vishwapriya Apr 29, 2024
211d410
feat(Calender): [BLA-693] Fix the docker file that runs the snapshot …
vishwapriya Apr 29, 2024
b6519cc
feat(Calender): [BLA-693] Update the docker file to fix snapshot issue
vishwapriya Apr 30, 2024
d90d02b
feat(Calender): [BLA-693] Add overrides to override the version of tr…
vishwapriya May 2, 2024
ddff51a
Revert "feat(Calender): [BLA-693] Update the docker file to fix snaps…
vishwapriya May 2, 2024
2eea6b2
feat(Calender): [BLA-693] Add eslint dependencies
vishwapriya May 2, 2024
99a5972
feat(Calender): [BLA-693] Add overrides to override the version of tr…
vishwapriya May 2, 2024
dbd2aea
feat(Calender): [BLA-693] upgrade puppeteer package
vishwapriya May 2, 2024
e672387
feat(Calender): [BLA-693] change installation command
vishwapriya May 2, 2024
6e2e432
feat(Calender): [BLA-693] install chromium explicitly
vishwapriya May 2, 2024
573b98c
feat(Calender): [BLA-693] update the cache dependency
vishwapriya May 2, 2024
c78ab15
Revert "feat(Calender): [BLA-693] update the cache dependency"
vishwapriya May 2, 2024
c269deb
feat(Calender): [BLA-693] install chromium
vishwapriya May 2, 2024
0c337e7
feat(Calender): [BLA-693] install chromium
vishwapriya May 2, 2024
69a7c1e
feat(Calender): [BLA-693] remove cache dependency
vishwapriya May 2, 2024
5e2d648
feat(Calender): [BLA-693] add cd node modules
vishwapriya May 2, 2024
0568669
feat(Calender): [BLA-693] add npm i
vishwapriya May 2, 2024
e666397
feat(Calendar): [BLA-693] Update puppeteer dev dependency
swethab184 May 2, 2024
0a58edb
feat(Calender): [BLA-693] revert the changes in install file
vishwapriya May 2, 2024
c97ffa5
feat(Calender): [BLA-693] uograde puppeteer version
vishwapriya May 2, 2024
d135c41
chore: bump stylelint-config-standard-scss from 9.0.0 to 13.1.0
dependabot[bot] May 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
with:
node-version: ${{ env.node_version }}
#cache: 'npm'

- name: Cache dependencies
id: node-modules-cache
uses: actions/cache@v4
Expand Down
Loading
Loading