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

fix(deps): update all non-major dependencies #232

Merged
merged 1 commit into from
Aug 1, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@react-aria/focus ^3.6.0 -> ^3.7.0 age adoption passing confidence
@react-aria/ssr ^3.2.0 -> ^3.3.0 age adoption passing confidence
@react-aria/tabs ^3.2.0 -> ^3.3.0 age adoption passing confidence
@react-aria/visually-hidden ^3.3.0 -> ^3.4.0 age adoption passing confidence
@react-stately/tabs ^3.1.0 -> ^3.2.0 age adoption passing confidence
@react-stately/toggle ^3.3.0 -> ^3.4.0 age adoption passing confidence
@react-types/shared ^3.13.0 -> ^3.14.0 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.30.0 -> ^5.31.0 age adoption passing confidence
@typescript-eslint/parser ^5.30.0 -> ^5.31.0 age adoption passing confidence
eslint (source) ^8.20.0 -> ^8.21.0 age adoption passing confidence
eslint-plugin-testing-library ^5.5.0 -> ^5.6.0 age adoption passing confidence
nx (source) ^14.4.1 -> ^14.5.1 age adoption passing confidence
pnpm (source) 7.6.0 -> 7.8.0 age adoption passing confidence
vitest ^0.19.0 -> ^0.20.2 age adoption passing confidence

Release Notes

adobe/react-spectrum

v3.7.0

Compare Source

v3.6.1

Compare Source

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

v5.31.0

Compare Source

Bug Fixes
  • eslint-plugin: [typedef] Support nested array destructuring with type annotation (#​5311) (6d19efe)
  • scope-manager: handle typeParameters of TSInstantiationExpression (#​5355) (2595ccf)
Features
  • eslint-plugin: [consistent-generic-ctors] check class field declaration (#​5288) (48f996e)
  • eslint-plugin: [prefer-nullish-coalescing] add ignoreTernaryTests option (#​4965) (f82727f)

5.30.7 (2022-07-18)

Bug Fixes
  • eslint-plugin: [no-inferrable] fix optional param to valid code (#​5342) (98f6d5e)
  • eslint-plugin: [no-unused-vars] highlight last write reference (#​5267) (c3f199a)

5.30.6 (2022-07-11)

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

5.30.5 (2022-07-04)

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] fix record mode fixer for generics with a default value (#​5280) (57f032c)

5.30.4 (2022-07-03)

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

5.30.3 (2022-07-01)

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

5.30.2 (2022-07-01)

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

5.30.1 (2022-07-01)

Bug Fixes
  • eslint-plugin: [no-base-to-string] add missing apostrophe to message (#​5270) (d320174)

v5.30.7

Compare Source

Bug Fixes
  • eslint-plugin: [no-inferrable] fix optional param to valid code (#​5342) (98f6d5e)
  • eslint-plugin: [no-unused-vars] highlight last write reference (#​5267) (c3f199a)

v5.30.6

Compare Source

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

v5.30.5

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] fix record mode fixer for generics with a default value (#​5280) (57f032c)

v5.30.4

Compare Source

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

v5.30.3

Compare Source

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

v5.30.2

Compare Source

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

v5.30.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-base-to-string] add missing apostrophe to message (#​5270) (d320174)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.31.0

Compare Source

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

5.30.7 (2022-07-18)

Bug Fixes

5.30.6 (2022-07-11)

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

5.30.5 (2022-07-04)

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

5.30.4 (2022-07-03)

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

5.30.3 (2022-07-01)

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

5.30.2 (2022-07-01)

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

5.30.1 (2022-07-01)

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

v5.30.7

Compare Source

Bug Fixes

v5.30.6

Compare Source

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

v5.30.5

Compare Source

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

v5.30.4

Compare Source

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

v5.30.3

Compare Source

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

v5.30.2

Compare Source

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

v5.30.1

Compare Source

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

eslint/eslint

v8.21.0

Compare Source

testing-library/eslint-plugin-testing-library

v5.6.0

Compare Source

Features
  • no-node-access: add allowContainerFirstChild option (#​611) (d16d284)

v5.5.1

Compare Source

Bug Fixes
  • await-fire-event: reference correct method names in reported messages (#​591) (763df6e), closes #​590
nrwl/nx

v14.5.1

Compare Source

Note: Version bump only for package @​nrwl/nx-source

v14.5.0

Compare Source

Bug Fixes
  • angular: add @​angular/localize to list of default packages to be eagerly loaded in mf apps (#​11189) (b7a1cd3)
  • angular: amend wrong project name schema options to hint nx console to show a project dropdown (#​11097) (9352f2e)
  • angular: do not generate ts path mappings for lazy loaded libs in app tsconfig file (#​11125) (1b6e587)
  • angular: do not set a module federation remote project as the default project (#​11127) (ba592f8)
  • angular: do not write files unnecessarily in mfe to mf migration (#​11126) (8ce1444)
  • angular: emit dts when using entrypoint name as filename in ng-packagr executors (#​11032) (bc5c414)
  • angular: update module federation logic to correctly identify workspace libs secondary entry points (#​11286) (7db3aac)
  • angular: update package watch version on secondary entrypoint changes when building libraries in watch mode (#​11230) (41693f9)
  • core: adjust add and addDev command for pnpm when it is in a pnpm workspace (608ef8e)
  • core: handle specifying a prerelease version without a package when migrating (#​11129) (9933d91)
  • core: improve performance of enforce-module-boundaries linting rule on Windows (#​11251) (2f0cd86)
  • core: outputs in nx.json targetDefaults is not work (#​11157) (f8104d9), closes #​11141
  • core: print out configuration for run-many logging (#​11228) (b89e321)
  • core: remove eslintrc.json from the package build artifact (#​11043) (b8efa77)
  • core: use generator options from nx config (#​11006) (d579f94), closes #​11004
  • core: use proper package manager when installing package for migration (#​11213) (f285446)
  • dep-graph: filter by text correctly during quick inputs (#​10986) (fb4e92a)
  • linter: correctly fix absolute imports across package boundaries (8e6a66c)
  • linter: escape dollar signs in filepaths (#​11009) (74c3c6c)
  • linter: improve performance of runtime lint utils (#​11100) (5194551)
  • linter: update typescript eslint dependency (#​11112) (c117ad5)
  • misc: add dotenv as dependencies for plugins that import it (#​11167) (96e84ee)
  • misc: make unparsed not required and add smart provider in adapter (#​11262) (00ef4c7)
  • misc: show help when no command is passed (#​11269) (1a900d4)
  • nextjs: adjust generator reference in Next startup page component (9436a96)
  • nextjs: fix invalid config warning by sanitizing it before passing to Next.js (#​11313) (1fef99d)
  • nextjs: set development outputPath to a different one from production build (#​11169) (e3d5c53), closes #​10312
  • react-native: fix library path in Podfile (#​11327) (b4cc8c2)
  • react-native: only add resolverMainFields to metro.config for storybook (#​11326) (2b44aaf)
  • react: buildable library sets NODE_ENV correctly (#​11294) (4bb8ab1)
  • react: do not set a module federation remote project as the default project (#​11128) (2163c54)
  • react: fix typo in testing-library migrations (57a6ebc)
  • repo: explicitly stop all agents on failure (#​11123) (8ab6ad4)
  • storybook: adjusted STORYBOOK_ (#​11171) (edc9ce1)
  • storybook: change-storybook-targets should not fail if no build (#​11038) (01e25ec)
  • storybook: fix schema to read projectName from config (#​11098) (a2d9577)
  • storybook: include polyfills in Storybook tsconfig for ngapps (#​11136) (943d4ba)
  • testing: update exports for .ts plugin files (#​11200) (0cd8d8c)
  • web: fix http-server proxyOptions arg converter (#​11309) (5614307), closes #​11302
Features

v14.4.3

Compare Source

Bug Fixes
  • angular: amend wrong project name schema options to hint nx console to show a project dropdown (#​11097) (43bd32f)
  • angular: do not generate ts path mappings for lazy loaded libs in app tsconfig file (#​11125) (010ba00)
  • angular: do not set a module federation remote project as the default project (#​11127) (20865fe)
  • angular: do not write files unnecessarily in mfe to mf migration (#​11126) (5e8d80c)
  • angular: emit dts when using entrypoint name as filename in ng-packagr executors (#​11032) (7e106fa)
  • core: adjust add and addDev command for pnpm when it is in a pnpm workspace (be1d236)
  • core: handle specifying a prerelease version without a package when migrating (#​11129) (e1f64d5)
  • core: outputs in nx.json targetDefaults is not work (#​11157) (2a711b4), closes #​11141
  • core: remove eslintrc.json from the package build artifact (#​11043) (6f3cc3c)
  • core: use generator options from nx config (#​11006) (dfd7e0f), closes #​11004
  • dep-graph: filter by text correctly during quick inputs (#​10986) (9931f83)
  • linter: escape dollar signs in filepaths (#​11009) (a24886c)
  • misc: add dotenv as dependencies for plugins that import it (#​11167) (d223a18)
  • nextjs: set development outputPath to a different one from production build (#​11169) (a49d14a), closes #​10312
  • react: do not set a module federation remote project as the default project (#​11128) (3dbef4a)
  • react: fix typo in testing-library migrations (d292185)
  • storybook: fix schema to read projectName from config (#​11098) (aa422a7)
  • storybook: include polyfills in Storybook tsconfig for ngapps (#​11136) (8a7b7cb)

v14.4.2

Compare Source

Bug Fixes
  • angular: generate stories for secondary entrypoints (#​11005) (6a63138)
  • core: merge named inputs from project.json and package.json (bfddf94)
  • core: resolve default project correctly when running targets (#​11016) (e2ddb63)
  • misc: handle external nodes correctly in module federation additional shared config (#​11018) (23d94a8)
  • node: add missing production configuration for serve target in app generator (#​10988) (2753c11)
pnpm/pnpm

v7.8.0

Compare Source

Minor Changes

  • When publishConfig.directory is set, only symlink it to other workspace projects if publishConfig.linkDirectory is set to true. Otherwise, only use it for publishing #​5115.

Patch Changes

  • Don't incorrectly identify a lockfile out-of-date when the package has a publishConfig.directory field #​5124.
  • Don't crash when a config file contains a setting with an env variable that doesn't exist #​5093.

Our Gold Sponsors

#### Our Silver Sponsors
#### What's Changed * fix: don't incorrectly identify a lockfile out-of-date by @​zkochan in https://github.com/pnpm/pnpm/pull/5126 * feat: publishConfig.linkDirectory by @​zkochan in https://github.com/pnpm/pnpm/pull/5125 * fix: don't crash on a .npmrc with missing env var by @​zkochan in https://github.com/pnpm/pnpm/pull/5127 * chore: fix typo by @​LuciNyan in https://github.com/pnpm/pnpm/pull/5128 #### New Contributors * @​LuciNyan made their first contribution in https://github.com/pnpm/pnpm/pull/5128

Full Changelog: pnpm/pnpm@v7.7.1...v7.8.0

v7.7.1

Compare Source

Patch Changes

  • pnpm should not consider a lockfile out-of-date if auto-install-peers is set to true and the peer dependency is in devDependencies or optionalDependencies #​5080.
  • Don't incorrectly consider a lockfile out-of-date when workspace:^ or workspace:~ version specs are used in a workspace.

Our Gold Sponsors

#### Our Silver Sponsors
#### What's Changed * fix: frozen install in a project with peer deps and `auto-install-peers=true` by @​zkochan in https://github.com/pnpm/pnpm/pull/5120 * fix: don't incorrectly consider a lockfile to be out-of-date by @​zkochan in https://github.com/pnpm/pnpm/pull/5121

Full Changelog: pnpm/pnpm@v7.7.0...v7.7.1

v7.7.0

Compare Source

Minor Changes

  • Add experimental lockfile format that should merge conflict less in the importers section. Enabled by setting the use-inline-specifiers-lockfile-format = true feature flag in .npmrc.

    If this feature flag is committed to a repo, we recommend setting the minimum allowed version of pnpm to this release in the package.json engines field. Once this is set, older pnpm versions will throw on invalid lockfile versions.

  • Add publishDirectory field to the lockfile and relink the project when it changes.

  • verify-store-integrity=false makes pnpm skip checking the integrities of files in the global content-addressable store.

  • Allow to set only-built-dependencies[] through .npmrc.

Patch Changes

  • It should be possible to publish a package with local dependencies from a custom publish directory (set via publishConfig.directory) #​3901.
  • pnpm deploy should inject local dependencies of all types (dependencies, optionalDependencies, devDependencies) #​5078.
  • When a project in a workspace has a publishConfig.directory set, dependent projects should install the project from that directory #​3901
  • pnpm deploy: accept absolute paths and use cwd instead of workspaceDir for deploy target directory #​4980.
  • pnpm setup should update .zshrc in the right directory when a $ZDOTDIR is set.

Our Gold Sponsors

#### Our Silver Sponsors
#### What's Changed * fix(deploy): inject all types of deps by @​zkochan in https://github.com/pnpm/pnpm/pull/5084 * fix(make-dedicated-lockfile): prepublishOnly script is automatically … by @​zkochan in https://github.com/pnpm/pnpm/pull/5083 * fix: symlink a workspace pkg correctly, when it has a custom publish dir by @​zkochan in https://github.com/pnpm/pnpm/pull/5089 * feat: add experimental use-inline-specifiers-lockfile-format by @​gluxon in https://github.com/pnpm/pnpm/pull/5091 * fix: plugin-commands-deploy use path resolve on deploy target dir by @​AWare in https://github.com/pnpm/pnpm/pull/5026 * fix: relink the project when its publish directory changes by @​zkochan in https://github.com/pnpm/pnpm/pull/5109 * fix: don't include specifiers field in new experimental lockfile format by @​zkochan in https://github.com/pnpm/pnpm/pull/5110 * feat: verify-store-integrity by @​zkochan in https://github.com/pnpm/pnpm/pull/5112 #### New Contributors * @​AWare made their first contribution in https://github.com/pnpm/pnpm/pull/5026

Full Changelog: pnpm/pnpm@v7.6.0...v7.7.0

vitest-dev/vitest

v0.20.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.20.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.20.0

[Compare Source](https://to


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 August 1, 2022 01:31
@changeset-bot
Copy link

changeset-bot bot commented Aug 1, 2022

⚠️ No Changeset found

Latest commit: 42d8ff4

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 Aug 1, 2022

Size Change: 0 B

Total Size: 90.9 kB

ℹ️ View Unchanged
Filename Size
packages/alert/dist/index.es.js 1.27 kB
packages/alert/dist/index.js 1.8 kB
packages/avatar/dist/index.es.js 815 B
packages/avatar/dist/index.js 1.32 kB
packages/banner/dist/index.es.js 518 B
packages/banner/dist/index.js 1.03 kB
packages/button/dist/index.es.js 1.42 kB
packages/button/dist/index.js 1.95 kB
packages/clipboard/dist/index.es.js 1.23 kB
packages/clipboard/dist/index.js 1.75 kB
packages/core/dist/index.es.js 288 B
packages/core/dist/index.js 788 B
packages/counter/dist/index.es.js 275 B
packages/counter/dist/index.js 785 B
packages/dropdown/dist/index.es.js 1.28 kB
packages/dropdown/dist/index.js 1.78 kB
packages/form/dist/index.es.js 2.94 kB
packages/form/dist/index.js 3.61 kB
packages/icons/dist/index.es.js 2.33 kB
packages/icons/dist/index.js 2.92 kB
packages/lozenge/dist/index.es.js 692 B
packages/lozenge/dist/index.js 1.21 kB
packages/markdown/dist/index.es.js 871 B
packages/markdown/dist/index.js 1.36 kB
packages/menu/dist/index.es.js 3.63 kB
packages/menu/dist/index.js 4.24 kB
packages/modal/dist/index.es.js 1.87 kB
packages/modal/dist/index.js 2.48 kB
packages/navigation/dist/index.es.js 2.46 kB
packages/navigation/dist/index.js 3 kB
packages/notification/dist/index.es.js 1.64 kB
packages/notification/dist/index.js 2.16 kB
packages/overlay/dist/index.es.js 1.03 kB
packages/overlay/dist/index.js 1.53 kB
packages/pagination/dist/index.es.js 1.08 kB
packages/pagination/dist/index.js 1.58 kB
packages/popover/dist/index.es.js 3.24 kB
packages/popover/dist/index.js 3.74 kB
packages/progress-bubbles/dist/index.es.js 1.38 kB
packages/progress-bubbles/dist/index.js 1.86 kB
packages/progress/dist/index.es.js 1.06 kB
packages/progress/dist/index.js 1.6 kB
packages/slider/dist/index.es.js 462 B
packages/slider/dist/index.js 971 B
packages/split-button/dist/index.es.js 783 B
packages/split-button/dist/index.js 1.31 kB
packages/tab-list/dist/index.es.js 659 B
packages/tab-list/dist/index.js 1.17 kB
packages/table/dist/index.es.js 1.03 kB
packages/table/dist/index.js 1.61 kB
packages/toggle/dist/index.es.js 659 B
packages/toggle/dist/index.js 1.18 kB
packages/tokens/dist/index.es.js 1.34 kB
packages/tokens/dist/index.js 4.49 kB
packages/tooltip/dist/index.es.js 448 B
packages/tooltip/dist/index.js 965 B

compressed-size-action

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 233c5f5 to 42d8ff4 Compare August 1, 2022 04:32
@Niznikr Niznikr merged commit 1a9695f into main Aug 1, 2022
@Niznikr Niznikr deleted the renovate/all-minor-patch branch August 1, 2022 12:33
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

1 participant