Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(repo): Release latest on main #179

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Sep 9, 2022

🤖 I have created a release beep boop

bootstrap: 1.0.0

1.0.0 (2023-05-09)

Bug Fixes

  • bootstrap,eslint-plugin,nx-plugin: Consolidated fixes from runthrough (#177) (3f2f83a)
  • bootstrap: Fix typo in generator-version argument help (#204) (9440f6c)
  • eslint-plugin,nx-plugin: Consolidated fixes from runthrough (pt2) (#178) (b709a60)
  • nx-plugin,eslint-plugin: Fix cypress e2e linting (b709a60)
  • nx-plugin,eslint-plugin: Fix lint errors in nest template (b709a60)
  • nx-plugin: Fix canary publishes by specifying package access (#134) (da12730)
  • nx-plugin: Improve reliability of peer dependency handling (b709a60)
  • nx-plugin: Properly apply root styles in cypress component tests (b709a60)
  • nx-plugin: Publish concurrency fixes (#173) (dd7586b)
  • nx-spawn,bootstrap: Ensure correct executable permissions (#146) (634eb89)
  • vite: Correctly omit all dependencies from bundles (30bf46c)

Documentation

  • nx-plugin: Update test command info (3f2f83a)
  • repo: Improve usage instructions for individual packages (#123) (5845a5a)
  • repo: Standardize on term "repository" instead of "project" (#160) (b7cbf66), closes #148

Features and Enhancements

  • bootstrap: Support specifying nx plugin version (#138) (9e4440c), closes #136
  • eslint-plugin: Add monorepo-dep-location rule (#56) (30bf46c)
  • eslint-plugin: Allow devDependency imports in vite.config.mjs (30bf46c)
  • nx-plugin: Add console log with listen URL to nest template (b709a60)
  • nx-plugin: Customize release PR title (b709a60)
  • nx-plugin: Improve application launch commands (#108) (206e4b4)
  • nx-plugin: Release automation (#129) (19939bd)
  • nx-plugin: Replace jest with vitest (#151) (13f7f24), closes #130 #131
  • nx-plugin: Set default package.json fields in packages (#120) (2383569)
  • nx-plugin: Simplify test configuration (#152) (1390712)
  • nx-spawn: Improve dependency execution (#60) (64cb75c)
  • nx,eslint-plugin,jest,tsconfig: Improve globs and use ts for all configs (#91) (791d476)
  • nx,eslint-plugin: Enable linting for config files (#84) (0b32aec)
  • nx,eslint-plugin: Remove prettier (#97) (5e16f96)
  • nx: Generate LICENSE files per package (#96) (2a4b0af)
  • nx: Make nx preset standalone (#41) (0374280)
  • repo,nx,vite: Simplify build process, relying on vite (#95) (9160802)
  • repo: Standardize package naming and terminology, improve overview of repo components (#77) (bb3e55a)
  • tsconfig,nx-plugin,vite-utils,eslint-plugin: tsconfig + package structure cleanup (#157) (047bccc), closes #144
  • vite: Build commonjs in addition to esm (30bf46c)
  • vite: Disable bundling and tree shaking for non-webapps (30bf46c)

Dependencies

cypress-utils: 1.0.0

1.0.0 (2023-05-09)

Bug Fixes

  • eslint-plugin,nx-plugin: Consolidated fixes from runthrough (pt2) (#178) (b709a60)
  • nx-plugin,eslint-plugin: Fix cypress e2e linting (b709a60)
  • nx-plugin,eslint-plugin: Fix lint errors in nest template (b709a60)
  • nx-plugin: Improve reliability of peer dependency handling (b709a60)
  • nx-plugin: Properly apply root styles in cypress component tests (b709a60)
  • nx-plugin: Publish concurrency fixes (#173) (dd7586b)

Documentation

  • repo: Standardize on term "repository" instead of "project" (#160) (b7cbf66), closes #148

Features and Enhancements

  • nx-plugin,cypress-utils,nx-spawn: Add cypress (#149) (3307700)
  • nx-plugin: Add console log with listen URL to nest template (b709a60)
  • nx-plugin: Customize release PR title (b709a60)
  • nx-plugin: Replace jest with vitest (#151) (13f7f24), closes #130 #131
  • nx-plugin: Simplify test configuration (#152) (1390712)
  • tsconfig,nx-plugin,vite-utils,eslint-plugin: tsconfig + package structure cleanup (#157) (047bccc), closes #144

Dependencies

eslint-plugin: 2.0.0

2.0.0 (2023-05-09)

Bug Fixes

  • bootstrap,eslint-plugin,nx-plugin: Consolidated fixes from runthrough (#177) (3f2f83a)
  • eslint-plugin,nx-plugin: Consolidated fixes from runthrough (pt2) (#178) (b709a60)
  • eslint-plugin: Disable ts-eslint intent rule for parameter decorator (#222) (185da91)
  • eslint-plugin: Fix vs code linting with extraneous-deps (#104) (97c400e)
  • nx-plugin,eslint-plugin: Fix cypress e2e linting (b709a60)
  • nx-plugin,eslint-plugin: Fix lint errors in nest template (b709a60)
  • nx-plugin: Fix canary publishes by specifying package access (#134) (da12730)
  • nx-plugin: Improve reliability of peer dependency handling (b709a60)
  • nx-plugin: Properly apply root styles in cypress component tests (b709a60)
  • nx-plugin: Publish concurrency fixes (#173) (dd7586b)
  • vite: Correctly omit all dependencies from bundles (30bf46c)

Documentation

  • nx-plugin: Update test command info (3f2f83a)
  • repo: Improve usage instructions for individual packages (#123) (5845a5a)

Features and Enhancements

  • eslint-plugin,nx: Centralize typescript-eslint parserOptions.project (#58) (eef26b2)
  • eslint-plugin,tsconfig: Use eslint to check for unused variables instead of typescript (#88) (c732cfb)
  • eslint-plugin: Add monorepo-dep-location rule (#56) (30bf46c)
  • eslint-plugin: Add typescript-eslint strict rules (#163) (8305fc6)
  • eslint-plugin: Allow devDependency imports in vite.config.mjs (30bf46c)
  • jest-utils,eslint-plugin,vite-utils: Clean up peer deps + fix vue linting (#145) (bd351dc)
  • nx-plugin,cypress-utils,nx-spawn: Add cypress (#149) (3307700)
  • nx-plugin: Add console log with listen URL to nest template (b709a60)
  • nx-plugin: Customize release PR title (b709a60)
  • nx-plugin: Release automation (#129) (19939bd)
  • nx-plugin: Replace jest with vitest (#151) (13f7f24), closes #130 #131
  • nx-plugin: Set default package.json fields in packages (#120) (2383569)
  • nx-plugin: Simplify test configuration (#152) (1390712)
  • nx,eslint-plugin,jest,tsconfig: Improve globs and use ts for all configs (#91) (791d476)
  • nx,eslint-plugin: Enable linting for config files (#84) (0b32aec)
  • nx,eslint-plugin: Remove prettier (#97) (5e16f96)
  • nx: Generate LICENSE files per package (#96) (2a4b0af)
  • nx: Remove package.json types field (#100) (007ecb7)
  • repo,nx,vite: Simplify build process, relying on vite (#95) (9160802)
  • repo: Standardize package naming and terminology, improve overview of repo components (#77) (bb3e55a)
  • tsconfig,nx-plugin,vite-utils,eslint-plugin: tsconfig + package structure cleanup (#157) (047bccc), closes #144
  • vite: Build commonjs in addition to esm (30bf46c)
  • vite: Disable bundling and tree shaking for non-webapps (30bf46c)

Dependencies

lint-staged-utils: 1.0.0

1.0.0 (2023-05-09)

Bug Fixes

  • eslint-plugin,nx-plugin: Consolidated fixes from runthrough (pt2) (#178) (b709a60)
  • nx-plugin,eslint-plugin: Fix cypress e2e linting (b709a60)
  • nx-plugin,eslint-plugin: Fix lint errors in nest template (b709a60)
  • nx-plugin: Fix canary publishes by specifying package access (#134) (da12730)
  • nx-plugin: Improve reliability of peer dependency handling (b709a60)
  • nx-plugin: Properly apply root styles in cypress component tests (b709a60)
  • nx-plugin: Publish concurrency fixes (#173) (dd7586b)

Features and Enhancements

  • lint-staged-utils,nx-plugin: Centralize precommit scripts (#116) (05489db)
  • nx-plugin: Add console log with listen URL to nest template (b709a60)
  • nx-plugin: Customize release PR title (b709a60)
  • nx-plugin: Release automation (#129) (19939bd)
  • nx-plugin: Replace jest with vitest (#151) (13f7f24), closes #130 #131
  • nx-plugin: Set default package.json fields in packages (#120) (2383569)
  • nx-plugin: Simplify test configuration (#152) (1390712)
  • tsconfig,nx-plugin,vite-utils,eslint-plugin: tsconfig + package structure cleanup (#157) (047bccc), closes #144
nx-plugin: 2.0.0

2.0.0 (2023-05-09)

Bug Fixes

  • bootstrap,eslint-plugin,nx-plugin: Consolidated fixes from runthrough (#177) (3f2f83a)
  • eslint-plugin,nx-plugin: Consolidated fixes from runthrough (pt2) (#178) (b709a60)
  • jest-utils,nx-plugin: Fix running jest config, test:cov nx configuration, and path resolution in tests (#109) (ba160c3)
  • nx-plugin,eslint-plugin: Fix cypress e2e linting (b709a60)
  • nx-plugin,eslint-plugin: Fix lint errors in nest template (b709a60)
  • nx-plugin: Add build:watch of dependencies as explicit dependency of _dev (#212) (bb64af7)
  • nx-plugin: Adjust custom release PR title to account for release-please update (#207) (047acc3)
  • nx-plugin: Avoid CI failure when no release PR exists (#206) (5564cbe)
  • nx-plugin: Correct nx output paths (#172) (d055d6b)
  • nx-plugin: Don't run format files in generators (#113) (90374df)
  • nx-plugin: Fix canary publishes by specifying package access (#134) (da12730)
  • nx-plugin: Fix package generation with empty copyright holder (#205) (cf028b1)
  • nx-plugin: Fix parameter format in vite configs generated by nx plugin (#110) (b57fe10)
  • nx-plugin: Fix typo in build command (#174) (26f9927)
  • nx-plugin: Handle testing in watch mode (#208) (221dc98)
  • nx-plugin: Improve reliability of peer dependency handling (b709a60)
  • nx-plugin: Incorrect handling of package generation in subdirectories (#189) (5feb761), closes #180
  • nx-plugin: Properly apply root styles in cypress component tests (b709a60)
  • nx-plugin: Provide registry URL for canary + update actions versions (#135) (5343e3f)
  • nx-plugin: Publish concurrency fixes (#173) (dd7586b)
  • nx-plugin: Publish required json files (#170) (0f07dae)
  • nx-plugin: Remove CI config as implicit dependency (#192) (c9a84ea)
  • nx-plugin: Remove invalid trailing comma in ts-iso tsconfig.spec.json template (#114) (4d88580)

Documentation

  • nx-plugin: Update test command info (3f2f83a)
  • repo: Improve usage instructions for individual packages (#123) (5845a5a)
  • repo: Standardize on term "repository" instead of "project" (#160) (b7cbf66), closes #148

Features and Enhancements

  • jest-utils,eslint-plugin,vite-utils: Clean up peer deps + fix vue linting (#145) (bd351dc)
  • lint-staged-utils,nx-plugin: Centralize precommit scripts (#116) (05489db)
  • nx-plugin,cypress-utils,nx-spawn: Add cypress (#149) (3307700)
  • nx-plugin,vite-utils: Add nestjs generator + tsTransformers vite setting (#162) (1c2676d)
  • nx-plugin,vite-utils: Use relevant polyfills instead of all (#161) (9a5edfa)
  • nx-plugin: Add console log with listen URL to nest template (b709a60)
  • nx-plugin: Add Vue app generator to nx-plugin (#139) (9b0b8a1)
  • nx-plugin: Consolidate TS generators (#126) (12d5ac7)
  • nx-plugin: Customize release PR title (b709a60)
  • nx-plugin: Cypress generator CI setup and improve caching in CI (#191) (03741c6), closes #183
  • nx-plugin: Improve application launch commands (#108) (206e4b4)
  • nx-plugin: Improve migratability of loosely-structured files (#117) (85e9bbb)
  • nx-plugin: Improve vue generation (#141) (39cf790)
  • nx-plugin: Install generator dependencies without specifying versions (#111) (4fd105e)
  • nx-plugin: Release automation (#129) (19939bd)
  • nx-plugin: Reorganize generators (#140) (77fd19e)
  • nx-plugin: Replace jest with vitest (#151) (13f7f24), closes #130 #131
  • nx-plugin: Run e2e in CI (#158) (66d4d33)
  • nx-plugin: Set default package.json fields in packages (#120) (2383569)
  • nx-plugin: Simplify test configuration (#152) (1390712)
  • nx-plugin: Specify component name in release-package generator (#190) (6cb53a1)
  • nx-plugin: Split license and release into repo and package level generators (#142) (a091ae0)
  • nx-plugin: Start packages at an initial version of 1.0.0-dev (#159) (cdd665b), closes #137
  • repo: Standardize package naming and terminology, improve overview of repo components (#77) (bb3e55a)
  • tsconfig,nx-plugin,vite-utils,eslint-plugin: tsconfig + package structure cleanup (#157) (047bccc), closes #144
  • vite-utils: Add postcss-preset-env, use browser targets for polyfills (#165) (7791b0a)

Dependencies

nx-spawn: 2.0.0

2.0.0 (2023-05-09)

Bug Fixes

  • eslint-plugin,nx-plugin: Consolidated fixes from runthrough (pt2) (#178) (b709a60)
  • nx-plugin,eslint-plugin: Fix cypress e2e linting (b709a60)
  • nx-plugin,eslint-plugin: Fix lint errors in nest template (b709a60)
  • nx-plugin: Fix canary publishes by specifying package access (#134) (da12730)
  • nx-plugin: Improve reliability of peer dependency handling (b709a60)
  • nx-plugin: Properly apply root styles in cypress component tests (b709a60)
  • nx-plugin: Publish concurrency fixes (#173) (dd7586b)
  • nx-spawn,bootstrap: Ensure correct executable permissions (#146) (634eb89)
  • nx-spawn: Avoid starting watch tasks from stale build output (#213) (cf56c8f), closes #184
  • nx-spawn: Task completion when a package has > 1 dep (#211) (423cf2c), closes #210

Documentation

  • repo: Improve usage instructions for individual packages (#123) (5845a5a)

Features and Enhancements

  • nx-plugin,cypress-utils,nx-spawn: Add cypress (#149) (3307700)
  • nx-plugin: Add console log with listen URL to nest template (b709a60)
  • nx-plugin: Customize release PR title (b709a60)
  • nx-plugin: Improve application launch commands (#108) (206e4b4)
  • nx-plugin: Release automation (#129) (19939bd)
  • nx-plugin: Replace jest with vitest (#151) (13f7f24), closes #130 #131
  • nx-plugin: Set default package.json fields in packages (#120) (2383569)
  • nx-plugin: Simplify test configuration (#152) (1390712)
  • nx-spawn: Improve dependency execution (#60) (64cb75c)
  • nx,eslint-plugin,jest,tsconfig: Improve globs and use ts for all configs (#91) (791d476)
  • nx,eslint-plugin: Enable linting for config files (#84) (0b32aec)
  • nx,eslint-plugin: Remove prettier (#97) (5e16f96)
  • nx: Generate LICENSE files per package (#96) (2a4b0af)
  • nx: Make nx preset standalone (#41) (0374280)
  • nx: Set default output path in nx preset (#42) (692c71b)
  • repo,nx,vite: Simplify build process, relying on vite (#95) (9160802)
  • repo: Standardize package naming and terminology, improve overview of repo components (#77) (bb3e55a)
  • tsconfig,nx-plugin,vite-utils,eslint-plugin: tsconfig + package structure cleanup (#157) (047bccc), closes #144
  • vite-utils: Add postcss-preset-env, use browser targets for polyfills (#165) (7791b0a)

Dependencies

tsconfig: 2.0.0

2.0.0 (2023-05-09)

Bug Fixes

  • nx-plugin: Fix canary publishes by specifying package access (#134) (da12730)
  • tsconfig: Don't include any types in isomorphic packages (#124) (6a5f2d8)

Documentation

  • repo: Improve usage instructions for individual packages (#123) (5845a5a)
  • repo: Standardize on term "repository" instead of "project" (#160) (b7cbf66), closes #148

Features and Enhancements

  • eslint-plugin,tsconfig: Use eslint to check for unused variables instead of typescript (#88) (c732cfb)
  • nx-plugin,cypress-utils,nx-spawn: Add cypress (#149) (3307700)
  • nx-plugin,vite-utils: Use relevant polyfills instead of all (#161) (9a5edfa)
  • nx-plugin: Release automation (#129) (19939bd)
  • nx-plugin: Replace jest with vitest (#151) (13f7f24), closes #130 #131
  • nx-plugin: Set default package.json fields in packages (#120) (2383569)
  • nx,tsconfig,vite: Replace pluginLegacy with polyfill.io (#103) (18ddfb9)
  • nx: Generate LICENSE files per package (#96) (2a4b0af)
  • repo,nx,vite: Simplify build process, relying on vite (#95) (9160802)
  • repo: Standardize package naming and terminology, improve overview of repo components (#77) (bb3e55a)
  • tsconfig,nx-plugin,vite-utils,eslint-plugin: tsconfig + package structure cleanup (#157) (047bccc), closes #144
vite-utils: 2.0.0

2.0.0 (2023-05-09)

Bug Fixes

  • eslint-plugin,nx-plugin: Consolidated fixes from runthrough (pt2) (#178) (b709a60)
  • nx-plugin,eslint-plugin: Fix cypress e2e linting (b709a60)
  • nx-plugin,eslint-plugin: Fix lint errors in nest template (b709a60)
  • nx-plugin: Fix canary publishes by specifying package access (#134) (da12730)
  • nx-plugin: Improve reliability of peer dependency handling (b709a60)
  • nx-plugin: Properly apply root styles in cypress component tests (b709a60)
  • nx-plugin: Publish concurrency fixes (#173) (dd7586b)

Documentation

  • repo: Improve usage instructions for individual packages (#123) (5845a5a)
  • repo: Standardize on term "repository" instead of "project" (#160) (b7cbf66), closes #148

Features and Enhancements

  • jest-utils,eslint-plugin,vite-utils: Clean up peer deps + fix vue linting (#145) (bd351dc)
  • nx-plugin,vite-utils: Add nestjs generator + tsTransformers vite setting (#162) (1c2676d)
  • nx-plugin,vite-utils: Use relevant polyfills instead of all (#161) (9a5edfa)
  • nx-plugin: Add console log with listen URL to nest template (b709a60)
  • nx-plugin: Add Vue app generator to nx-plugin (#139) (9b0b8a1)
  • nx-plugin: Customize release PR title (b709a60)
  • nx-plugin: Improve vue generation (#141) (39cf790)
  • nx-plugin: Release automation (#129) (19939bd)
  • nx-plugin: Replace jest with vitest (#151) (13f7f24), closes #130 #131
  • nx-plugin: Set default package.json fields in packages (#120) (2383569)
  • nx-plugin: Simplify test configuration (#152) (1390712)
  • repo: Standardize package naming and terminology, improve overview of repo components (#77) (bb3e55a)
  • tsconfig,nx-plugin,vite-utils,eslint-plugin: tsconfig + package structure cleanup (#157) (047bccc), closes #144
  • vite-utils: Add postcss-preset-env, use browser targets for polyfills (#165) (7791b0a)

Dependencies


This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main branch from d5b0e86 to e1c40a7 Compare September 9, 2022 19:15
@github-actions github-actions bot force-pushed the release-please--branches--main branch 4 times, most recently from f98813b to 8393dcf Compare October 18, 2022 13:35
@github-actions github-actions bot force-pushed the release-please--branches--main branch 6 times, most recently from e16cfe8 to 012615d Compare November 7, 2022 19:46
@github-actions github-actions bot force-pushed the release-please--branches--main branch 3 times, most recently from 0545597 to 6bc2019 Compare December 5, 2022 23:32
@github-actions github-actions bot requested a review from a team as a code owner December 5, 2022 23:32
@github-actions github-actions bot force-pushed the release-please--branches--main branch 2 times, most recently from 03c6421 to f98342a Compare December 15, 2022 22:35
@github-actions github-actions bot force-pushed the release-please--branches--main branch 12 times, most recently from 5a69082 to 8a3a73f Compare January 5, 2023 22:12
@github-actions github-actions bot force-pushed the release-please--branches--main branch 4 times, most recently from 0fe2f5c to 4a2b959 Compare January 5, 2023 22:52
@github-actions github-actions bot force-pushed the release-please--branches--main branch 3 times, most recently from 932d973 to 26a64bf Compare May 9, 2023 23:22
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 26a64bf to df23a03 Compare May 9, 2023 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment