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

Merged
merged 1 commit into from Jun 21, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 20, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/dom ^8.13.0 -> ^8.14.0 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.25.0 -> ^5.29.0 age adoption passing confidence
@typescript-eslint/parser ^5.25.0 -> ^5.29.0 age adoption passing confidence
chromatic (source) ^6.5.4 -> ^6.6.3 age adoption passing confidence
eslint (source) ^8.17.0 -> ^8.18.0 age adoption passing confidence
nx (source) ^14.2.1 -> ^14.3.6 age adoption passing confidence
pnpm (source) 7.1.2 -> 7.3.0 age adoption passing confidence
storybook-addon-pseudo-states ^1.14.0 -> ^1.15.0 age adoption passing confidence

Release Notes

testing-library/dom-testing-library

v8.14.0

Compare Source

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

v5.29.0

Compare Source

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

v5.28.0

Compare Source

Bug Fixes
  • [TS4.7] allow visiting of typeParameters in TSTypeQuery (#​5166) (dc1f930)
  • eslint-plugin: [space-infix-ops] support for optional property without type (#​5155) (1f25daf)
Features
  • eslint-plugin: [consistent-generic-constructors] add rule (#​4924) (921cdf1)

5.27.1 (2022-06-06)

Bug Fixes
  • eslint-plugin: [space-infix-ops] correct PropertyDefinition with typeAnnotation (#​5113) (d320174)
  • eslint-plugin: [space-infix-ops] regression fix for conditional types (#​5135) (e5238c8)
  • eslint-plugin: [space-infix-ops] regression fix for type aliases (#​5138) (4e13deb)

v5.27.1

Compare Source

Bug Fixes
  • eslint-plugin: [space-infix-ops] correct PropertyDefinition with typeAnnotation (#​5113) (d320174)
  • eslint-plugin: [space-infix-ops] regression fix for conditional types (#​5135) (e5238c8)
  • eslint-plugin: [space-infix-ops] regression fix for type aliases (#​5138) (4e13deb)

v5.27.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-type-alias] handle Template Literal Types (#​5092) (8febf11)
Features
  • [4.7] support new extensions (#​5027) (efc147b)
  • eslint-plugin: [ban-ts-comment] add descriptionFormat option (#​5026) (1fb31a4)
  • eslint-plugin: [no-misused-promises] warn when spreading promises (#​5053) (61ffa9e)
  • eslint-plugin: [space-infix-ops] missing error report for conditional types (#​5041) (0bfab6c)

v5.26.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-delimiter-style] autofixer result is not as expected when comments after the delimiter with option delimiter: 'none' (#​5029) (ed7b5f6)
  • eslint-plugin: [member-delimiter-style] autofixer result is not as expected with option delimiter: 'none' (#​5023) (9e97a11)
  • eslint-plugin: [prefer-readonly] correct issue with anonymus functions (#​4974) (952e2f0), closes #​2590
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.29.0

Compare Source

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

v5.28.0

Compare Source

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

5.27.1 (2022-06-06)

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

v5.27.1

Compare Source

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

v5.27.0

Compare Source

Bug Fixes
  • types: remove leftovers from removal of useJSXTextNode (#​5091) (f9c3647)
Features

v5.26.0

Compare Source

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

chromaui/chromatic-cli

v6.6.3

Compare Source

  • 8be428f Prevent split on undefined

v6.6.2

Compare Source

  • 592 Filter out unsupported addons from Storybook metadata

v6.6.1

Compare Source

  • 566 Handle commits that are missing from the repository (i.e. rebased) when doing TurboSnap
  • 562 Implement async build creation process
  • 585 Fix Storybook metadata retrieval

v6.5.6

Compare Source

v6.5.5

Compare Source

eslint/eslint

v8.18.0

Compare Source

Features

  • a6273b8 feat: account for rule creation time in performance reports (#​15982) (Nitin Kumar)

Bug Fixes

  • f364d47 fix: Make no-unused-vars treat for..of loops same as for..in loops (#​15868) (Alex Bass)

Documentation

  • 4871047 docs: Update analytics, canonical URL, ads (#​15996) (Nicholas C. Zakas)
  • cddad14 docs: Add correct/incorrect containers (#​15998) (Nicholas C. Zakas)
  • b04bc6f docs: Add rules meta info to rule pages (#​15902) (Nicholas C. Zakas)
  • 1324f10 docs: unify the wording referring to optional exception (#​15893) (Abdelrahman Elkady)
  • ad54d02 docs: add missing trailing slash to some internal links (#​15991) (Milos Djermanovic)
  • df7768e docs: Switch to version-relative URLs (#​15978) (Nicholas C. Zakas)
  • 21d6479 docs: change some absolute links to relative (#​15970) (Milos Djermanovic)
  • f31216a docs: Update README team and sponsors (ESLint Jenkins)

Build Related

  • ed49f15 build: remove unwanted parallel and image-min for dev server (#​15986) (Strek)

Chores

  • f6e2e63 chore: fix 'replaced by' rule list (#​16007) (Milos Djermanovic)
  • d94dc84 chore: remove unused deprecation warnings (#​15994) (Francesco Trotta)
  • cdcf11e chore: fix versions link (#​15995) (Milos Djermanovic)
  • d2a8715 chore: add trailing slash to pathPrefix (#​15993) (Milos Djermanovic)
  • 58a1bf0 chore: tweak URL rewriting for local previews (#​15992) (Milos Djermanovic)
  • 80404d2 chore: remove docs deploy workflow (#​15984) (Nicholas C. Zakas)
  • 71bc750 chore: Set permissions for GitHub actions (#​15971) (Naveen)
  • 90ff647 chore: avoid generating subdirectories for each page on new docs site (#​15967) (Milos Djermanovic)
nrwl/nx

v14.3.6

Compare Source

Bug Fixes
Features

v14.3.5

Compare Source

Bug Fixes
  • core: handle an edge case where overrides_unparsed is not set (f469fd1)
  • core: handle optional cli property when writing workspace configuration in the ng cli adapter (#​10758) (986b053)

v14.3.4

Compare Source

Bug Fixes
  • angular: remove unnecessary unused entry module import from new mf remote apps (#​10749) (25b2682)
  • core: Add missing formatFiles to migrations (09baf95), closes nrwl/nx#​10665
  • core: runExecutor should set overrides_unparsed to mimic the invocation from the terminal (da1faaf)
  • web: in webpack style-loader should be used when extract-css is false (#​10192) (f7a61dc)
Features
  • core: generalize setting target defaults (f86a5ff)
  • react: add generateExportsField option to @nrwl/web:rollup executor so it is an opt-in feature (#​10742) (d58eedc), closes #​10741
  • web: add named extractCss option (#​10710) (63ae3ae)

v14.3.3

Compare Source

Bug Fixes
  • misc: format command prints an irrelevant warning (2695b27)
Features
  • core: read globs from pnpm config files (69e5549)

v14.3.2

Compare Source

Bug Fixes
Features

v14.3.1

Compare Source

Bug Fixes
  • detox: change detox to compiling dependency to fix android with react native 0.68 (#​10701) (e00dc75)
Features
  • react-native: upgrade metro to 0.71.1 and react-native-config to 1.4.6 (#​10700) (cce43db)
Reverts

v14.3.0

Compare Source

Bug Fixes
Features

v14.2.4

Compare Source

Bug Fixes
Features

v14.2.3

Compare Source

v14.2.2

Compare Source

Bug Fixes
Features
pnpm/pnpm

v7.3.0

Compare Source

Minor Changes

  • A new setting added: pnpm.peerDependencyRules.allowAny. allowAny is an array of package name patterns, any peer dependency matching the pattern will be resolved from any version, regardless of the range specified in peerDependencies. For instance:

    {
       "pnpm": {
         "peerDependencyRules": {
           "allowAny": ["@​babel/*", "eslint"]
         }
       }
    }

    The above setting will mute any warnings about peer dependency version mismatches related to @babel/ packages or eslint.

  • The pnpm.peerDependencyRules.ignoreMissing setting may accept package name patterns. So you may ignore any missing @babel/* peer dependencies, for instance:

    {
      "pnpm": {
        "peerDependencyRules": {
          "ignoreMissing": ["@​babel/*"]
        }
      }
    }
  • Experimental. New settings added: use-git-branch-lockfile, merge-git-branch-lockfiles, merge-git-branch-lockfiles-branch-pattern #​4475.

Patch Changes

  • Packages that should be built are always cloned or copied from the store. This is required to prevent the postinstall scripts from modifying the original source files of the package.

Our Sponsors

#### What's Changed * feat: enhance peer dependency rules by @​TravisJRyan in https://github.com/pnpm/pnpm/pull/4876 * feat: add git-branch-lockfile config to generate lockfile in each branch by @​chengcyber in https://github.com/pnpm/pnpm/pull/4475 * fix: built packages should not modify the original files in the store by @​zkochan in https://github.com/pnpm/pnpm/pull/4898 #### New Contributors * @​TravisJRyan made their first contribution in https://github.com/pnpm/pnpm/pull/4876

Full Changelog: pnpm/pnpm@v7.2.1...v7.3.0

v7.2.1

Compare Source

Patch Changes

  • Support Node.js from v14.6.
  • Don't fail when the cafile setting is specified #​4877. This fixes a regression introduced in pnpm v7.2.0.

Our Sponsors

#### What's Changed * fix: support Node.js v14.6 by @​zkochan in https://github.com/pnpm/pnpm/pull/4878

Full Changelog: pnpm/pnpm@v7.2.0...v7.2.1

v7.2.0

Compare Source

Minor Changes

  • A new setting is supported for ignoring specific deprecation messages: pnpm.allowedDeprecatedVersions. The setting should be provided in the pnpm section of the root package.json file. The below example will mute any deprecation warnings about the request package and warnings about express v1:

    {
      "pnpm": {
        "allowedDeprecatedVersions": {
          "request": "*",
          "express": "1"
        }
      }
    }

    Related issue: #​4306
    Related PR: #​4864

Patch Changes

  • Update the compatibility database.
  • Report only the first occurrence of a deprecated package.
  • Add better hints to the peer dependency issue errors.

Our Sponsors

#### What's Changed * fix(setup): use @​pnpm/os.env.path-extender by @​zkochan in https://github.com/pnpm/pnpm/pull/4862 * fix: don't report the same deprecated package multiple times by @​zkochan in https://github.com/pnpm/pnpm/pull/4863 * feat: allowed deprecated versions by @​zkochan in https://github.com/pnpm/pnpm/pull/4864 * fix: add better peer dep error hints by @​zkochan in https://github.com/pnpm/pnpm/pull/4875

Full Changelog: pnpm/pnpm@v7.1.9...v7.2.0

v7.1.9

Compare Source

Patch Changes

  • When the same package is found several times in the dependency graph, correctly autoinstall its missing peer dependencies at all times #​4820.

Our Sponsors

#### What's Changed * fix: auto-install-peers by @​zkochan in https://github.com/pnpm/pnpm/pull/4855

Full Changelog: pnpm/pnpm@v7.1.8...v7.1.9

v7.1.8

Compare Source

Patch Changes

  • Suggest updating using Corepack, when pnpm was installed via Corepack.
  • It should be possible to install a git-hosted package that has no package.json file #​4822.
  • Fix pre-compiled pnpm binaries crashing when NODE_MODULES is set.

Our Sponsors

#### What's Changed * fix: pnpm pre-compiled binaries crash when NODE_MODULES is set by @​gluxon in https://github.com/pnpm/pnpm/pull/4823 * refactor(lockfile-file): Abstract LockfileFile to Lockfile conversion by @​gluxon in https://github.com/pnpm/pnpm/pull/4824 * test: update Jest by @​zkochan in https://github.com/pnpm/pnpm/pull/4644 * fix(cli): suggest to update with Corepack by @​zkochan in https://github.com/pnpm/pnpm/pull/4854 * fix: resolve manifest promise when manifest is not found by @​zkochan in https://github.com/pnpm/pnpm/pull/4826

Full Changelog: pnpm/pnpm@v7.1.7...v7.1.8

v7.1.7

Compare Source

Patch Changes

  • Improve the performance of the build sequence calculation step #​4815.
  • Correctly detect repeated dependency sequence during resolution #​4813.

Our Sponsors

#### What's Changed * fix: `pnpm add @​teambit/bit` should succeed by @​zkochan in https://github.com/pnpm/pnpm/pull/4813 * perf: build-modules by @​zkochan in https://github.com/pnpm/pnpm/pull/4815

Full Changelog: pnpm/pnpm@v7.1.6...v7.1.7

v7.1.6

Compare Source

Patch Changes
  • Don't fail on projects with linked dependencies, when auto-install-peers is set to true #​4796.
  • NODE_ENV=production pnpm install --dev should only install dev deps #​4745.
Our Sponsors
##### What's Changed * fix: only devDependencies are installed regardless of the node env by @​Spencer17x in https://github.com/pnpm/pnpm/pull/4805 * fix(auto-install-peers): don't fail on projects with linked deps by @​zkochan in https://github.com/pnpm/pnpm/pull/4807

Full Changelog: pnpm/pnpm@v7.1.5...v7.1.6

v7.1.5

Compare Source

Patch Changes

  • Correctly detect the active Node.js version, when the pnpm CLI is bundled to an executable #​4203.

Our Sponsors

Full Changelog: pnpm/pnpm@v7.1.4...v7.1.5

v7.1.4

Compare Source

Patch Changes

  • Correctly detect the active Node.js version, when the pnpm CLI is bundled to an executable #​4203.

Our Sponsors


Configuration

📅 Schedule: Branch creation - "before 3am 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team June 20, 2022 01:55
@changeset-bot
Copy link

changeset-bot bot commented Jun 20, 2022

⚠️ No Changeset found

Latest commit: f1d0994

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Jun 20, 2022

Size Change: -2 B (0%)

Total Size: 66.3 kB

Filename Size Change
packages/tokens/dist/index.es.js 1.23 kB -1 B (0%)
packages/tokens/dist/index.js 3.92 kB -1 B (0%)
ℹ️ View Unchanged
Filename Size
packages/alert/dist/index.es.js 1.28 kB
packages/alert/dist/index.js 1.8 kB
packages/banner/dist/index.es.js 518 B
packages/banner/dist/index.js 1.02 kB
packages/button/dist/index.es.js 1.58 kB
packages/button/dist/index.js 2.1 kB
packages/clipboard/dist/index.es.js 954 B
packages/clipboard/dist/index.js 1.46 kB
packages/dropdown/dist/index.es.js 1.3 kB
packages/dropdown/dist/index.js 1.8 kB
packages/form/dist/index.es.js 3.18 kB
packages/form/dist/index.js 3.84 kB
packages/icons/dist/index.es.js 1.8 kB
packages/icons/dist/index.js 2.37 kB
packages/lozenge/dist/index.es.js 691 B
packages/lozenge/dist/index.js 1.2 kB
packages/menu/dist/index.es.js 3.51 kB
packages/menu/dist/index.js 4.11 kB
packages/modal/dist/index.es.js 2.63 kB
packages/modal/dist/index.js 3.22 kB
packages/notification/dist/index.es.js 1.56 kB
packages/notification/dist/index.js 2.06 kB
packages/overlay/dist/index.es.js 1.16 kB
packages/overlay/dist/index.js 1.64 kB
packages/popover/dist/index.es.js 3.1 kB
packages/popover/dist/index.js 3.58 kB
packages/progress/dist/index.es.js 1.06 kB
packages/progress/dist/index.js 1.59 kB
packages/tab-list/dist/index.es.js 658 B
packages/tab-list/dist/index.js 1.17 kB
packages/toggle/dist/index.es.js 659 B
packages/toggle/dist/index.js 1.18 kB
packages/tooltip/dist/index.es.js 430 B
packages/tooltip/dist/index.js 939 B

compressed-size-action

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1444fcd to 2b8eff4 Compare June 20, 2022 12:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2b8eff4 to f1d0994 Compare June 20, 2022 20:07
@Niznikr Niznikr merged commit 82768f2 into main Jun 21, 2022
@Niznikr Niznikr deleted the renovate/all-minor-patch branch June 21, 2022 12:07
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

2 participants