tlinhart / pulumi-aws-tags

Pulumi package that helps manage tags for AWS resources
MIT License
8 stars 2 forks source link

Update all non-major dependencies #15

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.14.10 -> 20.14.11 age adoption passing confidence
mocha (source) 10.6.0 -> 10.7.0 age adoption passing confidence
pytest (changelog) ==8.2.2 -> ==8.3.1 age adoption passing confidence
ruff (source, changelog) ==0.5.2 -> ==0.5.4 age adoption passing confidence
typescript-eslint (source) 8.0.0-alpha.44 -> 8.0.0-alpha.49 age adoption passing confidence

Release Notes

mochajs/mocha (mocha) ### [`v10.7.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1070--2024-07-20) [Compare Source](https://togithub.com/mochajs/mocha/compare/v10.6.1...v10.7.0) ##### :tada: Enhancements - [#​4771](https://togithub.com/mochajs/mocha/pull/4771) feat: add option to not fail on failing test suite ([**@​ilgonmic**](https://togithub.com/ilgonmic)) ### [`v10.6.1`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1061--2024-07-20) [Compare Source](https://togithub.com/mochajs/mocha/compare/v10.6.0...v10.6.1) ##### :bug: Fixes - [#​3825](https://togithub.com/mochajs/mocha/pull/3825) fix: do not exit when only unref'd timer is present in test code ([**@​boneskull**](https://togithub.com/boneskull)) - [#​5040](https://togithub.com/mochajs/mocha/pull/5040) fix: support canonical module ([**@​JacobLey**](https://togithub.com/JacobLey))
pytest-dev/pytest (pytest) ### [`v8.3.1`](https://togithub.com/pytest-dev/pytest/releases/tag/8.3.1) [Compare Source](https://togithub.com/pytest-dev/pytest/compare/8.3.0...8.3.1) # pytest 8.3.1 (2024-07-20) The 8.3.0 release failed to include the change notes and docs for the release. This patch release remedies this. There are no other changes. ### [`v8.3.0`](https://togithub.com/pytest-dev/pytest/compare/8.2.2...8.3.0) [Compare Source](https://togithub.com/pytest-dev/pytest/compare/8.2.2...8.3.0)
astral-sh/ruff (ruff) ### [`v0.5.4`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#054) [Compare Source](https://togithub.com/astral-sh/ruff/compare/0.5.3...0.5.4) ##### Rule changes - \[`ruff`] Rename `RUF007` to `zip-instead-of-pairwise` ([#​12399](https://togithub.com/astral-sh/ruff/pull/12399)) ##### Bug fixes - \[`flake8-builtins`] Avoid shadowing diagnostics for `@override` methods ([#​12415](https://togithub.com/astral-sh/ruff/pull/12415)) - \[`flake8-comprehensions`] Insert parentheses for multi-argument generators ([#​12422](https://togithub.com/astral-sh/ruff/pull/12422)) - \[`pydocstyle`] Handle escaped docstrings within docstring (`D301`) ([#​12192](https://togithub.com/astral-sh/ruff/pull/12192)) ##### Documentation - Fix GitHub link to Neovim setup ([#​12410](https://togithub.com/astral-sh/ruff/pull/12410)) - Fix `output-format` default in settings reference ([#​12409](https://togithub.com/astral-sh/ruff/pull/12409)) ### [`v0.5.3`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#053) [Compare Source](https://togithub.com/astral-sh/ruff/compare/0.5.2...0.5.3) **Ruff 0.5.3 marks the stable release of the Ruff language server and introduces revamped [documentation](https://docs.astral.sh/ruff/editors), including [setup guides for your editor of choice](https://docs.astral.sh/ruff/editors/setup) and [the language server itself](https://docs.astral.sh/ruff/editors/settings)**. ##### Preview features - Formatter: Insert empty line between suite and alternative branch after function/class definition ([#​12294](https://togithub.com/astral-sh/ruff/pull/12294)) - \[`pyupgrade`] Implement `unnecessary-default-type-args` (`UP043`) ([#​12371](https://togithub.com/astral-sh/ruff/pull/12371)) ##### Rule changes - \[`flake8-bugbear`] Detect enumerate iterations in `loop-iterator-mutation` (`B909`) ([#​12366](https://togithub.com/astral-sh/ruff/pull/12366)) - \[`flake8-bugbear`] Remove `discard`, `remove`, and `pop` allowance for `loop-iterator-mutation` (`B909`) ([#​12365](https://togithub.com/astral-sh/ruff/pull/12365)) - \[`pylint`] Allow `repeated-equality-comparison` for mixed operations (`PLR1714`) ([#​12369](https://togithub.com/astral-sh/ruff/pull/12369)) - \[`pylint`] Ignore `self` and `cls` when counting arguments (`PLR0913`) ([#​12367](https://togithub.com/astral-sh/ruff/pull/12367)) - \[`pylint`] Use UTF-8 as default encoding in `unspecified-encoding` fix (`PLW1514`) ([#​12370](https://togithub.com/astral-sh/ruff/pull/12370)) ##### Server - Build settings index in parallel for the native server ([#​12299](https://togithub.com/astral-sh/ruff/pull/12299)) - Use fallback settings when indexing the project ([#​12362](https://togithub.com/astral-sh/ruff/pull/12362)) - Consider `--preview` flag for `server` subcommand for the linter and formatter ([#​12208](https://togithub.com/astral-sh/ruff/pull/12208)) ##### Bug fixes - \[`flake8-comprehensions`] Allow additional arguments for `sum` and `max` comprehensions (`C419`) ([#​12364](https://togithub.com/astral-sh/ruff/pull/12364)) - \[`pylint`] Avoid dropping extra boolean operations in `repeated-equality-comparison` (`PLR1714`) ([#​12368](https://togithub.com/astral-sh/ruff/pull/12368)) - \[`pylint`] Consider expression before statement when determining binding kind (`PLR1704`) ([#​12346](https://togithub.com/astral-sh/ruff/pull/12346)) ##### Documentation - Add docs for Ruff language server ([#​12344](https://togithub.com/astral-sh/ruff/pull/12344)) - Migrate to standalone docs repo ([#​12341](https://togithub.com/astral-sh/ruff/pull/12341)) - Update versioning policy for editor integration ([#​12375](https://togithub.com/astral-sh/ruff/pull/12375)) ##### Other changes - Publish Wasm API to npm ([#​12317](https://togithub.com/astral-sh/ruff/pull/12317))
typescript-eslint/typescript-eslint (typescript-eslint) ### [`v8.0.0-alpha.49`](https://togithub.com/typescript-eslint/typescript-eslint/compare/fd22484f1dd7cf95e8388c1e99b1129148907f60...ae980e3b5ecf6c40e093b96cb24ca670c38d8d01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/fd22484f1dd7cf95e8388c1e99b1129148907f60...ae980e3b5ecf6c40e093b96cb24ca670c38d8d01) ### [`v8.0.0-alpha.48`](https://togithub.com/typescript-eslint/typescript-eslint/compare/def1da1c3a3b6fccc93b76db818da435c9201aad...fd22484f1dd7cf95e8388c1e99b1129148907f60) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/def1da1c3a3b6fccc93b76db818da435c9201aad...fd22484f1dd7cf95e8388c1e99b1129148907f60) ### [`v8.0.0-alpha.47`](https://togithub.com/typescript-eslint/typescript-eslint/compare/a3230a973d35c2eeb32551a1b3a57a355721c290...def1da1c3a3b6fccc93b76db818da435c9201aad) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/a3230a973d35c2eeb32551a1b3a57a355721c290...def1da1c3a3b6fccc93b76db818da435c9201aad) ### [`v8.0.0-alpha.46`](https://togithub.com/typescript-eslint/typescript-eslint/compare/8ea310844859b5b3d1d69d0e872c6dcabec7d1d6...a3230a973d35c2eeb32551a1b3a57a355721c290) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/8ea310844859b5b3d1d69d0e872c6dcabec7d1d6...a3230a973d35c2eeb32551a1b3a57a355721c290) ### [`v8.0.0-alpha.45`](https://togithub.com/typescript-eslint/typescript-eslint/compare/78fd2f4b530a3b703bb3be61b7cc825a24386c41...8ea310844859b5b3d1d69d0e872c6dcabec7d1d6) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/78fd2f4b530a3b703bb3be61b7cc825a24386c41...8ea310844859b5b3d1d69d0e872c6dcabec7d1d6)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



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