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

fix(deps): update patch, pin, image digest versions #766

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/react (source) 18.3.11 -> 18.3.12 age adoption passing confidence
@types/react-dom (source) 18.3.0 -> 18.3.1 age adoption passing confidence
@vitejs/plugin-react (source) 4.3.2 -> 4.3.3 age adoption passing confidence
oidc-client-ts 2.4.0 -> 2.4.1 age adoption passing confidence
postcss (source) 8.4.47 -> 8.4.49 age adoption passing confidence
tailwindcss (source) 3.4.13 -> 3.4.14 age adoption passing confidence
typescript (source) 5.6.2 -> 5.6.3 age adoption passing confidence
vite (source) 5.4.8 -> 5.4.11 age adoption passing confidence
org.springframework.modulith:spring-modulith-bom (source) 1.2.4 -> 1.2.5 age adoption passing confidence
au.com.dius.pact.provider:junit5spring 4.6.14 -> 4.6.15 age adoption passing confidence
org.testcontainers:testcontainers-bom (source) 1.20.2 -> 1.20.3 age adoption passing confidence
io.mockk:mockk (source) 1.13.12 -> 1.13.13 age adoption passing confidence
io.freefair.lombok 8.10 -> 8.10.2 age adoption passing confidence
org.apache.groovy:groovy-all (source) 4.0.23 -> 4.0.24 age adoption passing confidence

Release Notes

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.3.3

Compare Source

React Compiler runtimeModule option removed

React Compiler was updated to accept a target option and runtimeModule was removed. vite-plugin-react will still detect runtimeModule for backwards compatibility.

When using a custom runtimeModule or target !== '19', the plugin will not try to pre-optimize react/compiler-runtime dependency.

The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.

Here is the configuration to use the compiler with React 18 and correct source maps in development:

npm install babel-plugin-react-compiler react-compiler-runtime @&#8203;babel/plugin-transform-react-jsx-development
export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', { target: '18' }]]
  if (command === 'serve') {
    babelPlugins.push(['@&#8203;babel/plugin-transform-react-jsx-development', {}])
  }

  return {
    plugins: [react({ babel: { plugins: babelPlugins } })],
  }
})
authts/oidc-client-ts (oidc-client-ts)

v2.4.1

Compare Source

oidc-client-ts 2.4.1 is a bug fix release.

Changelog:

  • #​1681: return signout response from signoutCallback

thanks to @​dopry

postcss/postcss (postcss)

v8.4.49

Compare Source

v8.4.48

Compare Source

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
tailwindlabs/tailwindcss (tailwindcss)

v3.4.14

Compare Source

Fixed
  • Don't set display: none on elements that use hidden="until-found" (#​14625)
microsoft/TypeScript (typescript)

v5.6.3

Compare Source

vitejs/vite (vite)

v5.4.11

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.10

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.9

Compare Source

Please refer to CHANGELOG.md for details.

spring-projects/spring-modulith (org.springframework.modulith:spring-modulith-bom)

v1.2.5

Compare Source

💡 Improvements

  • Fix icons and icon coloring in graphics in fundamentals section #​910
  • Add LICENSE and NOTICE to binary distribution #​879
  • Integration testing section missing mentioning the artifacts that are needed #​875

🪲 Bugs

  • Invalid Kotlin code example in reference documentation #​887
  • Update artifact overview in reference documentation #​841

🔨 Dependency Upgrades

  • Upgrade to jMolecules 2023.1.7 #​905
  • Upgrade to Spring Framework 6.1.14 #​900
  • Upgrade to Spring Boot 3.3.5 #​898
  • Upgrade to embedded MongoDB 4.16.1 #​877
pact-foundation/pact-jvm (au.com.dius.pact.provider:junit5spring)

v4.6.15

Compare Source

  • 93fe196 - fix: Log the error response bodies from the Pact Broker #​1830 (Ronald Holshausen, Thu Oct 24 11:41:59 2024 +1100)
  • 3b25199 - fix(mock-server): Setting content length == 0 causes the HTTP exchange to use chunked encoding #​1828 (Ronald Holshausen, Wed Oct 23 16:00:35 2024 +1100)
  • ec066a0 - fix: Trim regex anchors before generating random strings from the regex #​1826 (Ronald Holshausen, Wed Oct 23 14:27:53 2024 +1100)
  • 0554c1a - Merge pull request #​1831 from timvahlbrock/patch-1 (Ronald Holshausen, Fri Oct 11 08:59:24 2024 +1100)
  • 62f40d5 - Document usage of pactbroker.providerBranch with the matching branch selector (Tim Vahlbrock, Mon Oct 7 09:30:56 2024 +0200)
  • 883f3e5 - chore: add JSON parser test for Windows #​1827 (Ronald Holshausen, Thu Sep 26 11:03:22 2024 +1000)
  • ab4c88c - Merge pull request #​1825 from pact-foundation/docs/links (Ronald Holshausen, Thu Sep 26 10:29:23 2024 +1000)
  • 43655c8 - docs: update obsolete links [ci skip] (Yousaf Nabi, Fri Sep 6 13:05:08 2024 +0100)
  • 5e9ac00 - fix: faiing test after merging PR (Ronald Holshausen, Thu Aug 29 09:38:17 2024 +1000)
  • 122db09 - Merge pull request #​1823 from huehnerlady/update-httpclient5 (Ronald Holshausen, Thu Aug 29 09:11:00 2024 +1000)
  • 7a28b1e - Merge pull request #​1822 from huehnerlady/update-plugin-driver (Ronald Holshausen, Thu Aug 29 09:09:48 2024 +1000)
  • 0c2fe9a - Update httpclient5 (Ruth Bassindale, Wed Aug 28 11:34:38 2024 +0200)
  • 67d9576 - Make plugindriver version consistent (Ruth Bassindale, Wed Aug 28 09:49:35 2024 +0200)
  • f5ee0eb - bump version to 4.6.15 (Ronald Holshausen, Tue Aug 27 16:49:49 2024 +1000)
testcontainers/testcontainers-java (org.testcontainers:testcontainers-bom)

v1.20.3

Compare Source

What's Changed
🚀 Features & Enhancements
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
mockk/mockk (io.mockk:mockk)

v1.13.13

Compare Source

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.11...1.13.13


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot merged commit 37090cc into main Nov 14, 2024
21 checks passed
@renovate renovate bot deleted the renovate/patch-pin-image-digest-versions branch November 14, 2024 18:46
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.

0 participants