Skip to content

Commit

Permalink
chore(deps): upgrade dependencies (#3)
Browse files Browse the repository at this point in the history
Upgrades project dependencies. See details in [workflow run].

[Workflow Run]: https://github.com/CloudSnorkel/cdk-rds-sanitized-snapshots/actions/runs/2645518973

------

*Automatically created by projen via the "upgrade-main" workflow*
  • Loading branch information
CloudSnorkelBot authored Jul 10, 2022
1 parent 2281fd7 commit 29e4035
Show file tree
Hide file tree
Showing 15 changed files with 625 additions and 273 deletions.
10 changes: 5 additions & 5 deletions .eslintrc.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 11 additions & 6 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 30 additions & 30 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
publishToMaven: {
mavenGroupId: 'com.cloudsnorkel',
mavenArtifactId: 'cdk.rds.sanitized-snapshots',
javaPackage: 'com.cloudsnorkel.cdk.rds.sanitized-snapshots',
javaPackage: 'com.cloudsnorkel.cdk.rds.sanitizedsnapshots',
mavenEndpoint: 'https://s01.oss.sonatype.org',
},
publishToNuget: {
Expand Down Expand Up @@ -85,6 +85,11 @@ const releaseWorkflow = project.github.tryFindWorkflow('release');
releaseWorkflow.file.addDeletionOverride('on.push');

// set proper line endings
project.gitattributes.addAttributes('.git*', 'eol=lf');
project.gitattributes.addAttributes('.npmignore', 'eol=lf');
project.gitattributes.addAttributes('yarn.lock', 'eol=lf');
project.gitattributes.addAttributes('*.md', 'eol=lf');
project.gitattributes.addAttributes('*.ts', 'eol=lf');
project.gitattributes.addAttributes('*.js', 'eol=lf');
project.gitattributes.addAttributes('*.json', 'eol=lf');
project.gitattributes.addAttributes('*.sh', 'eol=lf');
Expand Down
Loading

0 comments on commit 29e4035

Please sign in to comment.