Skip to content

Commit

Permalink
feat: Update jssi and cdk8splus (#52)
Browse files Browse the repository at this point in the history
* Update jssi and cdk8splus

* chore: self mutation

Signed-off-by: github-actions <github-actions@github.com>

---------

Signed-off-by: github-actions <github-actions@github.com>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
jensens and github-actions authored Nov 6, 2024
1 parent de438e9 commit 67004aa
Show file tree
Hide file tree
Showing 10 changed files with 63 additions and 79 deletions.
25 changes: 9 additions & 16 deletions .projen/deps.json

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

4 changes: 2 additions & 2 deletions .projen/tasks.json

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

15 changes: 7 additions & 8 deletions .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
import { cdk } from 'projen';
import { NpmAccess } from 'projen/lib/javascript';

const kplus = 'cdk8s-plus-24';
const kplus = 'cdk8s-plus-29';
const constructs = 'constructs@^10.0.0';
const project = new cdk.JsiiProject({
// majorVersion: 1,
author: 'Jens W. Klein',
authorAddress: 'jk@kleinundpartner.at',
defaultReleaseBranch: 'main',
jsiiVersion: '~5.4.0',
jsiiVersion: '~5.5.0',
name: '@bluedynamics/cdk8s-plone',
projenrcTs: true,
repositoryUrl: 'https://github.com/bluedynamics/cdk8s-plone.git',
description: 'Provides a CMS Plone Backend and Frontend for Kubernetes with cdk8s',
deps: [
'cdk8s',
constructs,
kplus,
'constructs@10.3.0',
],
peerDeps: [
'cdk8s',
constructs,
kplus,
'constructs@10.3.0',
],
devDeps: [
'cdk8s',
constructs, // this is ignored by projen
kplus,
'constructs@10.3.0',
'yaml',
'yaml@^2.6.0',
],
publishToPypi: {
distName: 'cdk8s-plone',
Expand Down
4 changes: 2 additions & 2 deletions API.md

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

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ Clone the repository and install the dependencies:
```bash
```
nvm use lts/*
npm install yarn
projen
npx projen install
```
Then run the following command to run the test:
Expand Down
18 changes: 8 additions & 10 deletions package.json

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

2 changes: 1 addition & 1 deletion src/deployment.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// import { log } from 'console';
import { Names } from 'cdk8s';
import * as kplus from 'cdk8s-plus-24';
import * as kplus from 'cdk8s-plus-29';
import { Construct } from 'constructs';
import * as k8s from './imports/k8s';
import { PlonePDB, PlonePDBOptions } from './pdb';
Expand Down
2 changes: 1 addition & 1 deletion src/plone.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Names } from 'cdk8s';
import * as kplus from 'cdk8s-plus-24';
import * as kplus from 'cdk8s-plus-29';
import { Construct } from 'constructs';
import { PloneDeployment } from './deployment';
import { Probe, IntOrString } from './imports/k8s';
Expand Down
2 changes: 1 addition & 1 deletion test/deployment.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Chart, Testing } from 'cdk8s';
import * as kplus from 'cdk8s-plus-24';
import * as kplus from 'cdk8s-plus-29';
import { PloneDeployment } from '../src/deployment';

test('defaults', () => {
Expand Down
67 changes: 31 additions & 36 deletions yarn.lock

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

0 comments on commit 67004aa

Please sign in to comment.