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 #13938

Merged
merged 3 commits into from Aug 6, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@microsoft/api-extractor (source) ^7.36.2 -> ^7.36.3 age adoption passing confidence devDependencies patch
@sveltejs/vite-plugin-svelte ^2.4.2 -> ^2.4.3 age adoption passing confidence devDependencies patch
@types/lodash (source) ^4.14.195 -> ^4.14.196 age adoption passing confidence devDependencies patch
@types/node (source) ^18.16.19 -> ^18.17.2 age adoption passing confidence devDependencies minor
@types/react (source) ^18.2.15 -> ^18.2.18 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin ^6.0.0 -> ^6.2.1 age adoption passing confidence devDependencies minor
@typescript-eslint/parser ^6.0.0 -> ^6.2.1 age adoption passing confidence devDependencies minor
@vitejs/plugin-react (source) ^4.0.3 -> ^4.0.4 age adoption passing confidence devDependencies patch
browserslist ^4.21.9 -> ^4.21.10 age adoption passing confidence dependencies patch
core-js ^3.31.1 -> ^3.32.0 age adoption passing confidence dependencies minor
eslint (source) ^8.45.0 -> ^8.46.0 age adoption passing confidence devDependencies minor
eslint-define-config ^1.21.0 -> ^1.22.0 age adoption passing confidence devDependencies minor
eslint-plugin-import ^2.27.5 -> ^2.28.0 age adoption passing confidence devDependencies minor
eslint-plugin-react ^7.32.2 -> ^7.33.1 age adoption passing confidence devDependencies minor
execa ^7.1.1 -> ^7.2.0 age adoption passing confidence devDependencies minor
fast-glob ^3.3.0 -> ^3.3.1 age adoption passing confidence devDependencies patch
lit (source) ^2.7.6 -> ^2.8.0 age adoption passing confidence dependencies minor
node-fetch ^3.3.1 -> ^3.3.2 age adoption passing confidence devDependencies patch
playwright-chromium (source) ^1.36.1 -> ^1.36.2 age adoption passing confidence devDependencies patch
pnpm (source) 8.6.7 -> 8.6.11 age adoption passing confidence packageManager patch
pnpm/action-setup v2.2.4 -> v2.4.0 age adoption passing confidence action minor
postcss (source) ^8.4.26 -> ^8.4.27 age adoption passing confidence dependencies patch
prettier (source) 3.0.0 -> 3.0.1 age adoption passing confidence devDependencies patch
resolve ^1.22.2 -> ^1.22.4 age adoption passing confidence devDependencies patch
sass ^1.63.6 -> ^1.64.2 age adoption passing confidence devDependencies minor
simple-git-hooks ^2.8.1 -> ^2.9.0 age adoption passing confidence devDependencies minor
solid-js (source) ^1.7.8 -> ^1.7.9 age adoption passing confidence dependencies patch
strip-literal ^1.0.1 -> ^1.3.0 age adoption passing confidence devDependencies minor
svelte (source) ^4.0.5 -> ^4.1.2 age adoption passing confidence devDependencies minor
terser (source) ^5.19.0 -> ^5.19.2 age adoption passing confidence devDependencies patch
tj-actions/changed-files v37.1.2 -> v37.5.2 age adoption passing confidence action minor
tslib (source) ^2.6.0 -> ^2.6.1 age adoption passing confidence devDependencies patch
ufo ^1.1.2 -> ^1.2.0 age adoption passing confidence devDependencies minor
vite (source) ^4.4.5 -> ^4.4.8 age adoption passing confidence devDependencies patch
vitepress (source) 1.0.0-beta.5 -> 1.0.0-beta.7 age adoption passing confidence devDependencies patch
vitest ^0.33.0 -> ^0.34.1 age adoption passing confidence devDependencies minor
vue-tsc ^1.8.5 -> ^1.8.8 age adoption passing confidence devDependencies patch

Release Notes

sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v2.4.3

Compare Source

Patch Changes
  • add svelte/internal/disclose-version to vite config optimizeDeps.include by default (#​692)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.2.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-inferrable-types] apply also for parameter properties (#​7288) (67f93b1)
  • scope-manager: correct decorators(.length) check in ClassVisitor for methods (#​7334) (abbb6c2)

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

v6.2.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-ordering] account for repeated names (#​6864) (d207b59)
  • eslint-plugin: [no-unsafe-enum-comparison] exempt bit shift operators (#​7074) (b3e0e75)
  • eslint-plugin: [prefer-nullish-coalescing] handle case when type of left side is null or undefined (#​7225) (b62affe)
  • eslint-plugin: use a default export for the rules type (#​7266) (af77a1d)
Features
  • eslint-plugin: [class-methods-use-this] add extension rule (#​6457) (18ea3b1)
  • eslint-plugin: sync getFunctionHeadLoc implementation with upstream (#​7260) (f813147)

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

v6.1.0

Compare Source

Bug Fixes
  • eslint-plugin: [comma-dangle] fixed crash from undefined predicate.ignore (#​7223) (d368164)
  • eslint-plugin: [no-floating-promises] false negative calling .then with second argument undefined (#​6881) (606a52c), closes #​6850
  • eslint-plugin: [no-floating-promises] finally should be transparent to unhandled promises (#​7092) (2a4421c)
  • eslint-plugin: [no-unnecessary-type-constraint] correctly fix in cts/mts files (#​6795) (1404796)
  • eslint-plugin: [no-unused-vars] check if any variable definition is exported (#​6873) (587ac30), closes #​6188
  • eslint-plugin: fix schemas across several rules and add schema tests (#​6947) (dd31bed)
  • eslint-plugin: include the rules types in the package (#​7215) (a3da11d)
Features
  • typescript-estree: add EXPERIMENTAL_useProjectService option to use TypeScript project service (#​6754) (6d3d162)

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

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

v6.2.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.2.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.1.0

Compare Source

Features
  • typescript-estree: add EXPERIMENTAL_useProjectService option to use TypeScript project service (#​6754) (6d3d162)

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

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

v4.0.4

Compare Source

  • Fix #​198: Enable Babel if presets list is not empty
browserslist/browserslist (browserslist)

v4.21.10

Compare Source

  • Updated Firefox ESR.
zloirock/core-js (core-js)

v3.32.0

Compare Source

eslint/eslint (eslint)

v8.46.0

Compare Source

Features
Bug Fixes
  • 9803c7c fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules (#​17393) (Milos Djermanovic)
  • 42faa17 fix: Update no-loop-func to not overlap with no-undef (#​17358) (Matt Wilkinson)
Documentation
  • 4d474e3 docs: update with TypeScript info (#​17423) (James)
  • 091f44e docs: File extension named processor deprecation (#​17362) (Matt Wilkinson)
  • 9254a6c docs: Update README (GitHub Actions Bot)
  • 6d6dc51 docs: fix overlapping of open in playground button (#​17403) (Tanuj Kanti)
  • 7fc3a2c docs: Add private class features info to no-underscore-dangle (#​17386) (Matt Wilkinson)
  • da73e58 docs: Migrating eslint-env configuration comments (#​17390) (Francesco Trotta)
  • 80dffed docs: fix Ignoring Files section in config migration guide (#​17392) (Milos Djermanovic)
  • 8a9abb7 docs: Update README (GitHub Actions Bot)
  • 7e9be4b docs: Update README (GitHub Actions Bot)
  • 0b0bbe0 docs: Update README (GitHub Actions Bot)
Chores
  • d1eb7e4 chore: Update ecosystem dependencies (#​17427) (Nicholas C. Zakas)
  • fab9e97 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • 6246711 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 0aa0bc3 chore: Add PRs to triage project (#​17421) (Nicholas C. Zakas)
Shinigami92/eslint-define-config (eslint-define-config)

v1.22.0

Compare Source

diff

  • Add support for yml (#​218)
  • Update rules for: [eslint, graphql-eslint, import, jsdoc, typescript-eslint, unicorn, vue]
import-js/eslint-plugin-import (eslint-plugin-import)

v2.28.0

Compare Source

Fixed
  • [no-duplicates]: remove duplicate identifiers in duplicate imports ([#​2577], thanks [@​joe-matsec])
  • [consistent-type-specifier-style]: fix accidental removal of comma in certain cases ([#​2754], thanks [@​bradzacher])
  • [Perf] ExportMap: Improve ExportMap.for performance on larger codebases ([#​2756], thanks [@​leipert])
  • [no-extraneous-dependencies]/TypeScript: do not error when importing inline type from dev dependencies ([#​1820], thanks [@​andyogo])
  • [newline-after-import]/TypeScript: do not error when re-exporting a namespaced import ([#​2832], thanks [@​laurens-dg])
  • [order]: partial fix for [#​2687] (thanks [@​ljharb])
  • [no-duplicates]: Detect across type and regular imports ([#​2835], thanks [@​benkrejci])
  • [extensions]: handle . and .. properly ([#​2778], thanks [@​benasher44])
  • [no-unused-modules]: improve schema (thanks [@​ljharb])
  • [no-unused-modules]: report error on binding instead of parent export ([#​2842], thanks [@​Chamion])
Changed
  • [Docs] [no-duplicates]: fix example schema ([#​2684], thanks [@​simmo])
  • [Docs] [group-exports]: fix syntax highlighting ([#​2699], thanks [@​devinrhode2])
  • [Docs] [extensions]: reference node ESM behavior ([#​2748], thanks [@​xM8WVqaG])
  • [Refactor] [exports-last]: use array.prototype.findlastindex (thanks [@​ljharb])
  • [Refactor] [no-anonymous-default-export]: use object.fromentries (thanks [@​ljharb])
  • [Refactor] [no-unused-modules]: use array.prototype.flatmap (thanks [@​ljharb])
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.33.1

Compare Source

Fixed

v7.33.0

Compare Source

Added
  • [display-name]: add checkContextObjects option ([#​3529][] @​JulesBlm)
  • [jsx-first-prop-new-line]: add multiprop option ([#​3533][] @​haydncomley)
  • [no-deprecated]: add React 18 deprecations ([#​3548][] @​sergei-startsev)
  • [forbid-component-props]: add disallowedFor option ([#​3417][] @​jacketwpbb)
Fixed
  • [no-array-index-key]: consider flatMap ([#​3530][] @​k-yle)
  • [jsx-curly-brace-presence]: handle single and only expression template literals ([#​3538][] @​taozhou-glean)
  • [no-unknown-property]: allow onLoad on source (@​ljharb)
  • [jsx-first-prop-new-line]: ensure autofix preserves generics in component name ([#​3546][] @​ljharb)
  • [no-unknown-property]: allow fill prop on <symbol> ([#​3555][] @​stefanprobst)
  • [display-name], [prop-types]: when checking for a capitalized name, ignore underscores entirely ([#​3560][] @​ljharb)
  • [no-unused-state]: avoid crashing on a class field function with destructured state ([#​3568][] @​ljharb)
  • [no-unused-prop-types]: allow using spread with object expression in jsx ([#​3570][] @​akulsr0)
  • Revert "[destructuring-assignment]: Handle destructuring of useContext in SFC" ([#​3583][] [#​2797][] @​102)
  • [prefer-read-only-props]: add TS support (#​3593 @​HenryBrown0)
Changed
  • [Docs] [jsx-newline], [no-unsafe], [static-property-placement]: Fix code syntax highlighting ([#​3563][] @​nbsp1221)
  • [readme] resore configuration URL ([#​3582][] @​gokaygurcan)
  • [Docs] [jsx-no-bind]: reword performance rationale ([#​3581][] @​gpoole)

Configuration

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 24, 2023
@stackblitz
Copy link

stackblitz bot commented Jul 24, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 26 times, most recently from 092c008 to eba19d7 Compare July 31, 2023 11:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c7a72ca to c518bd6 Compare July 31, 2023 22:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 36b8f73 to 2f0f7a5 Compare August 4, 2023 02:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2f0f7a5 to 9ba51b8 Compare August 5, 2023 01:11
@renovate
Copy link
Contributor Author

renovate bot commented Aug 5, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@bluwy bluwy merged commit a1b519e into main Aug 6, 2023
13 checks passed
@bluwy bluwy deleted the renovate/all-minor-patch branch August 6, 2023 08:36
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant