Skip to content

Commit baf7ead

Browse files
authored
chore(deps): dependabot issues (#521)
* chore(deps): update dependabot issue
1 parent 4a0e9df commit baf7ead

File tree

107 files changed

+34
-29702
lines changed

Some content is hidden

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

107 files changed

+34
-29702
lines changed

.gitattributes

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/deploydocs.yml

-24
This file was deleted.

.github/workflows/testdeployment.yml

-23
This file was deleted.

.gitignore

-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.npmignore

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/files.json

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

-70
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import { ProjenStruct, Struct } from '@mrgrain/jsii-struct-builder';
1414
import { JsonPatch, awscdk } from 'projen';
1515
import { DependabotScheduleInterval, VersioningStrategy } from 'projen/lib/github';
16-
import { JobPermission } from 'projen/lib/github/workflows-model';
1716
import { NpmAccess } from 'projen/lib/javascript';
1817
import { buildUpgradeMainPRCustomJob } from './projenrc/github-jobs';
1918
import {
@@ -111,9 +110,6 @@ const project = new awscdk.AwsCdkConstructLibrary({
111110
'!.ort.yml',
112111
'.idea',
113112
'.vscode',
114-
'website/build',
115-
'website/node_modules',
116-
'website/.docusaurus',
117113
],
118114
stability: 'experimental',
119115
sampleCode: false,
@@ -161,71 +157,6 @@ project.github?.actions.set('peter-evans/create-issue-from-file@v4', 'peter-evan
161157
project.github?.actions.set('peter-evans/create-pull-request@v4', 'peter-evans/create-pull-request@38e0b6e68b4c852a5500a94740f0e535e0d7ba54');
162158
project.github?.actions.set('peter-evans/create-pull-request@v5', 'peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38');
163159
project.github?.actions.set('aws-actions/[email protected]', 'aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502');
164-
// docusaurus add specific overrides
165-
166-
project.github?.actions.set('peaceiris/actions-gh-pages@v3', 'peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847');
167-
project;
168-
const deployDocsWorkflow = project.github?.addWorkflow('DeployDocs');
169-
if (deployDocsWorkflow) {
170-
deployDocsWorkflow.on({
171-
push: {
172-
branches: ['main'],
173-
},
174-
});
175-
176-
project.github?.actions.set('peaceiris/actions-gh-pages@v3', 'peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847');
177-
178-
deployDocsWorkflow.addJobs({
179-
deploy: {
180-
permissions: {
181-
contents: JobPermission.WRITE,
182-
},
183-
runsOn: ['ubuntu-latest'],
184-
steps: [
185-
{ uses: 'actions/checkout@v4' },
186-
{
187-
uses: 'actions/setup-node@v4',
188-
with: { 'node-version': '18' },
189-
},
190-
{ run: 'cd website; yarn install --frozen-lockfile;' },
191-
{
192-
uses: 'peaceiris/actions-gh-pages@v3',
193-
with: {
194-
github_token: '${{ secrets.GITHUB_TOKEN }}',
195-
publish_dir: './website/build',
196-
user_name: 'github-actions[bot]',
197-
user_email: '41898282+github-actions[bot]@users.noreply.github.com',
198-
},
199-
},
200-
],
201-
},
202-
});
203-
}
204-
205-
const testDeploymentWorkflow = project.github?.addWorkflow('TestDeployment');
206-
207-
if (testDeploymentWorkflow) {
208-
testDeploymentWorkflow.on({
209-
pullRequest: {
210-
branches: ['main'],
211-
},
212-
});
213-
214-
testDeploymentWorkflow.addJobs({
215-
test_deploy: {
216-
permissions: {
217-
contents: JobPermission.WRITE,
218-
},
219-
runsOn: ['ubuntu-latest'],
220-
steps: [
221-
{ uses: 'actions/checkout@v4', with: { 'fetch-depth': '0' } },
222-
{ uses: 'actions/setup-node@v4', with: { 'node-version': '18', 'cache': 'yarn' } },
223-
{ run: 'cd website; yarn install --frozen-lockfile' },
224-
{ run: 'cd website; pwd; npx docusaurus build', name: 'Test build website' },
225-
],
226-
},
227-
});
228-
}
229160

230161
// We don't want to package certain things
231162
project.npmignore?.addPatterns(
@@ -245,7 +176,6 @@ project.npmignore?.addPatterns(
245176
'tsconfig.dev.json',
246177
'yarn.lock',
247178
'/apidocs/',
248-
'website/',
249179
);
250180

251181
// Add License header automatically

lambda/opensearch-serverless-custom-resources/poetry.lock

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/gen-ai/aws-web-crawler-container/package-lock.json

+21-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/.gitignore

-2
This file was deleted.

website/README.md

-38
This file was deleted.

website/babel.config.js

-3
This file was deleted.

0 commit comments

Comments
 (0)