Skip to content

create-storm-workspace-v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Nov 08:11
· 3862 commits to main since this release

1.0.0 (2023-11-06)

Bug Fixes

  • deps: pin dependencies (3a245b9)
  • deps: update dependencies-non-major (8b99e68)
  • deps: update dependency @cspell/dict-en-gb to v4 (eddf2bf)
  • deps: update dependency p-limit to v5 (353e00a)
  • deps: update dependency prettier to v3 (f505213)
  • deps: update patch prod dependencies (651ea23)
  • deps: update typescript-eslint monorepo to v6 (c8b086b)
  • git-tools: Add @semantic-release/github dependency to git-tools (949bc8d)
  • git-tools: Added config token replacement functionality (cd48602)
  • git-tools: Added missing semantic-release depenencies (33a0f5e)
  • git-tools: Added missing semantic-release plugins (5350bc2)
  • git-tools: Added semantic-release plugins to root package.json (55289a7)
  • git-tools: Convert package to ES module (b845fda)
  • git-tools: Patch semantic-release to use an import instead of require on the plugin (25dcf81)
  • git-tools: Remove unused lodash dependency (0381059)
  • git-tools: Resolve issue with CJS vs ESM conflicts (7afb4c9)
  • git-tools: Resolved issues with release module imports (befe2b2)
  • git-tools: Update method of importing semantic-release (5ae114e)
  • git-tools: Update require to import in semantic-release patch (e2ef52c)
  • semantic-release-plugin: Add cjs build to release plugin (3e06494)
  • semantic-release-plugin: Add code for commit analyzer (2757ca3)
  • semantic-release-plugin: Add release note generation to semantic release plugin (c4e250d)
  • semantic-release-plugin: Add rootDir to plugin (674ebdd)
  • semantic-release-plugin: Change compiler type (542667d)
  • semantic-release-plugin: Changed import type for release plugin (51f4809)
  • semantic-release-plugin: Converted the plugin to CommonJS (ff870ee)
  • semantic-release-plugin: Format output to mjs file (2175391)
  • semantic-release-plugin: Invoke commit analzyer manually to prevent ES module issues (09c66cb)
  • semantic-release-plugin: Mark the semantic-release plugin as external (863ed64)
  • semantic-release-plugin: Patch semantic-release-plugin-decorators to use import instead of require (8a4b348)
  • semantic-release-plugin: Remove code to avoid semantic release built-in plugins (6a7263b)
  • semantic-release-plugin: Remove third party code from bundle (5d0d464)
  • semantic-release-plugin: Removed dependancy on commit analyzer (4796955)
  • semantic-release-plugin: Resolve imports to support ES modules (91cdf56)
  • semantic-release-plugin: Resolve issue with main path extension in package.json (b2aa62b)
  • semantic-release-plugin: Resolve missing path module (34409df)
  • semantic-release-plugin: Resolve path import issue (c7769a1)
  • semantic-release-plugin: Unbundle sematic release plugin (7910e43)
  • semantic-release-plugin: Update extension on main file to be mjs (8c6e389)
  • semantic-release-plugin: Update the package.json index file path (1da1cce)
  • storm-ops: Added back husky hooks and removed config from package.json (f1b0b85)
  • storm-ops: Patch semantic release to use old config import (18e27d6)
  • storm-ops: Remove unused workspace config from package.json (0651468)
  • storm-ops: Resolved issues with build/CI (fc81a8f)
  • storm-ops: Resolved issues with pnpm lockfile (563238c)
  • storm-ops: Update linting tools, and scripts, to use ES modules (59cb4a1)
  • storm-ops: Update lockfile for monorepo (fc39b4a)
  • storm-ops: Update workspace package.json file with private field set to false (2045f27)
  • workspace-tools: Resolved issue with invalid include path (e1a29fd)

Features

  • create-storm-workspace: Initial check-in for storm-ops monorepo (ecb9822)
  • git-tools: Move the semantic-release-plugin into the git-tools package (663e7ca)
  • semantic-release-plugin: Resolve issues with plugin so release executes (b7164b5)
  • semantic-release-plugin: Split out the semantic release plugin into it's own project (317e52c)
  • workspace-tools: Added initial code for tsup build executor (b3d08b6)