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

Merged
merged 1 commit into from
Jan 23, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/react (source) 18.0.26 -> 18.0.27 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.48.0 -> 5.48.2 age adoption passing confidence
@typescript-eslint/parser 5.48.0 -> 5.48.2 age adoption passing confidence
eslint (source) 8.31.0 -> 8.32.0 age adoption passing confidence
eslint-import-resolver-typescript 3.5.2 -> 3.5.3 age adoption passing confidence
eslint-plugin-import 2.26.0 -> 2.27.5 age adoption passing confidence
eslint-plugin-jsx-a11y 6.6.1 -> 6.7.1 age adoption passing confidence
eslint-plugin-react 7.31.11 -> 7.32.1 age adoption passing confidence
pnpm (source) 7.23.0 -> 7.25.1 age adoption passing confidence
prettier (source) 2.8.2 -> 2.8.3 age adoption passing confidence
unocss 0.48.3 -> 0.48.4 age adoption passing confidence
vite-tsconfig-paths 4.0.3 -> 4.0.5 age adoption passing confidence

Release Notes

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

v5.48.2

Compare Source

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

v5.48.1

Compare Source

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

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

v5.48.2

Compare Source

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

v5.48.1

Compare Source

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

eslint/eslint

v8.32.0

Compare Source

Features

  • fc20f24 feat: add suggestions for redundant wrapping in prefer-regex-literals (#​16658) (YeonJuan)

Bug Fixes

Documentation

  • 17b65ad docs: IA Update page URL move (#​16665) (Ben Perlmutter)
  • 5981296 docs: fix theme switcher button (#​16752) (Sam Chen)
  • 6669413 docs: deploy prerelease docs under the /docs/next/ path (#​16541) (Nitin Kumar)
  • 78ecfe0 docs: use inline code for rule options name (#​16768) (Percy Ma)
  • fc2ea59 docs: Update README (GitHub Actions Bot)
  • 762a872 docs: Update README (GitHub Actions Bot)

Chores

  • 2952d6e chore: sync templates/*.md files with issue templates (#​16758) (gfyoung)
  • 3e34418 chore: Add new issues to triage project (#​16740) (Nicholas C. Zakas)
import-js/eslint-import-resolver-typescript

v3.5.3

Compare Source

Patch Changes
  • #​206 6531bad Thanks @​marvinhagemeister! - Only try to resolve a module directory when we know that the path is a directory. This can lead to a 15% speedup on projects with many files.
import-js/eslint-plugin-import

v2.27.5

Compare Source

Fixed

v2.27.4

Compare Source

Fixed
  • semver should be a prod dep ([#​2668])

v2.27.3

Compare Source

Fixed
  • [no-empty-named-blocks]: rewrite rule to only check import declarations ([#​2666])

v2.27.2

Compare Source

Fixed
  • [no-duplicates]: do not unconditionally require typescript ([#​2665])

v2.27.1

Compare Source

Fixed

v2.27.0

Compare Source

Added
Fixed
Changed
jsx-eslint/eslint-plugin-jsx-a11y

v6.7.1

Compare Source

Commits
  • [Fix] no-aria-hidden-on-focusable rule's missing export b01219e

v6.7.0

Compare Source

Merged
  • New rule: prefer-tag-over-role #833
Fixed
  • [Tests] aria-role: add now-passing test #756
  • [Docs] control-has-associated-label: fix metadata #892
  • [New] add no-aria-hidden-on-focusable rule #881
Commits
  • [Docs] automate docs with eslint-doc-generator 6d7a857
  • [Refactor] use fromEntries, flatMap, etc; better use iteration methods 3d77c84
  • [New] add anchor-ambiguous-text rule 7f6463e
  • [New] add getAccessibleChildText util 630116b
  • [New] Add isFocusable utils method e199d17
  • [Docs] update eslint-doc-generator to v1.0.0 6b9855b
  • [Fix] no-noninteractive-element-interactions: Ignore contenteditable elements in no-noninteractive-element-interactions 9aa878b
  • [New] anchor-ambiguous-text: ignore punctuation bbae2c4
  • [New] anchor-ambiguous-text, getAccessibleChildText: Implements check for alt tags on <img /> elements bb84abc
  • [meta] use npmignore to autogenerate an npmignore file 6ad2312
  • [meta] add auto-changelog 283817b
  • [Docs] missing descriptions in some rules 79b975a
  • [Deps] update aria-query, axobject-query 7b3cda3
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, aud, object.assign 0852947
  • [meta] move .eslintignore to ignorePatterns 65be35b
  • [Dev Deps] update @babel/cli, @babel/core, aud, eslint-doc-generator 60c2df5
  • [Deps] update @babel/runtime, array-includes, axe-core 4abc751
  • [Deps] update @babel/runtime, axe-core 89f766c
  • [meta] run the build in prepack, not prepublish e411ce3
  • [Dev Deps] update @babel/core, minimist cccdb62
  • [Dev Deps] update markdown-magic 3382059
  • [Fix] expose prefer-tag-over-role 38d52f8
  • [Docs] label-has-for: reran generate-list-of-rules 9a2af01
  • [Deps] pin language-tags to v1.0.5 f84bb74
  • [Dev Deps] update @babel/core cf3f8d0
  • [Deps] update axe-core 0a73cf4
  • [Deps] update @babel/runtime 053f04d
  • [Deps] update @babel/runtime bccf0ae
  • [Deps] update jsx-ast-utils c9687cc
  • [readme] Preventing code repetition in user's eslint config file 8b889bf
  • [Docs] prefer-tag-over-role: rename docs file 0bdf95b
jsx-eslint/eslint-plugin-react

v7.32.1

Compare Source

Fixed
  • prevent circular dependency in index and "all" config (#​3519 @​ljharb)
  • [destructuring-assignment]: do not force destructuring of optionally chained properties (#​3520 @​ljharb)

v7.32.0

Compare Source

Added
Fixed
Changed
pnpm/pnpm

v7.25.1

Compare Source

Patch Changes

  • Show dependency paths info in pnpm audit output #​3073
  • The store integrity check should validate the side effects cache of the installed package. If the side effects cache is broken, the package needs to be rebuilt #​4997.
  • Add more info to the description of the --force option in the pnpm install command #​5932.
  • Don't crash when a bin file is not found and prefer-symlinked-executables is true #​5946.
  • pnpm install --fix-lockfile should not fail if the package has no dependencies #​5878.

Our Gold Sponsors

Our Silver Sponsors

v7.25.0

Compare Source

Minor Changes
  • When patching a dependency that is already patched, the existing patch is applied to the dependency, so that the new edit are applied on top of the existing ones. To ignore the existing patches, run the patch command with the --ignore-existing option #​5632.
  • When extend-node-path is set to false, the NODE_PATH environment variable is not set in the command shims #​5910
Patch Changes
  • Ensure the permission of bin file when prefer-symlinked-executables is set to true #​5913.
  • If an external tool or a user have removed a package from node_modules, pnpm should add it back on install. This was only an issue with node-linker=hoisted.
Our Gold Sponsors
Our Silver Sponsors

v7.24.3

Compare Source

Patch Changes

  • Don't break lockfile v6 on repeat install if use-lockfile-v6 is not set to true.

Our Gold Sponsors

Our Silver Sponsors

v7.24.2

Compare Source

Minor Changes

  • Added support for pnpm-lock.yaml format v6. This new format will be the new lockfile format in pnpm v8. To use the new lockfile format, use the use-lockfile-v6=true setting in .npmrc. Or run pnpm install --use-lockfile-v6 #​5810.

Patch Changes

  • pnpm run should fail if the path to the project contains colon(s).

  • pnpm config set key=value should work the same as pnpm config set key value #​5889.

  • The upload of built artifacts (side effects) should not fail when node-linker is set to hoisted and installation runs on a project that already had a node_modules directory #​5823.

    This fixes a bug introduced by #​5814.

  • pnpm exec should work when the path to the project contains colon(s) #​5846.

  • Git-hosted dependencies should not be built, when ignore-scripts is set to true #​5876.

Our Gold Sponsors

Our Silver Sponsors

v7.24.1

Compare Source

v7.24.0

Compare Source

prettier/prettier

v2.8.3

Compare Source

diff

Allow self-closing tags on custom elements (#​14170 by @​fisker)

See Angular v15.1.0 release note for details.

// Input
<app-test/>

// Prettier 2.8.2
SyntaxError: Only void and foreign elements can be self closed "app-test" (1:1)
> 1 | <app-test/>
    | ^^^^^^^^^
  2 |

// Prettier 2.8.3
<app-test />
unocss/unocss

v0.48.4

Compare Source

   🚀 Features
   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" in timezone Europe/Belgrade, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@netlify
Copy link

netlify bot commented Jan 23, 2023

Deploy Preview for svg-react-clock ready!

Name Link
🔨 Latest commit 04be004
🔍 Latest deploy log https://app.netlify.com/sites/svg-react-clock/deploys/63cde51d37d58e000926b90d
😎 Deploy Preview https://deploy-preview-61--svg-react-clock.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@renovate renovate bot merged commit f347d12 into main Jan 23, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch January 23, 2023 05:13
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.

None yet

0 participants