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 non-major #95

Merged
merged 1 commit into from
Jul 7, 2023
Merged

chore(deps): update non-major #95

merged 1 commit into from
Jul 7, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sanity/client (source) 6.1.3 -> 6.1.6 age adoption passing confidence
@sanity/types (source) 3.13.0 -> 3.14.1 age adoption passing confidence
@types/node (source) 18.16.18 -> 18.16.19 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.60.1 -> 5.61.0 age adoption passing confidence
@typescript-eslint/parser 5.60.1 -> 5.61.0 age adoption passing confidence
@vitest/coverage-v8 (source) ^0.32.2 -> ^0.33.0 age adoption passing confidence
eslint (source) 8.43.0 -> 8.44.0 age adoption passing confidence
groq (source) 3.13.0 -> 3.14.1 age adoption passing confidence
prettier-plugin-packagejson 2.4.3 -> 2.4.4 age adoption passing confidence
typescript (source) 5.1.5 -> 5.1.6 age adoption passing confidence
vitest ^0.32.0 -> ^0.33.0 age adoption passing confidence

Release Notes

sanity-io/client (@​sanity/client)

v6.1.6

Compare Source

Bug Fixes

v6.1.5

Compare Source

Bug Fixes

v6.1.4

Compare Source

Bug Fixes
sanity-io/sanity (@​sanity/types)

v3.14.1

Compare Source

Installation and upgrading

To initiate a new Studio without installing the CLI globally:

npm create sanity@latest

To upgrade a v3 Studio, run this command in its folder:

npm install sanity@latest

🐛 Notable bugfixes

  • Fixes issue with small hit area for collapsible fieldsets.
  • Fixes an issue where using sanity init on a Next.js project with embedded Studio would result in an error if an outdated version of next-sanity was being used.

📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
renovate[bot] | fix(deps): update dependency framer-motion to v10.12.17 (#​4643) | f82b718
renovate[bot] | chore(deps): update dependency typedoc to v0.24.8 (#​4641) | a56da0c
Binoy Patel | chore(deps): version bump @​sanity/tsdoc (#​4655) | bf7cdea
Nina Andal Aarvik | fix(core): increase button hit area of collapsible fieldset (#​4646) | 7d9086b
Cody Olsen | fix: upgrade next-sanity in init to v5 (#​4658) | cdf810c
Espen Hovlandsdal | build(etl): improve output of etl command (#​4656) | 8fe12bf
Nina Andal Aarvik | fix(core): add aria-label to resources button (#​4659) | e0ae4bf

v3.14.0

Compare Source

Installation and upgrading

To initiate a new Studio without installing the CLI globally:

npm create sanity@latest

To upgrade a v3 Studio, run this command in its folder:

npm install sanity@latest

✨ Highlights

Support for Perspectives in Vision

Perspectives in vision

Coinciding with today's studio release, we're bringing support for trying out Perspectives in the vision plugin.

With Perspectives, you can add a single parameter to fetch a either the latest draft (previewDrafts) or latest published (published) version of a document.

To learn more about Perspectives, read our announcement post or our documentation.

New Help & Resources menu

We've consolidated some helpful resources to customize the Studio experience, learn more about our latest updates, and connect with our team. You can also compare your current Studio version to the latest version available.

help-resources

📓 Full changelog

Author Message Commit
renovate[bot] fix(deps): update dependency @​portabletext/react to v3.0.4 (#​4647) ae38208d5
Nina Andal Aarvik fix(core): add Help&Resources button to navbar (#​4545) a4cb4a7cc
Marius Lundgård chore: improve etl command 6503bc81e
Marius Lundgård chore: add tsdoc:dev script 70ef1d80d
Bjørge Næss chore(perf): add support for --excludeTestIds and fail test runner if wrong test-id is provided (#​4619) cd2075b37
Snorre Eskeland Brekke chore: add @​sanity/assist to test-studio workspace (#​4648) 67a1af5ae
Michael Wain chore(deps): update dependency @​sanity/client to 6.1.5 e5f7af5f6
Michael Wain feat(vision): add perspective support 2f9cbc701
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.61.0

Compare Source

Features

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

5.60.1 (2023-06-26)

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

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

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

v5.61.0

Compare Source

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

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

5.60.1 (2023-06-26)

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

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

vitest-dev/vitest (@​vitest/coverage-v8)

v0.33.0

Compare Source

   🚨 Breaking Changes
  • Revert default include patterns  -  by @​so1ve #​3729
    • 0.32.0 changed the default include globs to be compatible with Jest. After a discussion with the community, we are reverting this change because it turned out to be non-intuitive.
   🐞 Bug Fixes
    View changes on GitHub

v0.32.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.32.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v8.44.0

Compare Source

Features

  • 1766771 feat: add es2023 and es2024 environments (#​17328) (Milos Djermanovic)
  • 4c50400 feat: add ecmaVersion: 2024, regexp v flag parsing (#​17324) (Milos Djermanovic)
  • 4d411e4 feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#​17270) (Percy Ma)
  • c8b1f4d feat: Move parserServices to SourceCode (#​17311) (Milos Djermanovic)
  • ef6e24e feat: treat unknown nodes as having the lowest precedence (#​17302) (Brad Zacher)
  • 1866e1d feat: allow flat config files to export a Promise (#​17301) (Milos Djermanovic)

Bug Fixes

  • a36bcb6 fix: no-unused-vars false positive with logical assignment operators (#​17320) (Gweesin Chan)
  • 7620b89 fix: Remove no-unused-labels autofix before potential directives (#​17314) (Francesco Trotta)
  • 391ed38 fix: Remove no-extra-semi autofix before potential directives (#​17297) (Francesco Trotta)

Documentation

Chores

matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)

v2.4.4

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v2.5.0 (bd246b3)
Microsoft/TypeScript (typescript)

v5.1.6: TypeScript 5.1.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm


Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (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 using a curated preset maintained by Sanity. View repository job log here

@renovate renovate bot requested a review from a team as a code owner July 7, 2023 12:59
@socket-security
Copy link

Updated and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
@vitest/coverage-v8 0.32.2...0.33.0 None +3/-37 979 kB oreanno
prettier-plugin-packagejson 2.4.3...2.4.4 None +2/-10 37.7 kB matzkoh
@sanity/types 3.13.0...3.14.1 None +1/-1 1.84 MB binoy14
groq 3.13.0...3.14.1 None +0/-0 8.43 kB binoy14
@sanity/client 6.1.3...6.1.6 None +0/-0 1.52 MB sanity-io

🚮 Removed packages: @types/node@18.16.18, @typescript-eslint/eslint-plugin@5.60.1, @typescript-eslint/parser@5.60.1, eslint@8.43.0, vitest@0.32.2

@stipsan stipsan merged commit 11d6969 into main Jul 7, 2023
7 checks passed
@stipsan stipsan deleted the renovate/non-major branch July 7, 2023 13:17
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.

1 participant