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

Update issue-bot #2361

Merged
merged 1 commit into from
Apr 24, 2023
Merged

Update issue-bot #2361

merged 1 commit into from
Apr 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
guzzlehttp/guzzle (source) require patch 7.5.0 -> 7.5.1
league/commonmark (source) require minor 2.3.9 -> 2.4.0
phpstan/phpstan-strict-rules require patch 1.5.0 -> 1.5.1
phpunit/phpunit (source) require-dev patch 9.6.5 -> 9.6.7
symfony/console (source) require patch 6.2.7 -> 6.2.8

Release Notes

guzzle/guzzle

v7.5.1

Compare Source

Fixed
  • Fixed NO_PROXY settings so that setting the proxy option to no overrides the env variable
Changed
  • Adjusted guzzlehttp/psr7 version constraint to ^1.9.1 || ^2.4.5
thephpleague/commonmark

v2.4.0

Compare Source

Added
  • Added generic CommonMarkException marker interface for all exceptions thrown by the library
  • Added several new specific exception types implementing that marker interface:
    • AlreadyInitializedException
    • InvalidArgumentException
    • IOException
    • LogicException
    • MissingDependencyException
    • NoMatchingRendererException
    • ParserLogicException
  • Added more configuration options to the Heading Permalinks extension (#​939):
    • heading_permalink/apply_id_to_heading - When true, the id attribute will be applied to the heading element itself instead of the <a> tag
    • heading_permalink/heading_class - class to apply to the heading element
    • heading_permalink/insert - now accepts none to prevent the creation of the <a> link
  • Added new table/alignment_attributes configuration option to control how table cell alignment is rendered (#​959)
Changed
  • Change several thrown exceptions from RuntimeException to LogicException (or something extending it), including:
    • CallbackGenerators that fail to set a URL or return an expected value
    • MarkdownParser when deactivating the last block parser or attempting to get an active block parser when they've all been closed
    • Adding items to an already-initialized Environment
    • Rendering a Node when no renderer has been registered for it
  • HeadingPermalinkProcessor now throws InvalidConfigurationException instead of RuntimeException when invalid config values are given.
  • HtmlElement::setAttribute() no longer requires the second parameter for boolean attributes
  • Several small micro-optimizations
  • Changed Strikethrough to only allow 1 or 2 tildes per the updated GFM spec
Fixed
  • Fixed inaccurate @throws docblocks throughout the codebase, including ConverterInterface, MarkdownConverter, and MarkdownConverterInterface.
    • These previously suggested that only \RuntimeExceptions were thrown, which was inaccurate as \LogicExceptions were also possible.
phpstan/phpstan-strict-rules

v1.5.1

Compare Source

  • b21c03d - DynamicCallOnStaticMethodsRule - do not report for methods declared on PHPStanTestCase and TypeInferenceTestCase
  • ce25f06 - Update dependency slevomat/coding-standard to v8.9.0
  • b3a558c - Update PHPCS
  • d811ef6 - Update metcalfc/changelog-generator action to v4.1.0
sebastianbergmann/phpunit

v9.6.7

Compare Source

v9.6.6

Compare Source

symfony/console

v6.2.8

Compare Source

Changelog (symfony/console@v6.2.7...v6.2.8)

  • bug #​49765 Add missing ZSH mention in DumpCompletionCommand help (lyrixx)
  • bug #​49274 Disable links for IntelliJ platform (SerafimArts)

Configuration

📅 Schedule: Branch creation - "before 3am 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 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.

@phpstan-bot
Copy link
Collaborator

You've opened the pull request against the latest branch 1.11.x. If your code is relevant on 1.10.x and you want it to be released sooner, please rebase your pull request and change its target to 1.10.x.

@ondrejmirtes ondrejmirtes merged commit 6e56a6b into 1.11.x Apr 24, 2023
164 of 165 checks passed
@ondrejmirtes ondrejmirtes deleted the renovate/issue-bot branch April 24, 2023 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants