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

Dev #6057

Merged
merged 34 commits into from
Apr 18, 2024
Merged

Dev #6057

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
04bfce3
Bump crypto-js from 4.1.1 to 4.2.0
dependabot[bot] Oct 25, 2023
284f634
build(deps-dev): bump @adobe/css-tools from 4.3.1 to 4.3.2
dependabot[bot] Dec 1, 2023
6c2e630
build(deps): bump follow-redirects from 1.15.4 to 1.15.6
dependabot[bot] Mar 16, 2024
0bb7740
Merge pull request #6001 from deNBI/dependabot/npm_and_yarn/follow-re…
dweinholz Mar 18, 2024
f5e3384
Merge branch 'staging'
dweinholz Apr 2, 2024
c0b6104
Merge pull request #5978 from deNBI/dependabot/npm_and_yarn/adobe/css…
dweinholz Apr 8, 2024
9642efb
Merge pull request #5936 from deNBI/dependabot/npm_and_yarn/crypto-js…
dweinholz Apr 8, 2024
675ca5c
Merge branch 'staging'
dweinholz Apr 11, 2024
ff8a9a3
feat(Dependencies): Update all non-major dependencies to v17.3.4
renovate[bot] Apr 11, 2024
9453ea8
feat(Dependencies): Update dependency sass-loader to v14.2.0
renovate[bot] Apr 11, 2024
4d12522
Merge pull request #6045 from deNBI/deps/patch-all-minor-patch
dweinholz Apr 12, 2024
baf2a3a
Merge pull request #6046 from deNBI/deps/all-minor-patch
dweinholz Apr 12, 2024
a481992
feat(Dependencies): Update dependency undici to v6.13.0
renovate[bot] Apr 12, 2024
2379a01
Merge pull request #6047 from deNBI/deps/all-minor-patch
dweinholz Apr 12, 2024
a43502f
feat(Dependencies): Update peter-evans/create-pull-request action to …
renovate[bot] Apr 12, 2024
1472183
feat(Dependencies): Update dependency @playwright/test to v1.43.1
renovate[bot] Apr 12, 2024
46ea9fb
feat(Application):added option to withdraw modification/extension req…
dweinholz Apr 15, 2024
0ac7ad1
feat(Dependencies): Update all non-major dependencies
renovate[bot] Apr 15, 2024
233bc42
Branch was auto-updated.
denbicloud Apr 15, 2024
1903aed
feat(Dependencies): Update dependency vite to v5.2.9
renovate[bot] Apr 16, 2024
9c49b6a
Branch was auto-updated.
denbicloud Apr 16, 2024
2c7bc99
feat(Dependencies): Update dependency sass-loader to v14.2.1
renovate[bot] Apr 16, 2024
28bb54a
Branch was auto-updated.
denbicloud Apr 16, 2024
57cf7ec
feat(Dependencies): Update all non-major dependencies
renovate[bot] Apr 17, 2024
a114364
Branch was auto-updated.
denbicloud Apr 17, 2024
e281a6d
feat(Dependencies): Update dependency ngx-scrollbar to v14
renovate[bot] Apr 17, 2024
741245d
Merge pull request #6028 from deNBI/deps/ngx-scrollbar-14.x
qqmok Apr 17, 2024
9324bc0
Branch was auto-updated.
denbicloud Apr 17, 2024
97067d9
feat(Dependencies): Update all non-major dependencies
renovate[bot] Apr 17, 2024
e585537
Branch was auto-updated.
denbicloud Apr 18, 2024
57514e6
feat(Dependencies): Update all non-major dependencies
renovate[bot] Apr 18, 2024
2f47b12
Merge pull request #6052 from deNBI/deps/all-minor-patch
qqmok Apr 18, 2024
4516dce
Branch was auto-updated.
denbicloud Apr 18, 2024
88de636
Merge pull request #6050 from deNBI/feat/project_event_log
dweinholz Apr 18, 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
2 changes: 1 addition & 1 deletion .github/workflows/LintingAutoFix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Create Pull Request
if: steps.git-check.outputs.modified == 'true'
id: cpr
uses: peter-evans/[email protected].2
uses: peter-evans/[email protected].4
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: fix(Linting):blacked code
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY . .
RUN $(npm bin)/ng build --configuration=custom --build-optimizer

### STAGE 2: Setup ###
FROM nginx:1.25.4-alpine
FROM nginx:1.25.5-alpine

## Copy our default nginx config
COPY nginx/default.conf /etc/nginx/conf.d/
Expand Down
Loading
Loading