Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
eedf338
ts-214: harden ci cd pipelines (#682)
torarnet Apr 14, 2026
fc93108
noissue: remove types styled components as its redundant (#684)
torarnet Apr 14, 2026
296baaa
build(deps): bump axios from 1.13.2 to 1.15.0 (#685)
dependabot[bot] Apr 14, 2026
a93f85e
Bump env-cmd from 10.1.0 to 11.0.0 (#667)
dependabot[bot] Apr 15, 2026
da5463d
build(deps): bump minimatch (#686)
dependabot[bot] Apr 15, 2026
56249a0
build(deps): bump node-forge from 1.3.3 to 1.4.0 (#687)
dependabot[bot] Apr 15, 2026
5502fa5
build(deps): bump lodash from 4.17.21 to 4.18.1 (#688)
dependabot[bot] Apr 15, 2026
c3c8ca6
build(deps): bump picomatch from 2.3.1 to 2.3.2 (#689)
dependabot[bot] Apr 15, 2026
6fd9940
build(deps): bump rollup from 2.79.2 to 2.80.0 (#690)
dependabot[bot] Apr 15, 2026
e49a40a
build(deps): bump flatted from 3.2.2 to 3.4.2 (#691)
dependabot[bot] Apr 15, 2026
065624f
build(deps): bump systeminformation from 5.30.3 to 5.31.5 (#692)
dependabot[bot] Apr 15, 2026
9157e9a
build(deps): bump path-to-regexp from 0.1.12 to 0.1.13 (#693)
dependabot[bot] Apr 15, 2026
6f4e2a2
build(deps): bump brace-expansion from 1.1.12 to 1.1.14 (#694)
dependabot[bot] Apr 15, 2026
aa0c523
build(deps): bump ajv from 6.12.6 to 6.14.0 (#695)
dependabot[bot] Apr 15, 2026
80aae4e
build(deps): bump yaml from 1.10.2 to 1.10.3 (#696)
dependabot[bot] Apr 15, 2026
2a699a3
build(deps): bump qs from 6.14.1 to 6.14.2 (#697)
dependabot[bot] Apr 15, 2026
d2b51df
build(deps): bump webpack from 5.101.0 to 5.106.1 (#698)
dependabot[bot] Apr 15, 2026
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
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ updates:
schedule:
interval: 'weekly'
target-branch: 'develop'
cooldown:
default-days: 7
2 changes: 1 addition & 1 deletion .github/workflows/cfn-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v6

- name: Setup Cloud Formation Linter with Latest Version
uses: scottbrenner/cfn-lint-action@v2
uses: scottbrenner/cfn-lint-action@9636da81fb2e0cef75725d8dda11b0148940b7ae # v.2.6.0

- name: Run cfn-lint on template and pipeline
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
with:
path: node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('package-lock.json') }}
restore-keys: ${{ runner.os }}-node_modules-

- name: Install dependencies
run: npm ci
Expand Down
3 changes: 1 addition & 2 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,14 @@ phases:
- echo $CODEBUILD_WEBHOOK_TRIGGER
- echo $CODEBUILD_WEBHOOK_BASE_REF
- echo $CODEBUILD_SRC_DIR
- env
- node -v
- aws --version
- cfn-lint -v

# Lint
- cfn-lint # uses .cfnlintrc

- npm install
- npm ci

build:
commands:
Expand Down
Loading
Loading