projen 0.50.4 → 0.50.8
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.
- package/.jsii +2 -29
- package/API.md +0 -16
- package/changelog.md +1 -6
- package/lib/awscdk/auto-discover.js +1 -1
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/cli/cmds/new.js +21 -4
- package/lib/component.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose.js +2 -2
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.d.ts +0 -7
- package/lib/gitlab/nested-configuration.js +2 -16
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +1 -1
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +1 -1
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +3 -3
- package/lib/version.js +1 -1
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/node_modules/resolve/.eslintrc +33 -8
- package/node_modules/resolve/.github/FUNDING.yml +12 -0
- package/node_modules/resolve/appveyor.yml +4 -2
- package/node_modules/resolve/async.js +3 -0
- package/node_modules/resolve/bin/resolve +47 -0
- package/node_modules/resolve/lib/core.js +1 -2
- package/node_modules/resolve/lib/core.json +81 -12
- package/node_modules/resolve/lib/node-modules-paths.js +1 -1
- package/node_modules/resolve/lib/sync.js +4 -4
- package/node_modules/resolve/package.json +18 -12
- package/node_modules/resolve/readme.markdown +35 -13
- package/node_modules/resolve/sync.js +3 -0
- package/node_modules/resolve/test/mock_sync.js +2 -4
- package/node_modules/resolve/test/node_path.js +1 -1
- package/node_modules/resolve/test/resolver/invalid_main/package.json +1 -1
- package/node_modules/resolve/test/resolver/malformed_package_json/index.js +0 -0
- package/node_modules/resolve/test/resolver/malformed_package_json/package.json +1 -0
- package/node_modules/resolve/test/resolver.js +99 -3
- package/node_modules/resolve/test/resolver_sync.js +88 -3
- package/node_modules/supports-preserve-symlinks-flag/.eslintrc +14 -0
- package/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml +12 -0
- package/node_modules/supports-preserve-symlinks-flag/.nycrc +9 -0
- package/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +22 -0
- package/node_modules/supports-preserve-symlinks-flag/LICENSE +21 -0
- package/node_modules/supports-preserve-symlinks-flag/README.md +42 -0
- package/node_modules/supports-preserve-symlinks-flag/browser.js +3 -0
- package/node_modules/supports-preserve-symlinks-flag/index.js +9 -0
- package/node_modules/supports-preserve-symlinks-flag/package.json +70 -0
- package/node_modules/supports-preserve-symlinks-flag/test/index.js +29 -0
- package/node_modules/xmlbuilder2/node_modules/@types/node/README.md +1 -1
- package/node_modules/xmlbuilder2/node_modules/@types/node/net.d.ts +1 -0
- package/node_modules/xmlbuilder2/node_modules/@types/node/package.json +2 -2
- package/node_modules/xmlbuilder2/node_modules/@types/node/process.d.ts +1 -1
- package/package.json +3 -3
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
- package/node_modules/resolve/.eslintignore +0 -1
- package/node_modules/resolve/test/.eslintrc +0 -5
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "supports-preserve-symlinks-flag",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Determine if the current node version supports the `--preserve-symlinks` flag.",
|
|
5
|
+
"main": "./index.js",
|
|
6
|
+
"browser": "./browser.js",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": [
|
|
9
|
+
{
|
|
10
|
+
"browser": "./browser.js",
|
|
11
|
+
"default": "./index.js"
|
|
12
|
+
},
|
|
13
|
+
"./index.js"
|
|
14
|
+
],
|
|
15
|
+
"./package.json": "./package.json"
|
|
16
|
+
},
|
|
17
|
+
"sideEffects": false,
|
|
18
|
+
"scripts": {
|
|
19
|
+
"prepublishOnly": "safe-publish-latest",
|
|
20
|
+
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
21
|
+
"lint": "eslint --ext=js,mjs .",
|
|
22
|
+
"pretest": "npm run lint",
|
|
23
|
+
"tests-only": "nyc tape 'test/**/*.js'",
|
|
24
|
+
"test": "npm run tests-only",
|
|
25
|
+
"posttest": "aud --production",
|
|
26
|
+
"version": "auto-changelog && git add CHANGELOG.md",
|
|
27
|
+
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
|
28
|
+
},
|
|
29
|
+
"repository": {
|
|
30
|
+
"type": "git",
|
|
31
|
+
"url": "git+https://github.com/inspect-js/node-supports-preserve-symlinks-flag.git"
|
|
32
|
+
},
|
|
33
|
+
"keywords": [
|
|
34
|
+
"node",
|
|
35
|
+
"flag",
|
|
36
|
+
"symlink",
|
|
37
|
+
"symlinks",
|
|
38
|
+
"preserve-symlinks"
|
|
39
|
+
],
|
|
40
|
+
"author": "Jordan Harband <ljharb@gmail.com>",
|
|
41
|
+
"funding": {
|
|
42
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
43
|
+
},
|
|
44
|
+
"license": "MIT",
|
|
45
|
+
"bugs": {
|
|
46
|
+
"url": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag/issues"
|
|
47
|
+
},
|
|
48
|
+
"homepage": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag#readme",
|
|
49
|
+
"devDependencies": {
|
|
50
|
+
"@ljharb/eslint-config": "^20.1.0",
|
|
51
|
+
"aud": "^1.1.5",
|
|
52
|
+
"auto-changelog": "^2.3.0",
|
|
53
|
+
"eslint": "^8.6.0",
|
|
54
|
+
"nyc": "^10.3.2",
|
|
55
|
+
"safe-publish-latest": "^2.0.0",
|
|
56
|
+
"semver": "^6.3.0",
|
|
57
|
+
"tape": "^5.4.0"
|
|
58
|
+
},
|
|
59
|
+
"engines": {
|
|
60
|
+
"node": ">= 0.4"
|
|
61
|
+
},
|
|
62
|
+
"auto-changelog": {
|
|
63
|
+
"output": "CHANGELOG.md",
|
|
64
|
+
"template": "keepachangelog",
|
|
65
|
+
"unreleased": false,
|
|
66
|
+
"commitLimit": false,
|
|
67
|
+
"backfillLimit": false,
|
|
68
|
+
"hideCredit": true
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var test = require('tape');
|
|
4
|
+
var semver = require('semver');
|
|
5
|
+
|
|
6
|
+
var supportsPreserveSymlinks = require('../');
|
|
7
|
+
var browser = require('../browser');
|
|
8
|
+
|
|
9
|
+
test('supportsPreserveSymlinks', function (t) {
|
|
10
|
+
t.equal(typeof supportsPreserveSymlinks, 'boolean', 'is a boolean');
|
|
11
|
+
|
|
12
|
+
t.equal(browser, null, 'browser file is `null`');
|
|
13
|
+
t.equal(
|
|
14
|
+
supportsPreserveSymlinks,
|
|
15
|
+
null,
|
|
16
|
+
'in a browser, is null',
|
|
17
|
+
{ skip: typeof window === 'undefined' }
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
var expected = semver.satisfies(process.version, '>= 6.2');
|
|
21
|
+
t.equal(
|
|
22
|
+
supportsPreserveSymlinks,
|
|
23
|
+
expected,
|
|
24
|
+
'is true in node v6.2+, false otherwise (actual: ' + supportsPreserveSymlinks + ', expected ' + expected + ')',
|
|
25
|
+
{ skip: typeof window !== 'undefined' }
|
|
26
|
+
);
|
|
27
|
+
|
|
28
|
+
t.end();
|
|
29
|
+
});
|
|
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (https://nodejs.org/).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Tue, 04 Jan 2022 18:31:31 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`
|
|
14
14
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "17.0.
|
|
3
|
+
"version": "17.0.8",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -225,6 +225,6 @@
|
|
|
225
225
|
},
|
|
226
226
|
"scripts": {},
|
|
227
227
|
"dependencies": {},
|
|
228
|
-
"typesPublisherContentHash": "
|
|
228
|
+
"typesPublisherContentHash": "133a958e0122898f222d66bf1e776d90a38ee878a694bbe229cf5e02db71deef",
|
|
229
229
|
"typeScriptVersion": "3.8"
|
|
230
230
|
}
|
package/package.json
CHANGED
|
@@ -62,13 +62,13 @@
|
|
|
62
62
|
"eslint-import-resolver-typescript": "^2.5.0",
|
|
63
63
|
"eslint-plugin-import": "^2.25.4",
|
|
64
64
|
"eslint-plugin-prettier": "^4.0.0",
|
|
65
|
-
"jest": "^27.4.
|
|
65
|
+
"jest": "^27.4.6",
|
|
66
66
|
"jest-junit": "^13",
|
|
67
67
|
"jsii": "^1.50.0",
|
|
68
68
|
"jsii-diff": "^1.50.0",
|
|
69
69
|
"jsii-docgen": "^1.8.110",
|
|
70
70
|
"json-schema": "^0.4.0",
|
|
71
|
-
"markmac": "^0.1.
|
|
71
|
+
"markmac": "^0.1.128",
|
|
72
72
|
"npm-check-updates": "^12",
|
|
73
73
|
"prettier": "^2.5.1",
|
|
74
74
|
"standard-version": "^9",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
},
|
|
117
117
|
"main": "lib/index.js",
|
|
118
118
|
"license": "Apache-2.0",
|
|
119
|
-
"version": "0.50.
|
|
119
|
+
"version": "0.50.8",
|
|
120
120
|
"jest": {
|
|
121
121
|
"testMatch": [
|
|
122
122
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|
package/releasetag.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
v0.50.
|
|
1
|
+
v0.50.8
|
package/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.50.
|
|
1
|
+
0.50.8
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
node_modules
|