Skip to content

Commit

Permalink
Merge pull request #971 from valadas/nuke-8-proper
Browse files Browse the repository at this point in the history
Properly completed Nuke update to v8
  • Loading branch information
valadas authored Mar 1, 2024
2 parents bb85d33 + 5aaeac9 commit d301b6c
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 93 deletions.
2 changes: 1 addition & 1 deletion _build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace></RootNamespace>
<NoWarn>CS0649;CS0169</NoWarn>
<NukeRootDirectory>..</NukeRootDirectory>
Expand Down
4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ $DotNetGlobalFile = "$PSScriptRoot\\global.json"
$DotNetInstallUrl = "https://dot.net/v1/dotnet-install.ps1"
$DotNetChannel = "STS"

$env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE = 1
$env:DOTNET_CLI_TELEMETRY_OPTOUT = 1
$env:DOTNET_MULTILEVEL_LOOKUP = 0
$env:DOTNET_NOLOGO = 1

###########################################################################
# EXECUTION
Expand Down Expand Up @@ -61,6 +60,7 @@ else {
ExecSafe { & powershell $DotNetInstallFile -InstallDir $DotNetDirectory -Version $DotNetVersion -NoPath }
}
$env:DOTNET_EXE = "$DotNetDirectory\dotnet.exe"
$env:PATH = "$DotNetDirectory;$env:PATH"
}

Write-Output "Microsoft (R) .NET SDK version $(& $env:DOTNET_EXE --version)"
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ DOTNET_INSTALL_URL="https://dot.net/v1/dotnet-install.sh"
DOTNET_CHANNEL="STS"

export DOTNET_CLI_TELEMETRY_OPTOUT=1
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
export DOTNET_MULTILEVEL_LOOKUP=0
export DOTNET_NOLOGO=1

###########################################################################
# EXECUTION
Expand Down Expand Up @@ -54,6 +53,7 @@ else
"$DOTNET_INSTALL_FILE" --install-dir "$DOTNET_DIRECTORY" --version "$DOTNET_VERSION" --no-path
fi
export DOTNET_EXE="$DOTNET_DIRECTORY/dotnet"
export PATH="$DOTNET_DIRECTORY:$PATH"
fi

echo "Microsoft (R) .NET SDK version $("$DOTNET_EXE" --version)"
Expand Down
57 changes: 20 additions & 37 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/react-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dnncommunity/dnn-elements-react",
"version": "0.18.0-alpha.61",
"version": "0.23.3-alpha.7",
"description": "Dnn themed custom elements with react wrappers.",
"homepage": "https://github.com/valadas/dnn-elements",
"license": "MIT",
Expand Down
47 changes: 1 addition & 46 deletions packages/stencil-library/licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"path": "node_modules\\@babel\\code-frame",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\@babel\\code-frame\\LICENSE"
},
"@dnncommunity/dnn-elements@0.18.0-alpha.61": {
"@dnncommunity/dnn-elements@0.23.3-alpha.7": {
"licenses": "MIT",
"repository": "https://github.com/dnncommunity/dnn-elements",
"path": "",
Expand All @@ -33,36 +33,6 @@
"path": "node_modules\\@stencil\\eslint-plugin",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\@stencil\\eslint-plugin\\LICENSE.md"
},
"@typescript-eslint/parser@4.33.0": {
"licenses": "BSD-2-Clause",
"repository": "https://github.com/typescript-eslint/typescript-eslint",
"path": "node_modules\\@typescript-eslint\\parser",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\@typescript-eslint\\parser\\LICENSE"
},
"@typescript-eslint/scope-manager@4.33.0": {
"licenses": "MIT",
"repository": "https://github.com/typescript-eslint/typescript-eslint",
"path": "node_modules\\@typescript-eslint\\scope-manager",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\@typescript-eslint\\scope-manager\\LICENSE"
},
"@typescript-eslint/types@4.33.0": {
"licenses": "MIT",
"repository": "https://github.com/typescript-eslint/typescript-eslint",
"path": "node_modules\\@typescript-eslint\\types",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\@typescript-eslint\\types\\LICENSE"
},
"@typescript-eslint/typescript-estree@4.33.0": {
"licenses": "BSD-2-Clause",
"repository": "https://github.com/typescript-eslint/typescript-eslint",
"path": "node_modules\\@typescript-eslint\\typescript-estree",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\@typescript-eslint\\typescript-estree\\LICENSE"
},
"@typescript-eslint/visitor-keys@4.33.0": {
"licenses": "MIT",
"repository": "https://github.com/typescript-eslint/typescript-eslint",
"path": "node_modules\\@typescript-eslint\\visitor-keys",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\@typescript-eslint\\visitor-keys\\LICENSE"
},
"eslint-utils@2.1.0": {
"licenses": "MIT",
"repository": "https://github.com/mysticatea/eslint-utils",
Expand Down Expand Up @@ -100,14 +70,6 @@
"path": "node_modules\\ignore",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\ignore\\LICENSE-MIT"
},
"jodit@3.24.9": {
"licenses": "MIT",
"repository": "https://github.com/xdan/jodit",
"publisher": "Chupurnov",
"email": "chupurnov@gmail.com",
"path": "node_modules\\jodit",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\jodit\\LICENSE.txt"
},
"tslib@1.14.1": {
"licenses": "0BSD",
"repository": "https://github.com/Microsoft/tslib",
Expand All @@ -122,13 +84,6 @@
"path": "node_modules\\tsutils",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\tsutils\\LICENSE"
},
"tsutils@3.21.0": {
"licenses": "MIT",
"repository": "https://github.com/ajafff/tsutils",
"publisher": "Klaus Meinhardt",
"path": "node_modules\\@typescript-eslint\\typescript-estree\\node_modules\\tsutils",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\@typescript-eslint\\typescript-estree\\node_modules\\tsutils\\LICENSE"
},
"typescript@4.9.5": {
"licenses": "Apache-2.0",
"repository": "https://github.com/Microsoft/TypeScript",
Expand Down
4 changes: 2 additions & 2 deletions packages/stencil-library/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/stencil-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dnncommunity/dnn-elements",
"version": "0.18.0-alpha.61",
"version": "0.23.3-alpha.7",
"description": "Dnn themed custom elements.",
"repository": "https://github.com/dnncommunity/dnn-elements",
"homepage": "https://dnncommunity.github.io/dnn-elements",
Expand Down Expand Up @@ -67,6 +67,6 @@
"typescript-debounce-decorator": "^0.0.18"
},
"dependencies": {
"jodit": "^4.0.6"
"jodit": "^4.0.6"
}
}
6 changes: 6 additions & 0 deletions packages/stencil-library/src/components/dnn-input/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ Type: `Promise<ValidityState>`



#### Parameters

| Name | Type | Description |
| --------- | -------- | ----------- |
| `message` | `string` | |

#### Returns

Type: `Promise<void>`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ Type: `Promise<number>`

Sets the width percentage of the divider

#### Parameters

| Name | Type | Description |
| ---------- | -------- | ----------- |
| `newWidth` | `number` | |

#### Returns

Type: `Promise<void>`
Expand Down

0 comments on commit d301b6c

Please sign in to comment.