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(deps): update code-quality #8311

Merged
merged 2 commits into from
Dec 7, 2022
Merged

chore(deps): update code-quality #8311

merged 2 commits into from
Dec 7, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 17, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/ember__controller (source) ^4.0.3 -> ^4.0.4 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.42.1 -> ^5.45.0 age adoption passing confidence
@typescript-eslint/parser ^5.42.1 -> ^5.45.0 age adoption passing confidence
eslint (source) ^8.27.0 -> ^8.29.0 age adoption passing confidence
eslint-plugin-ember ^11.2.0 -> ^11.2.1 age adoption passing confidence
eslint-plugin-qunit ^7.3.2 -> ^7.3.4 age adoption passing confidence
prettier (source) ^2.7.1 -> ^2.8.0 age adoption passing confidence
typescript (source) ^4.8.4 -> ^4.9.3 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.45.0

Compare Source

Bug Fixes
  • eslint-plugin: [array-type] --fix flag removes parentheses from type (#​5997) (42b33af)
  • eslint-plugin: [keyword-spacing] prevent crash on no options (#​6073) (1f19998)
  • eslint-plugin: [member-ordering] support private fields (#​5859) (f02761a)
  • eslint-plugin: [prefer-readonly] report if a member's property is reassigned (#​6043) (6e079eb)
Features
  • eslint-plugin: [member-ordering] add a required option for required vs. optional member ordering (#​5965) (2abadc6)

v5.44.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-empty-interface] disable autofix for declaration merging with class (#​5920) (a4f85b8)
  • eslint-plugin: [no-unnecessary-condition] handle index signature type (#​5912) (5baad08)
  • eslint-plugin: [prefer-optional-chain] handle binary expressions in negated or (#​5992) (2778ff0)
  • typescript-estree: don't consider a cached program unless it's specified in the current parserOptions.project config (#​5999) (530e0e6)
Features
  • eslint-plugin: [adjacent-overload-signatures] check BlockStatement nodes (#​5998) (97d3e56)
  • eslint-plugin: [keyword-spacing] Support spacing in import-type syntax (#​5977) (6a735e1)

v5.43.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-shadow] handle false positives on generics and parameters (#​5902) (769e8c8)
  • eslint-plugin: [promise-function-async] handle keyword token (#​5907) (f25a94f)
Features
  • eslint-plugin: [consistent-type-imports] support fixing to inline types (#​5050) (75dcdf1)
  • eslint-plugin: [naming-convention] add support for "override" and "async" modifiers (#​5310) (#​5610) (c759da1)
  • eslint-plugin: [prefer-optional-chain] support suggesting !foo || !foo.bar as a valid match for the rule (#​5594) (923d486)

5.42.1 (2022-11-07)

Bug Fixes
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.45.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.44.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.43.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.42.1 (2022-11-07)

Note: Version bump only for package @​typescript-eslint/parser

eslint/eslint

v8.29.0

Compare Source

Features

  • 49a07c5 feat: add allowParensAfterCommentPattern option to no-extra-parens (#​16561) (Nitin Kumar)
  • e6a865d feat: prefer-named-capture-group add suggestions (#​16544) (Josh Goldberg)
  • a91332b feat: In no-invalid-regexp validate flags also for non-literal patterns (#​16583) (trosos)

Documentation

Chores

v8.28.0

Compare Source

Features

  • 63bce44 feat: add ignoreClassFieldInitialValues option to no-magic-numbers (#​16539) (Milos Djermanovic)
  • 8385ecd feat: multiline properties in rule key-spacing with option align (#​16532) (Francesco Trotta)
  • a4e89db feat: no-obj-calls support Intl (#​16543) (Sosuke Suzuki)

Bug Fixes

  • c50ae4f fix: Ensure that dot files are found with globs. (#​16550) (Nicholas C. Zakas)
  • 9432b67 fix: throw error for first unmatched pattern (#​16533) (Milos Djermanovic)
  • e76c382 fix: allow * 1 when followed by / in no-implicit-coercion (#​16522) (Milos Djermanovic)

Documentation

Chores

ember-cli/eslint-plugin-ember

v11.2.1

Compare Source

🐛 Bug Fix
  • #​1687 Don't lose optional chaining with objectAt in autofix for no-array-prototype-extensions rule (@​52052100)
🏠 Internal
Committers: 2
platinumazure/eslint-plugin-qunit

v7.3.4

Compare Source

Chore
Docs
  • Add missing changelog entry (3369a75)
Fix
  • false positives with arrow functions in no-hooks-from-ancestor-modules rule (#​275) (abcb81e), closes #​275
Upgrade
7.3.3
7.3.2
  • docs: add eslint-doc-generator (#​243) (Bryan Mishkin)
  • Fix: Handle arrow function test with except-simple configuration of the require-expect rule (#​239) (Bryan Mishkin)
7.3.1
  • Upgrade: Outdated devDependencies (Kevin Partington)
  • Build: Add caching to ESLint (#​225) (Darius Dzien)
  • Fix: incorrectly-used messageId placeholders (#​236) (Bryan Mishkin)
  • Upgrade: Bump shell-quote from 1.7.2 to 1.7.3 (#​235) (dependabot[bot])
7.3.0
  • Docs: Update contributors list (Kevin Partington)
  • Upgrade: devDependencies (Kevin Partington)
  • Fix: no-compare-relation-boolean crash when passing <2 args (#​234) (Derek Wickern)
  • Build: Add Node 18 to CI (#​232) (Darius Dzien)
  • Fix: Allow for third parameter in no-hooks-from-ancestor-modules (#​231) (Timo Tijhof)
  • Upgrade: Bump node-fetch from 2.6.1 to 2.6.7 (#​229) (dependabot[bot])
  • Upgrade: Bump async from 3.2.0 to 3.2.3 (#​228) (dependabot[bot])
  • Upgrade: Bump minimist from 1.2.5 to 1.2.6 (#​227) (dependabot[bot])
  • Upgrade: Bump shelljs from 0.8.4 to 0.8.5 (#​224) (dependabot[bot])
  • Docs: fix markdown links (#​223) (Bryan Mishkin)
7.2.0
  • Upgrade: devDependencies (Kevin Partington)
  • Update: isQunitMethod utils function detects test.only/test.skip (#​221) (Baptiste Doucerain)
7.1.0
  • Chore: Add jsdoc type annotation to rules (#​219) (Bryan Mishkin)
  • Update: handle adding TypeScript type to this parameter in test hook in many rules (#​217) (Bryan Mishkin)
  • Build: Move wrap/unwrap helpers to testUtils (#​216) (Ed S)
  • Fix: Check for arrow functions in utils.getAssertContextNameForTest (#​214) (Ed S)
  • Docs: ensure rule docs mention all rule options (#​212) (Bryan Mishkin)
7.0.0
  • Chore: Add npm upgrade step to CI workflow (Kevin Partington)
  • Upgrade: Most devDependencies (Kevin Partington)
  • Upgrade: update eslint-plugin-eslint-plugin to v4 (#​211) (Bryan Mishkin)
  • Upgrade: eslint-plugin-unicorn to v37 (#​210) (Bryan Mishkin)
  • Update: support ESLint v8 (#​209) (Bryan Mishkin)
  • Chore: Add eslint-plugin keyword in package.json (#​204) (Bryan Mishkin)
7.0.0-rc.0
  • Breaking: Remove fixToNotOk and checkBooleanAssertions rule options (#​197) (Bryan Mishkin)
  • Breaking: Add no-assert-equal to recommended config (#​194) (Bryan Mishkin)
  • Breaking: Drop support for old Node and ESLint versions (#​189) (Kevin Partington)
  • Breaking: Remove no-arrow-tests from recommended config (#​200) (Kevin Partington)
  • Docs: switch from github emojis to standard emojis (#​198) (Bryan Mishkin)
  • Docs: fix typos (#​196) (Bryan Mishkin)
6.2.0
  • Chore: enable all eslint-plugin-eslint-plugin rules (#​187) (Bryan Mishkin)
  • Docs: Indicate which rules provide automated suggestions in README rules table (#​188) (Bryan Mishkin)
  • Update: Use meta.hasSuggestions for suggestable rules to prepare for ESLint 8 (#​186) (Bryan Mishkin)
  • Docs: split emojis into separate columns in README rules table (#​185) (Bryan Mishkin)
6.1.1
  • Upgrade: devDependencies (Kevin Partington)
  • Fix: fix global equal() check in no-assert-equal rule (#​183) (Bryan Mishkin)
  • Chore: add eslint-plugin-mocha (#​184) (Bryan Mishkin)
6.1.0
  • Update: add checkBooleanAssertions option to no-ok-equality rule (#​173) (Bryan Mishkin)
  • Chore: Add eslint-plugin-unicorn (#​180) (Bryan Mishkin)
  • Update: add checkBooleanAssertions option to no-negated-ok rule (#​174) (Bryan Mishkin)
  • Fix: handle typed this callback argument in no-hooks-from-ancestor-modules rule (#​162) (Bryan Mishkin)
  • Build: start testing under Node 16 (#​181) (Bryan Mishkin)
  • Update: Ensure boolean assertions are not missed by several rules (#​172) (Bryan Mishkin)
  • Chore: add eslint-plugin-eslint-comments (#​178) (Bryan Mishkin)
  • Docs: enable/autofix indent rule in markdown JS code samples (#​177) (Bryan Mishkin)
  • Docs: Add eslint-plugin-markdown for JavaScript code samples in documentation (#​176) (Bryan Mishkin)
  • Upgrade: Bump y18n from 4.0.0 to 4.0.1 (#​163) (dependabot[bot])
  • Update: add automatic suggestions for no-assert-equal rule (#​165) (Bryan Mishkin)
  • Fix: only flag callee node instead of entire call expression in no-hooks-from-ancestor-modules rule (#​160) (Bryan Mishkin)
  • Docs: fix typo of deepEqual assert name in require-object-in-propequal rule doc (#​166) (Bryan Mishkin)
6.0.0
  • Upgrade: chai, mocha, eslint, markdownlint to latest (Kevin Partington)
  • Chore: Uncomment ES2020 tests in require-object-in-propequal (#​159) (Kevin Partington)
  • Breaking: add more recommended rules for v6 (#​157) (Bryan Mishkin)
  • Breaking: merge two config into recommended config (#​155) (Bryan Mishkin)
  • Breaking: update require-expect rule to default to expect-simple option (#​158) (Bryan Mishkin)
  • Breaking: update fixToNotOk rule option default to true in no-compare-relation-boolean rule (#​154) (Bryan Mishkin)
  • Breaking: update fixToNotOk rule default option to true in no-negated-ok rule (#​153) (Bryan Mishkin)
  • Breaking: drop Node 13 support (#​152) (Bryan Mishkin)
  • Chore: require eslint 6+ as peer dependency (#​151) (Bryan Mishkin)
5.4.0
  • New: no-async-module-callbacks rule (#​147) (#​150) (Ray Cohen)
  • New: require-object-in-propequal rule (#​148) (Kevin Partington)
  • New: no-hooks-from-ancestor-modules rule (fixes #​93) (#​94) (Ray Cohen)
  • Build: Run against Node 15 in CI (Kevin Partington)
  • Upgrade: devDependencies (Kevin Partington)
5.3.0
  • Fix: requireindex usage when this plugin is referenced from other plugins (#​144) (Bryan Mishkin)
  • Update: fix detection of test-less modules in no-identical-names rule (#​146) (Bryan Mishkin)
  • Build: Add Windows to CI testing matrix (#​145) (Bryan Mishkin)
  • Fix: false positive for tests in different modules in no-identical-names rule (#​143) (Bryan Mishkin)
  • Docs: add npm badge to README (#​141) (Bryan Mishkin)
  • Chore: Use requireindex to ensure correct rule files are exported (Kevin Partington)
  • Build: Run CI on all pushed branches (Kevin Partington)
5.2.0
  • Upgrade: devDependencies (#​140) (Kevin Partington)
  • Fix: allow tests with identical names in different modules in no-identical-names rule (#​131) (Bryan Mishkin)
  • Docs: add rule descriptions to README table (#​139) (Bryan Mishkin)
5.1.1
  • Upgrade: Bump ini from 1.3.5 to 1.3.7 (#​137) (dependabot[bot])
  • Docs: enable eslint-plugin/require-meta-docs-description lint rule to enforce consistent rule descriptions (#​133) (Bryan Mishkin)
  • Chore: add type properties to rules and enforce with eslint-plugin/require-meta-type lint rule (#​134) (Bryan Mishkin)
  • Fix: only detect true global usages in no-global-* rules (#​132) (Bryan Mishkin)
5.1.0
  • Build: Fix lint:docs script to work on bash (Kevin Partington)
  • Docs: Update contributor list (#​128) (Kevin Partington)
  • Update: catch duplicate titles in ancestor modules in no-identical-names rule (#​127) (Bryan Mishkin)
  • New: add new rule no-assert-equal-boolean (#​121) (Bryan Mishkin)
  • Docs: add markdownlint (#​115) (Bryan Mishkin)
  • Fix: false positives with no-identical-names and nested modules (#​123) (Bryan Mishkin)
  • Update: Add 'qunit' plugin to configs (#​124) (Bryan Mishkin)
  • Docs: add rule doc URL to rules (#​125) (Bryan Mishkin)
  • Build: add CI checks to ensure tests pass on supported ESLint versions (#​116) (Bryan Mishkin)
  • Chore: Upgrade devDependencies to latest (#​119) (Kevin Partington)
  • Build: Update lcov location in coveralls action (#​118) (Kevin Partington)
  • Build: switch from travis to Github Actions (#​117) (Bryan Mishkin)
  • Update: allow eslint peer dependency to include v6 and v7 (#​113) (Bryan Mishkin)
  • Docs: fix broken rules link in README (#​111) (Bryan Mishkin)
5.0.0
  • Breaking: Update plugin:qunit/recommended config (fixes #​86) (Kevin Partington)
  • Build: Fix yarn reference in test script (Kevin Partington)
  • Docs: Update contributor list (Kevin Partington)
  • Fix: resolve-async recognizes .call/.apply (fixes #​68) (Kevin Partington)
  • Upgrade: devDependencies to latest (Kevin Partington)
  • Breaking: Drop support for Node 6, 8, and 11 (Kevin Partington)
  • Docs: add config notices to each rule doc (#​107) (Bryan Mishkin)
  • Docs: add autogenerated rules table to README (#​110) (Bryan Mishkin)
  • Update: add autofixer to no-negated-ok rule (#​100) (Bryan Mishkin)
  • Build: add npm-run-all for running lint scripts (#​109) (Bryan Mishkin)
  • Docs: add fixable notice to rule doc of autofixable rules (#​106) (Bryan Mishkin)
  • Update: add autofixer to no-compare-relation-boolean rule (#​102) (Bryan Mishkin)
  • Chore: Add tests to ensure rules have tests and basic rule doc (#​105) (Bryan Mishkin)
  • Fix: allow message arguments to have logical expressions in no-assert-logical-expression rule (#​104) (Bryan Mishkin)
  • Fix: no-compare-relation-boolean did not report violations when assertion message was passed (#​103) (Bryan Mishkin)
  • Update: add autofixer to no-setup-teardown rule (#​101) (Bryan Mishkin)
  • Update: add autofixer to no-ok-equality rule (#​99) (Bryan Mishkin)
  • Update: add autofixer to literal-compare-order rule (#​98) (Bryan Mishkin)
  • Fix: crash when missing assert arguments in literal-compare-order rule (#​97) (Bryan Mishkin)
  • New: Add "no-nested-tests" rule (#​96) (Aliaksandr Yermalayeu)
4.3.0
  • Upgrade: Bump lodash from 4.17.11 to 4.17.19 (#​91) (dependabot[bot])
  • New no-loose-assertions rule. (#​80) (ventuno)
  • Chore: Use outdent for multiline test cases (#​89) (Ed S)
  • Update: Add a fixer for no-arrow-tests (#​88) (Ed S)
  • Docs: Remove unsupported all-contributors badge (Kevin Partington)
4.2.0
  • Fix: literal-compare-order crash on BDD-style assertions (fixes #​74) (Kevin Partington)
  • Chore: Add eslint-plugin-eslint-plugin devDependency (fixes #​85) (Kevin Partington)
  • New rule: no-skip (#​81) (Steve Calvert)
4.1.0
  • Docs: Add more contributors (Kevin Partington)
  • Upgrade: Bump acorn from 6.3.0 to 6.4.1 (#​83) (dependabot[bot])
  • Upgrade: Bump eslint-utils from 1.3.1 to 1.4.3 (#​82) (dependabot[bot])
  • Docs: Add contributors (Kevin Partington)
  • Fix: require-expect handles implicit body arrow functions correctly (fixes #​76) (Kevin Partington)
  • Chore: Improve unit test (Kevin Partington)
  • Build: Add Node 12, 13, and 14 to Travis config (Kevin Partington)
  • Upgrade: Upgrade devDependencies (semver-minor only) (Kevin Partington)
  • Build: Add package-lock.json (Kevin Partington)
  • New: Implement new rule no-assert-ok (#​78) (ventuno)
  • Update: Improve no-only rule to detect only() module.only() and QUnit.module.only() (#​73) (Brad Overton)
  • Fix: Fix typo in no-test-expect-argument (#​71) (Ed S)
4.0.0
  • Upgrade: coveralls, eslint, nyc, semver to latest (Kevin Partington)
  • Chore: Convert all rules to use messageIds (Kevin Partington)
  • Breaking: Drop support for Node 4/7/9 and ESLint <4.15 (Kevin Partington)
3.3.1
  • Chore: Declare compatibility with [email protected] (Kevin Partington)
  • Chore: Upgrade devDependencies (Kevin Partington)
  • Chore: Removing unused eslint disable comments (Kevin Partington)
3.3.0
  • Chore: Disable package-lock (Kevin Partington)
  • Chore: Add support/testing for Node 10 (Kevin Partington)
  • New: "never" and "never-except-zero" options for require-expect rule (#​70) (Timo Tijhof)
  • Chore: Test with Node 8 and 9 (Kevin Partington)
  • Chore: Switch to nyc for unit tests and code coverage (Kevin Partington)
3.2.1
  • Upgrade: devDependencies (Kevin Partington)
  • Docs: Add Krinkle to all-contributors (Kevin Partington)
  • Docs: Fix heading syntax for no-assert-equal (#​66) (Timo Tijhof)
3.2.0
  • Chore: ESLint peerDependency expanded to >=3.18.0 <5.0.0 (Kevin Partington)
  • Fix: no-commented-tests does not warn on shebang comments (Kevin Partington)
  • Chore: Upgrade devDependencies, including [email protected] (Kevin Partington)
  • Chore: Use sourceCode.getAllComments() in no-commented-tests (fixes #​64) (Kevin Partington)
3.1.0
  • Docs: Updating config rule lists in README to match reality (fixes #​60) (Kevin Partington)
  • Docs: Adding ntwb to contributor list (Kevin Partington)
  • Update: no-identical-names message references line number (fixes #​62) (Kevin Partington)
3.0.0
  • Update: Using ESLint AST selectors in some rules (fixes #​59) (Kevin Partington)
  • Breaking: Updating eslint peerDependency to >=3.18.0 (refs #​59) (Kevin Partington)
  • Upgrade: devDependencies to latest version (Kevin Partington)
  • Chore: Enable template-curly-spacing ESLint rule (fixes #​54) (Kevin Partington)
  • Chore: Enable prefer-template ESLint rule (refs #​54) (Kevin Partington)
  • Chore: Enable prefer-const ESLint rule (refs #​54) (Kevin Partington)
  • Chore: Enabling no-const-assign ESLint rule (refs #​54) (Kevin Partington)
  • Chore: Enable no-var ESLint rule (refs #​54) (Kevin Partington)
  • Chore: Fix whitespace in ESLint configuration (Kevin Partington)
  • Chore: Consume eslint-plugin-node (Kevin Partington)
  • Breaking: engines set in package.json (node >=4.0.0) (Kevin Partington)
  • Breaking: Updating exported configs (fixes #​52, fixes #​58) (Kevin Partington)
  • Chore: Ensuring rules etc. are sorted in index.js (Kevin Partington)
  • Docs: Fixing indentation in no-qunit-start-in-tests docs (fixes #​55) (Kevin Partington)
2.4.0
  • Docs: Fixing indentation in no-qunit-start-in-tests docs (Kevin Partington)
  • Docs: Add Turbo87 to project contributor list (Kevin Partington)
  • New: Add "no-identical-names" rule (fixes #​56) (#​57) (Tobias Bieniek)
2.3.0
  • Chore: Ensure .md files have LF line endings (Kevin Partington)
  • Chore: Updating Travis config, dropping Node 5 and adding Node 7 (Kevin Partington)
  • Chore: Enabling ESLint rule no-useless-return (Kevin Partington)
  • New: no-qunit-start-in-tests rule (fixes #​51) (Kevin Partington)
  • Upgrade: eslint@~3.10.2, fixing resulting lint error (Kevin Partington)
  • Upgrade: eslint@^3.8.1, adding some new rules (Kevin Partington)
  • New: no-conditional-assertions rule (fixes #​46) (Kevin Partington)
  • Fix: README rules links no longer use dot prefix (fixes #​53) (Kevin Partington)
2.2.0
  • Build: Fixed extraneous output in generate-release-changelog (Kevin Partington)
  • New: no-assert-logical-expression rule (fixes #​50) (Kevin Partington)
  • Fix: no-early-return crash when return statement was outside test (Kevin Partington)
  • Fix: no-early-return handles nested scopes (fixes #​48) (Kevin Partington)
  • Docs: Add limitations section to assert-args docs (fixes #​49) (Kevin Partington)
2.1.1
  • Fix: no-throws-string exception (fixes #​47) (Kevin Partington)
2.1.0
  • Fix: Added missing test case to no-early-return (Kevin Partington)
  • Chore: Allowing ESLint ^2.8.0 or 3.x as peer dependency (fixes #​45) (Kevin Partington)
  • New: no-early-return rule (fixes #​27) (Kevin Partington)
2.0.1
  • Docs: Add no-throws-string to qunit/two,

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added 🏷️ dependencies Pull requests that update a dependency file skip-changelog 🎯 canary PR is targeting canary (default) labels Nov 17, 2022
@renovate renovate bot changed the title chore(deps): update code-quality to ^5.43.0 chore(deps): update code-quality Nov 18, 2022
@renovate renovate bot force-pushed the renovate/code-quality branch 7 times, most recently from 40b7181 to 677136e Compare November 28, 2022 18:39
@renovate renovate bot force-pushed the renovate/code-quality branch 10 times, most recently from 96f82e5 to 79fc6a9 Compare December 6, 2022 20:22
@renovate
Copy link
Contributor Author

renovate bot commented Dec 7, 2022

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@runspired runspired merged commit 608f90c into master Dec 7, 2022
@delete-merged-branch delete-merged-branch bot deleted the renovate/code-quality branch December 7, 2022 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎯 canary PR is targeting canary (default) 🏷️ dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant