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 all non-major dependencies #1221

Merged
merged 1 commit into from
Nov 4, 2024
Merged

Conversation

benjaminjonard
Copy link
Owner

@benjaminjonard benjaminjonard commented Oct 29, 2024

This PR contains the following updates:

Package Type Update Change
api-platform/core (source) require patch 4.0.5 -> 4.0.6
core-js (source) devDependencies minor 3.38.1 -> 3.39.0
crowdin/github-action action minor v2.2.0 -> v2.3.0
doctrine/persistence (source) require minor 3.3.3 -> 3.4.0
intl-messageformat dependencies patch 10.7.3 -> 10.7.5
phpunit/phpunit (source) require-dev patch 11.4.2 -> 11.4.3
rector/rector (source) require-dev patch 1.2.8 -> 1.2.9
webpack devDependencies minor 5.95.0 -> 5.96.1
zenstruck/foundry require-dev patch 2.2.0 -> 2.2.1

Release Notes

api-platform/core (api-platform/core)

v4.0.6

Compare Source

Bug fixes
Features
zloirock/core-js (core-js)

v3.39.0

Compare Source

crowdin/github-action (crowdin/github-action)

v2.3.0

Compare Source

What's Changed

Full Changelog: crowdin/github-action@v2.2.0...v2.3.0

doctrine/persistence (doctrine/persistence)

v3.4.0

Compare Source

Release Notes for 3.4.0

Feature release (minor)

3.4.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1
Deprecation
Enhancement
formatjs/formatjs (intl-messageformat)

v10.7.5

Compare Source

Note: Version bump only for package intl-messageformat

v10.7.4

Compare Source

Note: Version bump only for package intl-messageformat

sebastianbergmann/phpunit (phpunit/phpunit)

v11.4.3: PHPUnit 11.4.3

Compare Source

Changed
  • #​6010: Improve parameter name for assertGreaterThan(), assertGreaterThanOrEqual(), assertLessThan(), and assertLessThanOrEqual()
  • #​6012: Remove empty lines between TeamCity events
Fixed
  • #​6017: Deprecation Triggers are not registered when Process Isolation is used

How to install or update PHPUnit

rectorphp/rector (rector/rector)

v1.2.9: Released Rector 1.2.9

Compare Source

Bugfixes 🐛

  • [Strict] Using in_array() on CallLike instead of double call on Strict Rules (#​6388)
  • [CodeQuality] Handle If cond as assign on ExplicitBoolCompareRector (#​6389)
  • [CodeQuality] Skip append non empty array on ForeachItemsAssignToEmptyArrayToAssignRector (#​6390)
  • [Php80] Mirror return comment on ChangeSwitchToMatchRector (#​6394)
  • [TypeDeclaration] Skip union intersection types on php 8.1, allow on php 8.2+ (#​6395)
  • [Php80] Skip @​template T as mixed on MixedTypeRector (#​6399)
  • [DeadCode] Check TemplateType instance check on Dead*TagValueNodeAnalyzer (#​6400)
  • [CodeQuality] Skip multiple lines on JoinStringConcatRector (#​6404)
  • [CodingStyle] Skip equal modifier on direct parent method compatible on MakeInheritedMethodVisibilitySameAsParentRector (#​6406)

Removed 💀

  • [DeadCode] Handle consecutive equal case stmts on RemoveDuplicatedCaseInSwitchRector (#​6392)
  • [DeadCode] Handle handle consecutive equal with jump different case on RemoveDuplicatedCaseInSwitchRector (#​6393)
  • [DeadCode] Skip @​template tag on RemoveUselessVarTagRector (#​6396)
  • [DeadCode] Support multiple templates in RemoveUselessVarTagRector (#​6402), Thanks @​dragosprotung!



rectorphp/rector-symfony 🎵


rectorphp/rector-phpunit 🟢

  • [code-quality] Add NarrowUnusedSetUpDefinedPropertyRector (#​388)
  • Add enum/const fetch support to AssertEqualsToSameRector (#​394)
  • Add count() support to AssertCompareOnCountableWithMethodToAssertCountRector (#​395)
  • [AnnotationsToAttribute] Skip not in test on AnnotationWithValueToAttributeRector (#​387)
  • Add ReplaceTestFunctionPrefixWithAttributeRector (#​386), Thanks @​blackwolf12333
webpack/webpack (webpack)

v5.96.1

Compare Source

Bug Fixes

  • [Types] Add @types/eslint-scope to dependencieS
  • [Types] Fixed regression in validate

v5.96.0

Compare Source

Bug Fixes

  • Fixed Module Federation should track all referenced chunks
  • Handle Data URI without base64 word
  • HotUpdateChunk have correct runtime when modified with new runtime
  • Order of chunks ids in generated chunk code
  • No extra Javascript chunks when using asset module as an entrypoint
  • Use optimistically logic for output.environment.dynamicImport to determine chunk format when no browserslist or target
  • Collision with global variables for optimization.avoidEntryIife
  • Avoid through variables in inlined module
  • Allow chunk template strings in output.devtoolNamespace
  • No extra runtime for get javascript/css chunk filename
  • No extra runtime for prefetch and preload in JS runtime when it was unsed in CSS
  • Avoid cache invalidation using ProgressPlugin
  • Increase parallelism when using importModule on the execution stage
  • Correctly parsing string in export and import
  • Typescript types
  • [CSS] css/auto considers a module depending on its filename as css (pure CSS) or css/local, before it was css/global and css/local
  • [CSS] Always interpolate classes even if they are not involved in export
  • [CSS] No extra runtime in Javascript runtime chunks for asset modules used in CSS
  • [CSS] No extra runtime in Javascript runtime chunks for external asset modules used in CSS
  • [CSS] No extra runtime for the node target
  • [CSS] Fixed url()s and @import parsing
  • [CSS] Fixed - emit a warning on broken :local and :global

New Features

  • Export CSS and ESM runtime modules
  • Single Runtime Chunk and Federation eager module hoisting
  • [CSS] Support /* webpackIgnore: true */ for CSS files
  • [CSS] Support src() support
  • [CSS] CSS nesting in CSS modules
zenstruck/foundry (zenstruck/foundry)

v2.2.1

Compare Source

October 31st, 2024 - v2.2.0...v2.2.1


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 Renovate Bot.

@benjaminjonard benjaminjonard force-pushed the renovate/all-minor-patch branch 6 times, most recently from 32d3d18 to 0ac7399 Compare November 4, 2024 05:15
@benjaminjonard benjaminjonard merged commit 1ab9d22 into 1.5 Nov 4, 2024
15 checks passed
@benjaminjonard benjaminjonard deleted the renovate/all-minor-patch branch November 4, 2024 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants