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(lk/rp-root-component): release template-oss 4.0.0 #167

Conversation

lukekarrys
Copy link
Member

🤖 I have created a release beep boop

4.0.0 (2022-08-25)

⚠ BREAKING CHANGES

  • bin scripts are now template-oss-apply and template-oss-check renamed apply props rootRepo, rootModule, workspaceRepo, workspaceModule

Features

  • add 16.13.0 as an explicit node version to test (#10) (b761f09)
  • add a problem matcher for tap output (#160) (8176e44)
  • add audit and fund flags to install (0555d67), closes #108
  • add bug issue template, and config (#7) (14f9f28)
  • add CODE_OF_CONDUCT.md (#146) (ad8c6fc)
  • add CODEOWNERS file (#17) (38e9c9b)
  • add codeql analysis (68af6f0)
  • add gitignore check, update gitignore entries (#18) (52a7590)
  • add lockfile option to control npmrc and ci cache (9ab4497)
  • add npm-template-copy bin (#37) (a5b17fd)
  • add release process scripts (#20) (af7b9f5)
  • add release-please workflow to workspace repo files (#58) (ad4be0d)
  • add SECURITY.md file (#9) (d832811)
  • add workspace support (#21) (1294318)
  • allow option to set npm bin in package.json (32f7f7c)
  • delete other license files in target (#13) (ef40095)
  • eslint: support glob for windows (#79) (9a28510)
  • ignore scripts for all ci installs (#106) (b9c9c95)
  • make cron workflows run early PT (#159) (6f571eb)
  • remove standard from package.json (72520ff)
  • require this packaged to be a pinned dep (ea04dfb), closes #88 #93
  • rewrite to make it more extensible (#81) (605ccbd)
  • skip postinstall steps when templateVersion has not changed (2386051)
  • update root package-lock after workspace releases (#125) (bd3da0e)
  • use release please manifest configuration (#164) (95118ec)
  • windowsCI (#30) (38cf7b4)

Bug Fixes

  • add 'use strict' to .eslintrc.js (#141) (6486967)
  • add back postinstall script (#101) (5d52140)
  • add headers to copied files (#6) (674753a)
  • add name to issue template (badeac7)
  • add platform to prompt (aa50eeb)
  • add pull requests permissions to release please (#129) (82064ff)
  • add root: true to eslint configs (bd24358)
  • allow post-dependabot action to edit workflows (#103) (0ca9a9e)
  • bare git push for post-dependabot action (#56) (176440e)
  • change dependabot to increase-if-necessary (#91) (f20fb37)
  • changelog: Capitalize Dependencies (55c26a7)
  • commitlint: don't lint subject-case (75cb7e6)
  • compare to \n instead of os.EOL (#157) (5517e9e)
  • correct path key for workspace release (a4ae34f)
  • correctly set git user and email (eb55928)
  • default root component to empty string to match previous behavior (ff5b7fd)
  • dependabot permissions (#71) (28396cf)
  • dependabot: always increase deps (fb441b1)
  • dont create release please for private root pkg (2f7dcfa)
  • dont write release please file for private workspace (15c19c1)
  • drop bash and powershell from windows CI (#34) (a77cec5)
  • drop node 10 support (#1) (6c0477a)
  • empty commit for eslint-config from #24 (cc6bdea)
  • explicitly set package-name for release please workspaces (f6aa844)
  • gitignore: include .eslintrc* (6cdfd80)
  • lint after post dependabot install (da74ad9)
  • lockfile setting adds lockfile to allowed gitignore (c808c4f)
  • move non-windows ci.yml to correct location (#32) (0503263)
  • namespaced workspaces create workflows (#28) (cf6924e)
  • only lint in ubuntu and in node 14.x (4c7d05f)
  • only reference matrix in relavent actions (f951c95)
  • pin yaml to 2.0.0-11 (#161) (e095275)
  • properly allow package-lock when lockfile=true (c613429)
  • properly apply file changes and version update (fa0b173)
  • properly install and use glob (9bf3126)
  • race conditiion when saving package.json (cd3fee9)
  • release-please workspace path (#74) (53365b1)
  • remove actions permission from post-dependabot (a245bbc)
  • remove more usage of os.EOL (#162) (4dde648)
  • remove npm ls -a from ci (#19) (30a2d19)
  • remove unsupported changelog-type option (#89) (38585d1)
  • rm security.md files from workspaces (43f0d25)
  • run install when dependabot updates us (5b49817)
  • sanitize env before spawning npm subprocess (d8ac68c)
  • totally rework package installation to peer deps (d1380df)
  • try to workaround old npm not being able to update in windows (#36) (194c434)
  • update bot account information (#147) (f802204)
  • update comment link to github permissions (#117) (ba5907b)
  • updated workspace ci template to run correct tests (#26) (92764e1)
  • use commitlint config via rc file only (#95) (dd84416)
  • use new env vars from @npmcli/config (205c8c3)
  • use node in postinstall script (737bef7)
  • use npm-template-copy (#76) (9af2ad3)
  • use ops+robot as git user for all ci (aeb0162)
  • use proper path and node version in actions (d5d546e)
  • yaml newlines in release please action (#127) (a64af5d)

Dependencies

  • bump @npmcli/fs from 1.1.1 to 2.0.1 (#60) (ecee70c)
  • bump @npmcli/package-json from 1.0.1 to 2.0.0 (#122) (afe6fb1)
  • bump hosted-git-info from 4.1.0 to 5.0.0 (#87) (dbda2cd)
  • update @npmcli/fs requirement from ^1.0.0 to ^1.1.0 (aa3f37e)
  • update @npmcli/fs requirement from ^1.1.0 to ^1.1.1 (7207aaf)
  • update @npmcli/map-workspaces requirement from ^2.0.0 to ^2.0.1 (#55) (b957fa7)
  • update @npmcli/map-workspaces requirement from ^2.0.1 to ^2.0.2 (#82) (666ac23)
  • yaml@2.0.0-11 (a1e3c57)

This PR was generated with Release Please. See documentation.

@lukekarrys lukekarrys requested a review from a team as a code owner August 25, 2022 21:01
@lukekarrys lukekarrys closed this Aug 25, 2022
@lukekarrys lukekarrys deleted the release-please--branches--lk/rp-root-component--components--template-oss branch August 28, 2022 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant