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

chore(deps): update all non-major dependencies #1207

Merged
merged 1 commit into from
May 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@lingui/cli 4.10.1 -> 4.11.0 age adoption passing confidence devDependencies minor
@lingui/core 4.10.1 -> 4.11.0 age adoption passing confidence dependencies minor
@lingui/detect-locale 4.10.1 -> 4.11.0 age adoption passing confidence dependencies minor
@lingui/macro 4.10.1 -> 4.11.0 age adoption passing confidence dependencies minor
@lingui/react 4.10.1 -> 4.11.0 age adoption passing confidence dependencies minor
@lingui/vite-plugin 4.10.1 -> 4.11.0 age adoption passing confidence devDependencies minor
@mui/icons-material (source) 5.15.17 -> 5.15.18 age adoption passing confidence dependencies patch
@mui/material (source) 5.15.17 -> 5.15.18 age adoption passing confidence dependencies patch
@mui/x-data-grid (source) 7.4.0 -> 7.5.1 age adoption passing confidence dependencies minor
@mui/x-date-pickers (source) 7.4.0 -> 7.5.1 age adoption passing confidence dependencies minor
@types/lodash (source) 4.17.1 -> 4.17.4 age adoption passing confidence devDependencies patch
@types/react (source) 18.3.2 -> 18.3.3 age adoption passing confidence devDependencies patch
@vitejs/plugin-react (source) 4.2.1 -> 4.3.0 age adoption passing confidence devDependencies minor
actions/checkout v4.1.5 -> v4.1.6 age adoption passing confidence action patch
github/codeql-action v3.25.4 -> v3.25.6 age adoption passing confidence action patch
highcharts (source) 11.4.1 -> 11.4.3 age adoption passing confidence dependencies patch
lint-staged 15.2.2 -> 15.2.4 age adoption passing confidence devDependencies patch 15.2.5
npm-run-all2 6.1.2 -> 6.2.0 age adoption passing confidence devDependencies minor
typescript-eslint (source) 7.9.0 -> 7.10.0 age adoption passing confidence devDependencies minor 7.11.0

Release Notes

lingui/js-lingui (@​lingui/cli)

v4.11.0

Compare Source

Bug Fixes
Features
  • format-po: configure header attributes in PO file formatter (#​1934) (d90f778)

4.10.1 (2024-05-03)

Bug Fixes
  • core: pound symbol being replaced outside plural and selectordinal (#​1928) (e94c6fd)
mui/material-ui (@​mui/icons-material)

v5.15.18

Compare Source

May 14, 2024

A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:

@mui/material@5.15.18
Docs
Core

All contributors of this release in alphabetical order: @​arthurbalduini, @​oliviertassinari, @​samuelsycamore, @​TahaRhidouani, @​tarunrajput

mui/mui-x (@​mui/x-data-grid)

v7.5.1

Compare Source

May 23, 2024

We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:

  • 🧰 Improve tree view testing
  • 📊 Add label to be displayed in BarChart
Data Grid
@mui/x-data-grid@7.5.1
@mui/x-data-grid-pro@7.5.1 pro

Same changes as in @mui/x-data-grid@7.5.1.

@mui/x-data-grid-premium@7.5.1 premium

Same changes as in @mui/x-data-grid-pro@7.5.1.

Date and Time Pickers
@mui/x-date-pickers@7.5.1
@mui/x-date-pickers-pro@7.5.1 pro

Same changes as in @mui/x-date-pickers@7.5.1.

Charts
@mui/x-charts@7.5.1
Docs
Core

v7.5.0

Compare Source

May 17, 2024

We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:

  • 🎁 Add support for checkbox selection on the Tree View components
  • 🌍 Improve Norwegian (nb-NO) and Spanish (es-ES) locales on the Data Grid
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/x-data-grid@7.5.0
@mui/x-data-grid-pro@7.5.0 pro

Same changes as in @mui/x-data-grid@7.5.0.

@mui/x-data-grid-premium@7.5.0 premium

Same changes as in @mui/x-data-grid-pro@7.5.0.

Date and Time Pickers
@mui/x-date-pickers@7.5.0
@mui/x-date-pickers-pro@7.5.0 pro

Same changes as in @mui/x-date-pickers@7.5.0.

Charts
@mui/x-charts@7.5.0
Tree View
@mui/x-tree-view@7.5.0
Docs
Core
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.3.0

Compare Source

Fix support for React compiler

Don't set retainLines: true when the React compiler is used. This creates whitespace issues and the compiler is modifying the JSX too much to get correct line numbers after that. If you want to use the React compiler and get back correct line numbers for tools like vite-plugin-react-click-to-component to work, you should update your config to something like:

export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', {}]]
  if (command === 'serve') {
    babelPlugins.push(['@​babel/plugin-transform-react-jsx-development', {}])
  }

  return {
    plugins: [react({ babel: { plugins: babelPlugins } })],
  }
})
Support HMR for class components

This is a long overdue and should fix some issues people had with HMR when migrating from CRA.

actions/checkout (actions/checkout)

v4.1.6

Compare Source

github/codeql-action (github/codeql-action)

v3.25.6

Compare Source

v3.25.5

Compare Source

highcharts/highcharts-dist (highcharts)

v11.4.3

Compare Source

v11.4.2

Compare Source

okonet/lint-staged (lint-staged)

v15.2.4

Compare Source

Patch Changes
  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies
bcomnes/npm-run-all2 (npm-run-all2)

v6.2.0

Compare Source

Merged
  • Placeholder that unfolds into multiple tasks #134
  • 📝 add compatibility note for pnpm. #136
  • Upgrade: Bump codecov/codecov-action from 3 to 4 #131
typescript-eslint/typescript-eslint (typescript-eslint)

v7.10.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - "* 0-4 * * 3" (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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 29, 2024
Copy link

[puLL-Merge] - lingui/js-lingui@v4.10.1..v4.11.0

Description

This PR includes various bug fixes and a new feature for the PO file formatter. The main changes are:

  • Fixed default message extraction to include the default message if available
  • Excluded .scss files from the extract-experimental build
  • Fixed handling of multi-digit complex argument cases in the message utils
  • Added support for configuring custom header attributes in the PO file formatter
Changes

Changes

  • packages/cli/src/api/catalog/extractFromFiles.ts: When merging extracted messages, include the default message from the next message if available.

  • packages/cli/src/extract-experimental/bundleSource.ts: Added "scss" to the list of file extensions to exclude from the extract-experimental build.

  • packages/core/src/interpolate.test.ts: Added test cases for plurals with exact matches like "=4", "=99", etc.

  • packages/format-po/README.md: Documented the new customHeaderAttributes option for configuring custom PO file header attributes.

  • packages/format-po/src/po.test.ts: Added a test case for including custom header attributes.

  • packages/format-po/src/po.ts:

    • Added new customHeaderAttributes option to PoFormatterOptions
    • Pass customHeaderAttributes to getCreateHeaders() to include them in the PO file header
  • packages/message-utils/src/compileMessage.test.ts: Added more test cases for plurals with exact matches.

  • packages/message-utils/src/compileMessage.ts: Simplified handling of keys for complex arguments with cases. Keys starting with "=" no longer need special handling.

The PR also includes version bumps and changelog updates for the affected packages.

@tackley tackley merged commit ad4c661 into master May 29, 2024
9 checks passed
@tackley tackley deleted the renovate/all-minor-patch branch May 29, 2024 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file puLL-Merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant