Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/release-manag…
Browse files Browse the repository at this point in the history
…ement
  • Loading branch information
wborn committed Apr 28, 2024
2 parents 4ee5de2 + b5a82b4 commit eed1298
Show file tree
Hide file tree
Showing 9 changed files with 4,117 additions and 4,021 deletions.
9 changes: 0 additions & 9 deletions .yarn/plugins/@yarnpkg/plugin-typescript.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.1.0.cjs

Large diffs are not rendered by default.

785 changes: 0 additions & 785 deletions .yarn/releases/yarn-berry.js

This file was deleted.

14 changes: 5 additions & 9 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
nodeLinker: node-modules
compressionLevel: mixed

enableGlobalCache: false

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
nodeLinker: node-modules

yarnPath: ".yarn/releases/yarn-berry.js"
yarnPath: .yarn/releases/yarn-4.1.0.cjs

# Use this server when consuming artifacts
npmRegistryServer: "https://nexus.maindrain.net/repository/npm/"

# Use this server when publish artifacts
#npmRegistryServer: "https://nexus.maindrain.net/repository/npm-releases/"

npmScopes:
openremote:
npmRegistryServer: "https://nexus.maindrain.net/repository/npm-releases/"
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ protected void doUnlinkAttribute(String assetId, Attribute<?> attribute, Default
}

@Override
protected void doLinkedAttributeWrite(Attribute<?> attribute, DefaultAgentLink agentLink, AttributeEvent event, Object processedValue) {
protected void doLinkedAttributeWrite(DefaultAgentLink agentLink, AttributeEvent event, Object processedValue) {

}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packageManager": "yarn@3.2.0",
"packageManager": "yarn@4.1.0",
"private": true,
"workspaces": [
"openremote",
Expand Down
18 changes: 5 additions & 13 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
pluginManagement {
plugins {
id "com.cherryperry.gradle-file-encrypt" version "2.0.0"
id "org.jetbrains.gradle.plugin.idea-ext" version "1.1.3"
id 'cz.habarta.typescript-generator' version "$typescriptGeneratorVersion"
}
}

plugins {
id "com.cherryperry.gradle-file-encrypt" apply false
id "org.jetbrains.gradle.plugin.idea-ext" apply false
id "cz.habarta.typescript-generator" apply false
id "com.cherryperry.gradle-file-encrypt" version "2.0.3" apply false
id "org.jetbrains.gradle.plugin.idea-ext" version "1.1.3" apply false
id 'cz.habarta.typescript-generator' version "$typescriptGeneratorVersion" apply false
}

rootProject.name = "$projectName"
Expand All @@ -19,5 +11,5 @@ fileTree(dir: rootDir, include: "**/build.gradle", excludes: ["**/node_modules/*
.filter { it.parent != rootDir }
.filter { !file("${it.parent}/.buildignore").exists() }
.each {
include it.parent.replace(rootDir.canonicalPath, "").replace("\\", ":").replace("/", ":")
}
include it.parent.replace(rootDir.canonicalPath, "").replace("\\", ":").replace("/", ":")
}
1 change: 1 addition & 0 deletions ui/app/custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"fork-ts-checker-webpack-plugin": "^6.5.0",
"html-webpack-plugin": "^5.5.0",
"prettier": "^2.5.1",
"querystring-es3": "^0.2.1",
"shx": "^0.3.3",
"source-map-loader": "^3.0.0",
"style-loader": "^3.3.1",
Expand Down
Loading

0 comments on commit eed1298

Please sign in to comment.