@dword-design/base 11.2.8 → 11.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,5 +17,6 @@ export default Object.keys({
17
17
  doc: true,
18
18
  'global-test-hooks.js': true,
19
19
  'pnpm-lock.yaml': true,
20
+ 'pnpm-workspace.yaml': true,
20
21
  'types.d.ts': true
21
22
  });
@@ -3,9 +3,10 @@
3
3
  exports[`index works 1`] = `
4
4
  Object {
5
5
  "features": Object {
6
- "ghcr.io/devcontainers/features/docker-in-docker:2": Object {},
6
+ "ghcr.io/devcontainers/features/node:1": Object {
7
+ "version": 18,
8
+ },
7
9
  },
8
- "image": "mcr.microsoft.com/devcontainers/javascript-node:1-18",
9
- "updateContentCommand": "COREPACK_INTEGRITY_KEYS=0 pnpm install --frozen-lockfile",
10
+ "postCreateCommand": "COREPACK_INTEGRITY_KEYS=0 pnpm install --frozen-lockfile",
10
11
  }
11
12
  `;
@@ -1,9 +1,10 @@
1
1
  export default function () {
2
2
  return {
3
3
  features: {
4
- 'ghcr.io/devcontainers/features/docker-in-docker:2': {}
4
+ 'ghcr.io/devcontainers/features/node:1': {
5
+ version: this.config.nodeVersion
6
+ }
5
7
  },
6
- image: `mcr.microsoft.com/devcontainers/javascript-node:1-${this.config.nodeVersion}`,
7
- updateContentCommand: 'COREPACK_INTEGRITY_KEYS=0 pnpm install --frozen-lockfile'
8
+ postCreateCommand: 'COREPACK_INTEGRITY_KEYS=0 pnpm install --frozen-lockfile'
8
9
  };
9
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base",
3
- "version": "11.2.8",
3
+ "version": "11.2.10",
4
4
  "description": "Base package for projects.",
5
5
  "repository": "dword-design/base",
6
6
  "funding": "https://github.com/sponsors/dword-design",
@@ -90,7 +90,7 @@
90
90
  "@dword-design/tester": "^2.0.0",
91
91
  "@dword-design/tester-plugin-tmp-dir": "^2.0.0",
92
92
  "p-event": "^6.0.0",
93
- "renovate": "^39.9.5",
93
+ "renovate": "^39.233.5",
94
94
  "rimraf": "^5.0.1",
95
95
  "sharp": "^0.32.1",
96
96
  "unify-mocha-output": "^2.0.0"