From 8e82297a8c713a6dd9c8c0327a81e7d1becd8f36 Mon Sep 17 00:00:00 2001 From: Sven Greb Date: Fri, 6 May 2022 10:28:43 +0200 Subject: [PATCH] Release version 0.11.0 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++-- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 32 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e84c129..b02f8dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ +# 0.11.0 + +![Release Date: 2022-05-06](https://img.shields.io/static/v1?style=flat-square&label=Release%20Date&message=2022-05-06&colorA=4c566a&colorB=88c0d0) [![Project Board](https://img.shields.io/static/v1?style=flat-square&label=Project%20Board&message=0.11.0&logo=github&logoColor=eceff4&colorA=4c566a&colorB=88c0d0)](https://github.com/users/svengreb/projects/5/views/3) [![Milestone](https://img.shields.io/static/v1?style=flat-square&label=Milestone&message=0.11.0&logo=github&logoColor=eceff4&colorA=4c566a&colorB=88c0d0)](https://github.com/svengreb/tmpl/milestone/11) + +⇅ [Show all commits][154] + +## Improvements + +
+Opt-in Dependabot version update configuration — #94 ⇄ #95 (⊶ d34de53d) + +↠ The [`.github/dependabot.yml` Dependabot configuration file][155] for [automation version updates][156] that was introduced in [#52][157] often causes a lot of PR noise and does not really help since updates also often require more action than just a bump of the version number itself like migration steps or adjustments to changes (e.g. APIs or deprecated implementations). Since Dependabot is not able to fulfill this and only does a stupid increase of the version number it often creates more work than it helps. The result are often hundreds of notifications and more digital noise for developers and maintainers without any real benefit since version & security updates are done on a regular schedule by maintainers who know what they are doing and how modern software should be maintained. +Therefore the `.github/dependabot.yml` file has been renamed to `.github/dependabot.tmpl.yml` to disable Dependabot for this repository while still allowing repositories that are based on this template repository to opt-in. + +
+ # 0.10.0 ![Release Date: 2021-11-18](https://img.shields.io/static/v1?style=flat-square&label=Release%20Date&message=2021-11-18&colorA=4c566a&colorB=88c0d0) [![Project Board](https://img.shields.io/static/v1?style=flat-square&label=Project%20Board&message=0.10.0&logo=github&logoColor=eceff4&colorA=4c566a&colorB=88c0d0)](https://github.com/svengreb/tmpl/projects/13) [![Milestone](https://img.shields.io/static/v1?style=flat-square&label=Milestone&message=0.10.0&logo=github&logoColor=eceff4&colorA=4c566a&colorB=88c0d0)](https://github.com/svengreb/tmpl/milestone/10) @@ -695,6 +711,10 @@ See the [GitHub documentation][24] for more details about issue and pull request +

Copyright © 2020-present Sven Greb

+ +

+ @@ -776,7 +798,6 @@ otherwise Markdown elements are not parsed and rendered! [54]: https://remark.js.org [55]: https://github.com/arcticicestudio/styleguide-git [56]: https://github.com/arcticicestudio/styleguide-javascript -[57]: https://github.com/arcticicestudio/styleguide-markdown [58]: https://unifiedjs.com [59]: https://yarnpkg.com/lang/en/docs/cli/config [60]: https://yarnpkg.com/lang/en/docs/yarnrc @@ -784,7 +805,6 @@ otherwise Markdown elements are not parsed and rendered! [61]: https://github.com/svengreb/tmpl/compare/v0.1.0...v0.2.0 -[62]: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestpaths [63]: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestbranchestags [64]: https://www.jetbrains.com/go [65]: https://www.jetbrains.com/idea @@ -892,3 +912,10 @@ otherwise Markdown elements are not parsed and rendered! [150]: https://nodejs.org/api/esm.html [152]: https://github.com/prettier/prettier/releases/tag/2.4.1 [153]: https://github.com/remarkjs/remark/tree/main/packages/remark-cli + + + +[154]: https://github.com/svengreb/tmpl/compare/v0.10.0...v0.11.0 +[155]: https://github.com/svengreb/tmpl/blob/32925a1f/.github/dependabot.yml +[156]: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates +[157]: https://github.com/svengreb/tmpl/issues/52 diff --git a/README.md b/README.md index 1dad2ae..b2b1c32 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This repository serves as the base template repository of _tmpl_ that provides e - Configurations for [npm and Yarn](#nodejs-npm-and-yarn) - Basic configurations for [Git](#git) - A [MIT license](#license) -- [15](#editorconfig) integration +- [EditorConfig](#editorconfig) integration - [Prettier][76] for [“auto-magical“ code& text formatting](#automatic-code-and-text-formatter) - [remark-lint][79] to [lint Markdown](#markdown-linting) - [lint-staged][63] for [Automatic pre-commit linting](#automatic-pre-commit-linting) diff --git a/package-lock.json b/package-lock.json index 2f7cdad..176697d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@svengreb/tmpl", - "version": "0.10.0", + "version": "0.11.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index bdb2d1f..5b34922 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@svengreb/tmpl", - "version": "0.10.0", + "version": "0.11.0", "description": "A collection of template repositories for new projects", "author": "Sven Greb (https://www.svengreb.de)", "homepage": "https://github.com/svengreb/tmpl",