-
Notifications
You must be signed in to change notification settings - Fork 0
Bump cookiecutter template to 916798 #51
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pdm-backend](https://redirect.github.com/pdm-project/pdm-backend) | build-system.requires | patch | `==2.4.1` -> `==2.4.3` | --- ### Release Notes <details> <summary>pdm-project/pdm-backend (pdm-backend)</summary> ### [`v2.4.3`](https://redirect.github.com/pdm-project/pdm-backend/releases/tag/2.4.3) [Compare Source](https://redirect.github.com/pdm-project/pdm-backend/compare/2.4.2...2.4.3) ##### 💻 Chores - Bump validate-pyproject to 0.9.0 - by [@​henryiii](https://redirect.github.com/henryiii) in [https://github.com/pdm-project/pdm-backend/issues/265](https://redirect.github.com/pdm-project/pdm-backend/issues/265) [<samp>(23484)</samp>](https://redirect.github.com/pdm-project/pdm-backend/commit/2348482) - Update dependencies - by [@​frostming](https://redirect.github.com/frostming) [<samp>(7f7dd)</samp>](https://redirect.github.com/pdm-project/pdm-backend/commit/7f7dd51) - Update badge - by [@​frostming](https://redirect.github.com/frostming) [<samp>(6fdd4)</samp>](https://redirect.github.com/pdm-project/pdm-backend/commit/6fdd494) - Migrate tool config to pyproject.toml - by [@​frostming](https://redirect.github.com/frostming) [<samp>(d5d5c)</samp>](https://redirect.github.com/pdm-project/pdm-backend/commit/d5d5c23) ##### [View changes on GitHub](https://redirect.github.com/pdm-project/pdm-backend/compare/2.4.2...2.4.3) ### [`v2.4.2`](https://redirect.github.com/pdm-project/pdm-backend/releases/tag/2.4.2) [Compare Source](https://redirect.github.com/pdm-project/pdm-backend/compare/2.4.1...2.4.2) ##### 🚀 Features - Use fallback_version for source = "call" - by [@​frostming](https://redirect.github.com/frostming) in [https://github.com/pdm-project/pdm-backend/issues/264](https://redirect.github.com/pdm-project/pdm-backend/issues/264) [<samp>(16562)</samp>](https://redirect.github.com/pdm-project/pdm-backend/commit/1656230) ##### 🐞 Bug Fixes - Update to pyproject_metadata 0.9.0b5 - by [@​henryiii](https://redirect.github.com/henryiii) in [https://github.com/pdm-project/pdm-backend/issues/263](https://redirect.github.com/pdm-project/pdm-backend/issues/263) [<samp>(67fb7)</samp>](https://redirect.github.com/pdm-project/pdm-backend/commit/67fb709) ##### [View changes on GitHub](https://redirect.github.com/pdm-project/pdm-backend/compare/2.4.1...2.4.2) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzOC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
This PR contains the following updates: | Package | Update | Change | Pending | |---|---|---|---| | [pdm](https://redirect.github.com/pdm-project/pdm) ([changelog](https://pdm-project.org/latest/dev/changelog/)) | patch | `==2.19.1` -> `==2.19.3` | `2.20.0.post1` | --- ### Release Notes <details> <summary>pdm-project/pdm (pdm)</summary> ### [`v2.19.3`](https://redirect.github.com/pdm-project/pdm/blob/HEAD/CHANGELOG.md#Release-v2193-2024-10-19) [Compare Source](https://redirect.github.com/pdm-project/pdm/compare/2.19.2...2.19.3) ##### Features & Improvements - Allow linking existing Python interpreters to PDM's managed location. ([#​3215](https://redirect.github.com/pdm-project/pdm/issues/3215)) ##### Bug Fixes - Fix a bug that overrides provided by environment variables do not work. ([#​3182](https://redirect.github.com/pdm-project/pdm/issues/3182)) - Allow prereleases when the requirement is pinned even if disabled by project ([#​3202](https://redirect.github.com/pdm-project/pdm/issues/3202)) - Pass the python path to the uv venv command. ([#​3204](https://redirect.github.com/pdm-project/pdm/issues/3204)) - Fix the infinite loop when running in uv mode if the current project has dynamic metadata. ([#​3207](https://redirect.github.com/pdm-project/pdm/issues/3207)) - Add `--no-frozen-deps` option to `install-pdm.py` script to allow installing newer versions of dependencies. ([#​3213](https://redirect.github.com/pdm-project/pdm/issues/3213)) - `pdm self update` now prefers the locked dependencies unless `--no-frozen-deps` is specified. ([#​3216](https://redirect.github.com/pdm-project/pdm/issues/3216)) - By default, `pdm outdated` will only list direct dependencies. This can be changed by adding the `--include-sub` option. ([#​3218](https://redirect.github.com/pdm-project/pdm/issues/3218)) ##### Documentation - Show users the way to uninstall pdm in a more obvious way ([#​2470](https://redirect.github.com/pdm-project/pdm/issues/2470)) ### [`v2.19.2`](https://redirect.github.com/pdm-project/pdm/blob/HEAD/CHANGELOG.md#Release-v2192-2024-10-11) [Compare Source](https://redirect.github.com/pdm-project/pdm/compare/2.19.1...2.19.2) ##### Features & Improvements - Support installing free-threaded Python interpreters with the `t` suffix. ([#​3201](https://redirect.github.com/pdm-project/pdm/issues/3201)) ##### Bug Fixes - `use_uv` fails to lock when there are non-ascii characters in pyproject.toml on Windows. ([#​3181](https://redirect.github.com/pdm-project/pdm/issues/3181)) - Fix the `pre_install` and `post_install` signals receiving an exhausted generator, instead of a list of packages. ([#​3190](https://redirect.github.com/pdm-project/pdm/issues/3190)) - Create backup file with random filename to avoid conflicts. ([#​3193](https://redirect.github.com/pdm-project/pdm/issues/3193)) - Fix the logic error in the `uv` format marker matching. ([#​3197](https://redirect.github.com/pdm-project/pdm/issues/3197)) - `pdm lock --check` on a lockfile generated with older PDM version has a 0 exit code when there's a change in `pyproject.toml`. ([#​3199](https://redirect.github.com/pdm-project/pdm/issues/3199)) ##### Documentation - Fixed *Bash Completion* suggestion so it doesn't require root privileges ([#​3183](https://redirect.github.com/pdm-project/pdm/issues/3183)) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM4LjE0MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on monday" (UTC), 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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [renovatebot/github-action](https://redirect.github.com/renovatebot/github-action) | action | patch | `v40.3.1` -> `v40.3.4` | `v40.3.5` | --- ### Release Notes <details> <summary>renovatebot/github-action (renovatebot/github-action)</summary> ### [`v40.3.4`](https://redirect.github.com/renovatebot/github-action/releases/tag/v40.3.4) [Compare Source](https://redirect.github.com/renovatebot/github-action/compare/v40.3.3...v40.3.4) ##### Documentation - update references to actions/checkout to v4.2.1 ([11212af](https://redirect.github.com/renovatebot/github-action/commit/11212aff7dd976dee010765c012cbcc61c3a2b7a)) - update references to renovatebot/github-action to v40.3.3 ([7bdca51](https://redirect.github.com/renovatebot/github-action/commit/7bdca51b4cb128a544936a65c795aab648fa4668)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.16.11 ([85652f0](https://redirect.github.com/renovatebot/github-action/commit/85652f02f49743f698f0741e2fa5731c3f80eaeb)) - **deps:** update dependency prettier-plugin-packagejson to v2.5.3 ([9347c05](https://redirect.github.com/renovatebot/github-action/commit/9347c05b5195ec3bbd80c0a59c4fe05efe794f8b)) - **deps:** update pnpm to v9.12.1 ([49efd81](https://redirect.github.com/renovatebot/github-action/commit/49efd814d84f4dc4a0736009044fbc54936de4cf)) ##### Build System - **deps:** update dependency typescript to v5.6.3 ([9c10032](https://redirect.github.com/renovatebot/github-action/commit/9c100326f6c4d56657bff8e73a64a0d0035712cd)) ##### Continuous Integration - **deps:** update renovate docker tag to v38.120.0 ([d1179fe](https://redirect.github.com/renovatebot/github-action/commit/d1179feff5c90f9f51b24a32c19db36ff67c301e)) - **deps:** update renovate docker tag to v38.120.1 ([7eaca7d](https://redirect.github.com/renovatebot/github-action/commit/7eaca7dbe155d2ffe682b5d2a77289d625d947cf)) - **deps:** update renovate docker tag to v38.122.0 ([5ebe74f](https://redirect.github.com/renovatebot/github-action/commit/5ebe74f6258f4b2912d9b797dcb344ba12c3ffbe)) - **deps:** update renovate docker tag to v38.123.0 ([398baed](https://redirect.github.com/renovatebot/github-action/commit/398baed47b0bf568f61c2b27d130e0e58b932aaf)) - **deps:** update renovate docker tag to v38.124.1 ([76a4553](https://redirect.github.com/renovatebot/github-action/commit/76a45533dc2ce3c61617732685913f8451afc2b6)) ### [`v40.3.3`](https://redirect.github.com/renovatebot/github-action/releases/tag/v40.3.3) [Compare Source](https://redirect.github.com/renovatebot/github-action/compare/v40.3.2...v40.3.3) ##### Bug Fixes - **deps:** update dependency [@​actions/core](https://redirect.github.com/actions/core) to v1.11.1 ([dd7f630](https://redirect.github.com/renovatebot/github-action/commit/dd7f630a1d41ceb0e7687a3d97f7cd76e6e3aa64)) ##### Continuous Integration - **deps:** update renovate docker tag to v38.115.0 ([0168adb](https://redirect.github.com/renovatebot/github-action/commit/0168adb92f659e5b3ae1e230adddee2395acb4e9)) - **deps:** update renovate docker tag to v38.115.1 ([221a713](https://redirect.github.com/renovatebot/github-action/commit/221a713171881f7be6f9345beae5d9989b15c562)) - **deps:** update renovate docker tag to v38.116.0 ([56e961b](https://redirect.github.com/renovatebot/github-action/commit/56e961b1f8be9d71524572bf0dae1d6ec308afac)) - **deps:** update renovate docker tag to v38.119.0 ([13076db](https://redirect.github.com/renovatebot/github-action/commit/13076dbca14b6fb9d8695a518b8f879973d68705)) ### [`v40.3.2`](https://redirect.github.com/renovatebot/github-action/releases/tag/v40.3.2) [Compare Source](https://redirect.github.com/renovatebot/github-action/compare/v40.3.1...v40.3.2) ##### Bug Fixes - **deps:** update dependency [@​actions/core](https://redirect.github.com/actions/core) to v1.11.0 ([6b22ac7](https://redirect.github.com/renovatebot/github-action/commit/6b22ac7b232c3901836a3cb56fd7325516acfb54)) ##### Documentation - update references to ghcr.io/renovatebot/renovate to v38.110.2 ([8fcdc6e](https://redirect.github.com/renovatebot/github-action/commit/8fcdc6e1169577e20bbdf062959fd03d32ad9d80)) - update references to renovatebot/github-action to v40.3.1 ([593a1c0](https://redirect.github.com/renovatebot/github-action/commit/593a1c0739d41f4a3be92922edf904afb464d86c)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.16.10 ([659e9b1](https://redirect.github.com/renovatebot/github-action/commit/659e9b1e70de7dc58137f977617f3ed279da5af4)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.16.6 ([43cf848](https://redirect.github.com/renovatebot/github-action/commit/43cf8481c5721ebe83ec850ee44cebedc0b835f6)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.16.7 ([04140e8](https://redirect.github.com/renovatebot/github-action/commit/04140e85d7c04474236942d8758f59d1b57e9ace)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.16.8 ([ffa56df](https://redirect.github.com/renovatebot/github-action/commit/ffa56df1d0f95bbd2efc4990846697df959f965b)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.16.9 ([04eaa9d](https://redirect.github.com/renovatebot/github-action/commit/04eaa9dca69434ad57f80c98505f080ca30d2577)) - **deps:** update dependency semantic-release to v24.1.2 ([443c041](https://redirect.github.com/renovatebot/github-action/commit/443c041d1ba906b03455c4859b817203bca86044)) - **deps:** update pnpm to v9.12.0 ([73c1f19](https://redirect.github.com/renovatebot/github-action/commit/73c1f192f066f4810d40fe48b88ad7b81b673d31)) ##### Continuous Integration - **deps:** update actions/checkout action to v4.2.1 ([a89ddca](https://redirect.github.com/renovatebot/github-action/commit/a89ddca451dfca26e863183add0e14eb0dcaa775)) - **deps:** update renovate docker tag to v38.105.0 ([6c8aefd](https://redirect.github.com/renovatebot/github-action/commit/6c8aefd37f3f615ff596707762ad35ba486eb1ba)) - **deps:** update renovate docker tag to v38.106.0 ([c2fef14](https://redirect.github.com/renovatebot/github-action/commit/c2fef14ab5de1ddebef7633d8e7ee8b9e94a75c5)) - **deps:** update renovate docker tag to v38.106.2 ([bdb5ad6](https://redirect.github.com/renovatebot/github-action/commit/bdb5ad69d08ed2c41fff66112d499399a81fabb1)) - **deps:** update renovate docker tag to v38.106.3 ([32149ad](https://redirect.github.com/renovatebot/github-action/commit/32149adc64030fa07f47a4053938dfd323556328)) - **deps:** update renovate docker tag to v38.106.4 ([8015943](https://redirect.github.com/renovatebot/github-action/commit/8015943b5206a7000a51fe6e21fbd5873adcf309)) - **deps:** update renovate docker tag to v38.107.0 ([6846c99](https://redirect.github.com/renovatebot/github-action/commit/6846c99c9dd6f72f134a58f9e1707c45085cb5e8)) - **deps:** update renovate docker tag to v38.107.1 ([9da33e8](https://redirect.github.com/renovatebot/github-action/commit/9da33e85bfa8356e1aae1b74befc331dc46657be)) - **deps:** update renovate docker tag to v38.109.0 ([4c5ca41](https://redirect.github.com/renovatebot/github-action/commit/4c5ca41499f9d55565f52a8643d84d5187cf21ac)) - **deps:** update renovate docker tag to v38.110.1 ([59f331f](https://redirect.github.com/renovatebot/github-action/commit/59f331fd5bfd7e9ec41f9e31174dbf5acb5fcc92)) - **deps:** update renovate docker tag to v38.110.2 ([ccf2a06](https://redirect.github.com/renovatebot/github-action/commit/ccf2a06a5556d5e98af28fe3fd64072766fb2c90)) - **deps:** update renovate docker tag to v38.110.4 ([2fd7d6a](https://redirect.github.com/renovatebot/github-action/commit/2fd7d6a4d93943731c28ef36a7800fff4f5e3d55)) - **deps:** update renovate docker tag to v38.114.0 ([1c16e18](https://redirect.github.com/renovatebot/github-action/commit/1c16e1862235edc219bda08cca222f4ed08af95c)) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMyIsInVwZGF0ZWRJblZlciI6IjM5LjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pre-commit](https://redirect.github.com/pre-commit/pre-commit) | major | `==3.8.0` -> `==4.0.1` | --- ### Release Notes <details> <summary>pre-commit/pre-commit (pre-commit)</summary> ### [`v4.0.1`](https://redirect.github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#401---2024-10-08) [Compare Source](https://redirect.github.com/pre-commit/pre-commit/compare/v4.0.0...v4.0.1) \================== ##### Fixes - Fix `pre-commit migrate-config` for unquoted deprecated stages names with purelib `pyyaml`. - [#​3324](https://redirect.github.com/pre-commit/pre-commit/issues/3324) PR by [@​asottile](https://redirect.github.com/asottile). - [pre-commit-ci/issues#234](https://redirect.github.com/pre-commit-ci/issues/issues/234) issue by [@​lorenzwalthert](https://redirect.github.com/lorenzwalthert). ### [`v4.0.0`](https://redirect.github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#400---2024-10-05) [Compare Source](https://redirect.github.com/pre-commit/pre-commit/compare/v3.8.0...v4.0.0) \================== ##### Features - Improve `pre-commit migrate-config` to handle more yaml formats. - [#​3301](https://redirect.github.com/pre-commit/pre-commit/issues/3301) PR by [@​asottile](https://redirect.github.com/asottile). - Handle `stages` deprecation in `pre-commit migrate-config`. - [#​3302](https://redirect.github.com/pre-commit/pre-commit/issues/3302) PR by [@​asottile](https://redirect.github.com/asottile). - [#​2732](https://redirect.github.com/pre-commit/pre-commit/issues/2732) issue by [@​asottile](https://redirect.github.com/asottile). - Upgrade `ruby-build`. - [#​3199](https://redirect.github.com/pre-commit/pre-commit/issues/3199) PR by [@​ThisGuyCodes](https://redirect.github.com/ThisGuyCodes). - Add "sensible regex" warnings to `repo: meta`. - [#​3311](https://redirect.github.com/pre-commit/pre-commit/issues/3311) PR by [@​asottile](https://redirect.github.com/asottile). - Add warnings for deprecated `stages` (`commit` -> `pre-commit`, `push` -> `pre-push`, `merge-commit` -> `pre-merge-commit`). - [#​3312](https://redirect.github.com/pre-commit/pre-commit/issues/3312) PR by [@​asottile](https://redirect.github.com/asottile). - [#​3313](https://redirect.github.com/pre-commit/pre-commit/issues/3313) PR by [@​asottile](https://redirect.github.com/asottile). - [#​3315](https://redirect.github.com/pre-commit/pre-commit/issues/3315) PR by [@​asottile](https://redirect.github.com/asottile). - [#​2732](https://redirect.github.com/pre-commit/pre-commit/issues/2732) issue by [@​asottile](https://redirect.github.com/asottile). ##### Migrating - `language: python_venv` has been removed -- use `language: python` instead. - [#​3320](https://redirect.github.com/pre-commit/pre-commit/issues/3320) PR by [@​asottile](https://redirect.github.com/asottile). - [#​2734](https://redirect.github.com/pre-commit/pre-commit/issues/2734) issue by [@​asottile](https://redirect.github.com/asottile). </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Signed-off-by: Nicolas Drebenstedt <[email protected]> Co-authored-by: Nicolas Drebenstedt <[email protected]>
…lease into cruft/cookiecutter-template-916798
cutoffthetop
approved these changes
Nov 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes