Skip to content

Commit

Permalink
Ts-consumer and versions update (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetuska authored Nov 7, 2022
1 parent dc63475 commit 3a5049d
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 15 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Verified Versions

- Kotlin: 1.6.21
- Gradle: 7.4.2
- Gradle: 7.5.1
- JDK: 11

### Added

### Changed

### Removed

---

## [3.1.0] - 2022-11-07

### Verified Versions

- Kotlin: 1.6.21
- Gradle: 7.5.1
- JDK: 11

### Added

### Changed
- Updated dependency versions
- Configuration cache support

### Removed

Expand Down Expand Up @@ -248,7 +266,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

[Unreleased]: https://github.com/mpetuska/npm-publish/compare/3.0.1...HEAD
[Unreleased]: https://github.com/mpetuska/npm-publish/compare/3.1.0...HEAD

[3.1.0]: https://github.com/mpetuska/npm-publish/compare/3.0.1...3.1.0

[3.0.1]: https://github.com/mpetuska/npm-publish/compare/v3.0.0...3.0.1

Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
org.gradle.unsafe.configuration-cache-problems=warn
org.gradle.jvmargs=-XX:MaxMetaspaceSize=2g -Xmx2g
org.gradle.vfs.watch=true
org.gradle.parallel=true
Expand Down
16 changes: 8 additions & 8 deletions sandbox/browser/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@ npmPublish {
}

dependencies {
"dep-plain-one" by "*"
set("dep-plain-two", "*")
"is-odd" by "*"
set("is-even", "*")
}
devDependencies {
"dev-dep-one" by "*"
set("dev-dep-two", "*")
"is-whitespace" by "*"
set("is-number", "*")
}
peerDependencies {
"peer-dep-one" by "*"
set("peer-dep-two", "*")
"is-thirteen" by "*"
set("left-pad", "*")
}
optionalDependencies {
"opt-dep-one" by "*"
set("opt-dep-two", "*")
"is-array" by "*"
set("is-object", "*")
}
}
}
Expand Down
60 changes: 60 additions & 0 deletions sandbox/ts-consumer/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
version "0.0.0"
dependencies:
axios "*"
is-even "*"
is-odd "*"
optionalDependencies:
is-array "*"
is-object "*"

"@mpetuska/mpp-browser@../mpp/build/packages/browser":
version "0.0.0"
Expand Down Expand Up @@ -101,6 +106,61 @@ follow-redirects@^1.10.0:
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==

is-array@*:
version "1.0.1"
resolved "https://registry.yarnpkg.com/is-array/-/is-array-1.0.1.tgz#e9850cc2cc860c3bc0977e84ccf0dd464584279a"
integrity sha512-gxiZ+y/u67AzpeFmAmo4CbtME/bs7J2C++su5zQzvQyaxUqVzkh69DI+jN+KZuSO6JaH6TIIU6M6LhqxMjxEpw==

is-buffer@^1.1.5:
version "1.1.6"
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==

is-even@*:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-even/-/is-even-1.0.0.tgz#76b5055fbad8d294a86b6a949015e1c97b717c06"
integrity sha512-LEhnkAdJqic4Dbqn58A0y52IXoHWlsueqQkKfMfdEnIYG8A1sm/GHidKkS6yvXlMoRrkM34csHnXQtOqcb+Jzg==
dependencies:
is-odd "^0.1.2"

is-number@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
integrity sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==
dependencies:
kind-of "^3.0.2"

is-number@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/is-number/-/is-number-6.0.0.tgz#e6d15ad31fc262887cccf217ae5f9316f81b1995"
integrity sha512-Wu1VHeILBK8KAWJUAiSZQX94GmOE45Rg6/538fKwiloUu21KncEkYGPqob2oSZ5mUT73vLGrHQjKw3KMPwfDzg==

is-object@*:
version "1.0.2"
resolved "https://registry.yarnpkg.com/is-object/-/is-object-1.0.2.tgz#a56552e1c665c9e950b4a025461da87e72f86fcf"
integrity sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==

is-odd@*:
version "3.0.1"
resolved "https://registry.yarnpkg.com/is-odd/-/is-odd-3.0.1.tgz#65101baf3727d728b66fa62f50cda7f2d3989601"
integrity sha512-CQpnWPrDwmP1+SMHXZhtLtJv90yiyVfluGsX5iNCVkrhQtU3TQHsUWPG9wkdk9Lgd5yNpAg9jQEo90CBaXgWMA==
dependencies:
is-number "^6.0.0"

is-odd@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/is-odd/-/is-odd-0.1.2.tgz#bc573b5ce371ef2aad6e6f49799b72bef13978a7"
integrity sha512-Ri7C2K7o5IrUU9UEI8losXJCCD/UtsaIrkR5sxIcFg4xQ9cRJXlWA5DQvTE0yDc0krvSNLsRGXN11UPS6KyfBw==
dependencies:
is-number "^3.0.0"

kind-of@^3.0.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
integrity sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==
dependencies:
is-buffer "^1.1.5"

make-error@^1.1.1:
version "1.3.6"
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2"
Expand Down
2 changes: 2 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ plugins {
id("com.gradle.enterprise") version "3.8.1"
}

enableFeaturePreview("STABLE_CONFIGURATION_CACHE")

refreshVersions {
extraArtifactVersionKeyRules(rootDir.resolve("versions.rules"))
}
Expand Down
11 changes: 6 additions & 5 deletions versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
####
#### suppress inspection "SpellCheckingInspection" for whole file
#### suppress inspection "UnusedProperty" for whole file

#======================================= Plugins ========================================
plugin.android=4.2.2
plugin.com.gradle.plugin-publish=0.21.0
Expand All @@ -16,15 +17,15 @@ version.dev.petuska..container-tasks-gradle-plugin=0.0.4
version.io.github.gradle-nexus..publish-plugin=1.1.0
version.io.gitlab.arturbosch.detekt..detekt-formatting=1.21.0
version.io.gitlab.arturbosch.detekt..detekt-gradle-plugin=1.21.0
version.junit.jupiter=5.9.0
version.junit.jupiter=5.9.1
version.com.github.gmazzo..gradle-buildconfig-plugin=3.0.3
version.ktlint=0.43.2
#====================================== Libraries =======================================
version.com.github.tschuchortdev..kotlin-compile-testing=1.4.5
version.com.google.auto.service..auto-service=1.0
version.com.google.auto.service..auto-service-annotations=1.0
version.junit=5.8.2
version.kotlin=1.7.10
version.kotest=5.4.2
version.ktor=2.0.1
version.com.google.code.gson..gson=2.9.1
version.kotlin=1.7.20
version.kotest=5.5.4
version.ktor=2.1.3
version.com.google.code.gson..gson=2.10

0 comments on commit 3a5049d

Please sign in to comment.