From ed8596de5b4810d80aa141138a4ed35c0eac7e1f Mon Sep 17 00:00:00 2001 From: Bartlomiej Dudzik Date: Mon, 19 Sep 2022 11:12:12 +0200 Subject: [PATCH] chore: rebrand simplabs to Mainmatter --- CHANGELOG.md | 32 ++++++++++++++++---------------- LICENSE.md | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0150de0..23aec73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,16 @@ ## v0.5.0 (2021-10-14) #### :rocket: Enhancement -* [#151](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/151) Adding the `no-debug` rule ([@Mikek2252](https://github.com/Mikek2252)) +* [#151](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/151) Adding the `no-debug` rule ([@Mikek2252](https://github.com/Mikek2252)) #### :bug: Bug Fix -* [#150](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/150) Update `hasTaskDecorator` helper to include CallExpression as a valid expression Type ([@Mikek2252](https://github.com/Mikek2252)) +* [#150](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/150) Update `hasTaskDecorator` helper to include CallExpression as a valid expression Type ([@Mikek2252](https://github.com/Mikek2252)) #### :memo: Documentation -* [#153](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/153) README: Include `no-debug` rule ([@Mikek2252](https://github.com/Mikek2252)) +* [#153](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/153) README: Include `no-debug` rule ([@Mikek2252](https://github.com/Mikek2252)) #### :house: Internal -* [#152](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/152) Move `hasTaskCallExpression` to utils ([@Mikek2252](https://github.com/Mikek2252)) +* [#152](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/152) Move `hasTaskCallExpression` to utils ([@Mikek2252](https://github.com/Mikek2252)) #### Committers: 1 - Michael Kerr ([@Mikek2252](https://github.com/Mikek2252)) @@ -24,7 +24,7 @@ ## v0.4.0 (2021-08-31) #### :memo: Documentation -* [#57](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/57) Fix "no-native-promise-helpers" link ([@bertdeblock](https://github.com/bertdeblock)) +* [#57](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/57) Fix "no-native-promise-helpers" link ([@bertdeblock](https://github.com/bertdeblock)) #### Committers: 2 - Bert De Block ([@bertdeblock](https://github.com/bertdeblock)) @@ -33,7 +33,7 @@ ## v0.3.1 (2020-12-30) #### :bug: Bug Fix -* [#54](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/54) Correctly export `no-native-promise-helpers` rule ([@Turbo87](https://github.com/Turbo87)) +* [#54](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/54) Correctly export `no-native-promise-helpers` rule ([@Turbo87](https://github.com/Turbo87)) #### Committers: 1 - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) @@ -41,7 +41,7 @@ ## v0.3.0 (2020-12-30) #### :rocket: Enhancement -* [#53](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/53) Implement `no-native-promise-helpers` rule ([@Turbo87](https://github.com/Turbo87)) +* [#53](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/53) Implement `no-native-promise-helpers` rule ([@Turbo87](https://github.com/Turbo87)) #### Committers: 1 - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) @@ -49,7 +49,7 @@ ## v0.2.1 (2020-10-29) #### :rocket: Enhancement -* [#26](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/26) no-perform-without-catch: Adjust report node ([@Turbo87](https://github.com/Turbo87)) +* [#26](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/26) no-perform-without-catch: Adjust report node ([@Turbo87](https://github.com/Turbo87)) #### Committers: 1 - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) @@ -57,12 +57,12 @@ ## v0.2.0 (2020-10-29) #### :rocket: Enhancement -* [#19](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/19) Add support for ESLint 7 ([@Turbo87](https://github.com/Turbo87)) -* [#13](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/13) Implement `no-perform-without-catch` rule ([@Turbo87](https://github.com/Turbo87)) +* [#19](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/19) Add support for ESLint 7 ([@Turbo87](https://github.com/Turbo87)) +* [#13](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/13) Implement `no-perform-without-catch` rule ([@Turbo87](https://github.com/Turbo87)) #### :house: Internal -* [#14](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/14) Configure Renovate ([@renovate[bot]](https://github.com/apps/renovate)) -* [#15](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/15) Various CI improvements ([@Turbo87](https://github.com/Turbo87)) +* [#14](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/14) Configure Renovate ([@renovate[bot]](https://github.com/apps/renovate)) +* [#15](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/15) Various CI improvements ([@Turbo87](https://github.com/Turbo87)) #### Committers: 1 - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) @@ -70,14 +70,14 @@ ## v0.1.1 (2020-04-17) #### :rocket: Enhancement -* [#9](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/9) require-task-name-suffix: Add support for `@task` decorators ([@Turbo87](https://github.com/Turbo87)) +* [#9](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/9) require-task-name-suffix: Add support for `@task` decorators ([@Turbo87](https://github.com/Turbo87)) #### :bug: Bug Fix -* [#12](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/12) package.json: Fix `repository` field ([@Turbo87](https://github.com/Turbo87)) +* [#12](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/12) package.json: Fix `repository` field ([@Turbo87](https://github.com/Turbo87)) #### :house: Internal -* [#11](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/11) CI: Force colored output ([@Turbo87](https://github.com/Turbo87)) -* [#10](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/10) CI: Run tests with `--coverage` ([@Turbo87](https://github.com/Turbo87)) +* [#11](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/11) CI: Force colored output ([@Turbo87](https://github.com/Turbo87)) +* [#10](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/10) CI: Run tests with `--coverage` ([@Turbo87](https://github.com/Turbo87)) #### Committers: 1 - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) diff --git a/LICENSE.md b/LICENSE.md index bb6dc3b..7e66774 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2020 simplabs GmbH and contributors +Copyright (c) 2020 - 2022 Mainmatter GmbH and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/package.json b/package.json index be96bf7..b00d42c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "eslint-plugin-ember-concurrency", "version": "0.5.1", "description": "ESLint plugin for ember-concurrency users", - "repository": "https://github.com/simplabs/eslint-plugin-ember-concurrency", + "repository": "https://github.com/Mainmatter/eslint-plugin-ember-concurrency", "license": "MIT", "author": "Tobias Bieniek ", "main": "index.js",