Skip to content

Commit c580346

Browse files
authored
Merge branch 'main' into dynamic-datasource
2 parents 323a622 + caa6c57 commit c580346

File tree

187 files changed

+68602
-13329
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+68602
-13329
lines changed

.eslintignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

.eslintrc.js

Lines changed: 0 additions & 126 deletions
This file was deleted.

.github/actions/create-prerelease/action.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ inputs:
77
package-path:
88
description: 'package path to run action e.g. package/common'
99
required: true
10-
npm-token:
11-
description: 'token to push to npm registry'
12-
required: true
13-
10+
1411
runs:
1512
using: "composite"
1613
steps:
@@ -19,7 +16,5 @@ runs:
1916
shell: bash
2017

2118
- working-directory: ${{ inputs.package-path }}
22-
run: echo "Changes exist in ${{ inputs.package-path }}" && yarn version prerelease && yarn npm publish --access public --tag dev
23-
env:
24-
NPM_TOKEN: ${{ inputs.npm-token }}
19+
run: echo "Changes exist in ${{ inputs.package-path }}" && yarn version prerelease && yarn npm publish --access public --tag dev
2520
shell: bash

.github/actions/create-release/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,12 @@ inputs:
99
repo-token:
1010
description: 'token to create github release'
1111
required: true
12-
npm-token:
13-
description: 'token to push to npm registry'
14-
required: true
1512

1613
runs:
1714
using: "composite"
1815
steps:
1916
- working-directory: ${{ inputs.package-path }}
2017
run: echo "Changes exist in ${{ inputs.package-path }}" && yarn npm publish --access public
21-
env:
22-
NPM_TOKEN: ${{ inputs.npm-token }}
2318
shell: bash
2419

2520
- working-directory: ${{ github.workspace }}

.github/workflows/gh-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 100
1414

1515
- name: Setup Node.js environment
16-
uses: actions/setup-node@v4
16+
uses: actions/setup-node@v5
1717
with:
1818
node-version: lts/*
1919

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v5
1212
- name: Setup Node.js environment
13-
uses: actions/setup-node@v4
13+
uses: actions/setup-node@v5
1414
with:
1515
node-version: lts/*
1616
- run: yarn
@@ -53,7 +53,7 @@ jobs:
5353
run: psql "postgresql://$DB_USER:$DB_PASS@$DB_HOST:$DB_PORT/$DB_DATABASE" -c "CREATE EXTENSION IF NOT EXISTS btree_gist;"
5454

5555
- name: Setup Node.js environment
56-
uses: actions/setup-node@v4
56+
uses: actions/setup-node@v5
5757
with:
5858
node-version: lts/*
5959

.github/workflows/prerelease.yml

Lines changed: 0 additions & 160 deletions
This file was deleted.

0 commit comments

Comments
 (0)