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 debug ui dependencies (non-major) #5729

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-codegen/cli (source) 5.0.0 -> 5.0.2 age adoption passing confidence
@graphql-codegen/client-preset (source) 4.1.0 -> 4.2.4 age adoption passing confidence
@graphql-codegen/introspection (source) 4.0.0 -> 4.0.3 age adoption passing confidence
@parcel/watcher 2.3.0 -> 2.4.1 age adoption passing confidence
@testing-library/react 14.1.2 -> 14.2.1 age adoption passing confidence
@types/react (source) 18.2.21 -> 18.2.65 age adoption passing confidence
@types/react-dom (source) 18.2.7 -> 18.2.21 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.1.0 -> 7.2.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.1.0 -> 7.2.0 age adoption passing confidence
@vitejs/plugin-react (source) 4.0.4 -> 4.2.1 age adoption passing confidence
@vitest/coverage-v8 (source) 1.1.3 -> 1.3.1 age adoption passing confidence
bootstrap (source) 5.3.1 -> 5.3.3 age adoption passing confidence
eslint (source) 8.56.0 -> 8.57.0 age adoption passing confidence
eslint-config-prettier 9.0.0 -> 9.1.0 age adoption passing confidence
eslint-plugin-import 2.28.1 -> 2.29.1 age adoption passing confidence
eslint-plugin-jsx-a11y 6.7.1 -> 6.8.0 age adoption passing confidence
eslint-plugin-react 7.33.2 -> 7.34.0 age adoption passing confidence
eslint-plugin-react-refresh 0.4.3 -> 0.4.5 age adoption passing confidence
maplibre-gl 4.0.1 -> 4.1.0 age adoption passing confidence
prettier (source) 3.0.3 -> 3.2.5 age adoption passing confidence
react-bootstrap (source) 2.8.0 -> 2.10.1 age adoption passing confidence
react-map-gl 7.1.5 -> 7.1.7 age adoption passing confidence
typescript (source) 5.2.2 -> 5.4.2 age adoption passing confidence
vitest (source) 1.1.3 -> 1.3.1 age adoption passing confidence

Release Notes

dotansimha/graphql-code-generator (@​graphql-codegen/cli)

v5.0.2

Compare Source

Patch Changes

v5.0.1

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/client-preset)

v4.2.4

Compare Source

Patch Changes

v4.2.3

Compare Source

Patch Changes

v4.2.2

Compare Source

Patch Changes

v4.2.1

Compare Source

Patch Changes

v4.2.0

Compare Source

Minor Changes
Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/introspection)

v4.0.3

Compare Source

Patch Changes

v4.0.2

Compare Source

Patch Changes

v4.0.1

Compare Source

Patch Changes
parcel-bundler/watcher (@​parcel/watcher)

v2.4.1

Compare Source

v2.4.0

Compare Source

Adds support for CommonJS (along with existing support for ESM) in @parcel/watcher-wasm.

testing-library/react-testing-library (@​testing-library/react)

v14.2.1

Compare Source

Bug Fixes
  • Update types to support all possible react component return values (#​1272) (55e79c2)

v14.2.0

Compare Source

Features
  • add reactStrictMode option to enable strict mode render (#​1241) (0880eba)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.2.0

Compare Source

🚀 Features
  • support TS 5.4

  • eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option

🩹 Fixes
  • eslint-plugin: expose *-type-checked-only configs for extension

  • eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group

  • eslint-plugin: [no-var-requires, no-require-imports] support template literal

  • eslint-plugin: [no-useless-template-literals] detect TemplateLiteral

  • eslint-plugin: [no-unnecessary-condition] handle union array and tuple type

  • eslint-plugin: [prefer-find] support ternary branches in prefer-find

❤️ Thank You
  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

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

v7.1.1

Compare Source

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

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.2.0

Compare Source

🚀 Features
  • support TS 5.4
❤️ Thank You
  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

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

v7.1.1

Compare Source

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

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

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

v4.2.1

Compare Source

Remove generic parameter on Plugin to avoid type error with Rollup 4/Vite 5 and skipLibCheck: false.

I expect very few people to currently use this feature, but if you are extending the React plugin via api object, you can get back the typing of the hook by importing ViteReactPluginApi:

import type { Plugin } from 'vite'
import type { ViteReactPluginApi } from '@​vitejs/plugin-react'

export const somePlugin: Plugin = {
  name: 'some-plugin',
  api: {
    reactBabel: (babelConfig) => {
      babelConfig.plugins.push('some-babel-plugin')
    },
  } satisfies ViteReactPluginApi,
}

v4.2.0

Compare Source

Update peer dependency range to target Vite 5

There were no breaking change that impacted this plugin, so any combination of React plugins and Vite core version will work.

Align jsx runtime for optimized dependencies

This will only affect people using internal libraries that contains untranspiled JSX. This change aligns the optimizer with the source code and avoid issues when the published source don't have React in the scope.

Reminder: While being partially supported in Vite, publishing TS & JSX outside of internal libraries is highly discouraged.

v4.1.1

Compare Source

  • Enable retainLines to get correct line numbers for jsxDev (fix #​235)

v4.1.0

Compare Source

  • Add @types/babel__cores to dependencies (fix #​211)
  • Improve build perf when not using Babel plugins by lazy loading @babel/core #​212
  • Better invalidation message when an export is added & fix HMR for export of nullish values #​215
  • Include non-dev jsx runtime in optimizeDeps & support HMR for JS files using the non dev runtime #​224
  • The build output now contains a index.d.cts file so you don't get types errors when setting moduleResolution to node16 or nodenext in your tsconfig (we recommend using bundler which is more close to how Vite works)
vitest-dev/vitest (@​vitest/coverage-v8)

v1.3.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.3.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v1.2.2

Compare Source

   🐞 Bug

Configuration

📅 Schedule: Branch creation - "on the 7th through 8th day of the month" in timezone Europe/Berlin, 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 requested a review from a team as a code owner March 7, 2024 01:41
Copy link

codecov bot commented Mar 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.77%. Comparing base (0532203) to head (0bd241c).

Additional details and impacted files
@@            Coverage Diff             @@
##             dev-2.x    #5729   +/-   ##
==========================================
  Coverage      67.77%   67.77%           
+ Complexity     16474    16473    -1     
==========================================
  Files           1901     1901           
  Lines          72121    72121           
  Branches        7430     7430           
==========================================
  Hits           48881    48881           
+ Misses         20727    20726    -1     
- Partials        2513     2514    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/debug-ui-dependencies-(non-major) branch from a66270c to ba50304 Compare March 11, 2024 22:22
@renovate renovate bot force-pushed the renovate/debug-ui-dependencies-(non-major) branch from ba50304 to 0bd241c Compare March 12, 2024 01:01
@leonardehrenfried
Copy link
Member

@testower can you take a look at this please?

@t2gran t2gran added this to the 2.5 (next release) milestone Mar 12, 2024
@leonardehrenfried leonardehrenfried merged commit 48a9248 into dev-2.x Mar 12, 2024
7 checks passed
@leonardehrenfried leonardehrenfried deleted the renovate/debug-ui-dependencies-(non-major) branch March 12, 2024 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants