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

🎉 5.1.2 #260

Merged
merged 29 commits into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
a15167b
ci(deps): bump dependabot/fetch-metadata from 1 to 2
dependabot[bot] Mar 25, 2024
59e0ce1
Merge pull request #91 from sebbo2002/dependabot/github_actions/depen…
sebbo2002 Mar 25, 2024
4ea8849
Merge branch main into develop [skip ci]
sebbo2002 Mar 26, 2024
0d00a59
build(deps): bump express from 4.18.1 to 4.19.2
dependabot[bot] Mar 28, 2024
e3c3042
Merge pull request #92 from sebbo2002/dependabot/npm_and_yarn/express…
github-actions[bot] Mar 28, 2024
28dab2e
chore(deps): Update all development npm dependencies (2024-04-02)
depfu[bot] Apr 2, 2024
62c9671
Merge pull request #252 from sebbo2002/depfu/batch_dev/npm/2024-04-02
sebbo2002 Apr 2, 2024
58a671a
chore(deps): Update all development npm dependencies (2024-04-09)
depfu[bot] Apr 9, 2024
c044235
Merge pull request #253 from sebbo2002/depfu/batch_dev/npm/2024-04-09
sebbo2002 Apr 9, 2024
21e9831
build(deps-dev): bump braces from 3.0.2 to 3.0.3
dependabot[bot] Jun 17, 2024
09c64cb
Merge pull request #255 from sebbo2002/dependabot/npm_and_yarn/braces…
github-actions[bot] Jun 17, 2024
14407a4
ci(deps): bump docker/build-push-action from 5 to 6
dependabot[bot] Jun 24, 2024
2b129c9
Merge pull request #256 from sebbo2002/dependabot/github_actions/dock…
sebbo2002 Jun 24, 2024
99715bb
chore(deps): Update all development npm dependencies (2024-06-29)
depfu[bot] Jun 29, 2024
d4250db
chore(deps): Upgrade all dependencies
sebbo2002 Jul 10, 2024
fa166dd
chore: Replace ts-node with tsx
sebbo2002 Jul 10, 2024
30a3452
chore: Update tsconfig.json
sebbo2002 Jul 10, 2024
8f4b60f
chore(deps): Add `skipLibCheck: true`
sebbo2002 Jul 10, 2024
ec5e377
Merge branch 'typescript' into typescript-docker
sebbo2002 Jul 10, 2024
6b9ce1d
ci: Add do-not-close label
sebbo2002 Jul 22, 2024
51f5dd5
Revert "chore: Replace ts-node with tsx"
sebbo2002 Jul 22, 2024
ab45863
Merge branch 'typescript' into typescript-docker
sebbo2002 Jul 22, 2024
d5ef430
Merge branch 'develop' into template-updater/update
sebbo2002 Aug 3, 2024
e675505
refactor: Tiny changes due to eslint warnings / errors
sebbo2002 Aug 3, 2024
f126655
Merge pull request #259 from sebbo2002/template-updater/update
sebbo2002 Aug 3, 2024
8ac70b9
Merge branch 'develop' into depfu/batch_dev/npm/2024-06-29
sebbo2002 Aug 3, 2024
c5700a9
Merge pull request #257 from sebbo2002/depfu/batch_dev/npm/2024-06-29
sebbo2002 Aug 3, 2024
9aa9cec
chore(deps): Update all development npm dependencies (2024-08-13)
depfu[bot] Aug 13, 2024
71726a5
Merge pull request #261 from sebbo2002/depfu/batch_dev/npm/2024-08-13
sebbo2002 Aug 13, 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
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

52 changes: 0 additions & 52 deletions .eslintrc

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:
days-before-close: 14
stale-issue-label: stale
stale-pr-label: stale
exempt-issue-labels: do-not-close
exempt-pr-labels: do-not-close
8 changes: 4 additions & 4 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: ⚙️ Build project
run: npm run build
- name: 🪄 Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
continue-on-error: true
id: docker-build-1
with:
Expand All @@ -134,7 +134,7 @@ jobs:
ghcr.io/${{ github.repository }}:cache-${{ hashFiles('package*.json') }}
ghcr.io/${{ github.repository }}:next
- name: 🪄 Build and push (second try)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
continue-on-error: true
if: steps.docker-build-1.outcome=='failure'
id: docker-build-2
Expand All @@ -158,7 +158,7 @@ jobs:
ghcr.io/${{ github.repository }}:cache-${{ hashFiles('package*.json') }}
ghcr.io/${{ github.repository }}:next
- name: 🪄 Build and push (third try)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: steps.docker-build-2.outcome=='failure'
continue-on-error: true
id: docker-build-3
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
- name: 🔄 Push container to DockerHub
id: docker-build-dh
if: ${{ env.PUSH_TO_DOCKERHUB == 'true' }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
51 changes: 51 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
import eslint from '@eslint/js';
import eslintPluginJsonc from 'eslint-plugin-jsonc';
import globals from 'globals';
import tseslint from 'typescript-eslint';

export default [
eslint.configs.recommended,
...tseslint.configs.recommended,
...eslintPluginJsonc.configs['flat/recommended-with-jsonc'],
{
files: [
'test/**/*.ts'
],
rules: {
'@typescript-eslint/ban-ts-ignore': 'off',
'@typescript-eslint/ban-ts-comment': 'off'
}
},
{
rules: {
semi: 'error',
quotes: [
'error',
'single'
],
indent: [
'error',
4
],
'jsonc/sort-keys': 'error'
},
languageOptions: {
ecmaVersion: 2022,
sourceType: 'module',
globals: {
...globals.node,
...globals.es6,
...globals.mocha
}
}
},
{
ignores: [
'node_modules/**',
'dist/**',
'docs/**',
'package-lock.json',
'.nyc_output/**'
]
}
];
Loading
Loading