Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

chore(deps): update all #252

Open
wants to merge 150 commits into
base: main
Choose a base branch
from
Open

chore(deps): update all #252

wants to merge 150 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@monaco-editor/react 4.4.6 -> 4.5.1 age adoption passing confidence
@oclif/command 1.8.21 -> 1.8.26 age adoption passing confidence
@oclif/config 1.18.6 -> 1.18.9 age adoption passing confidence
@oclif/plugin-help 5.2.0 -> 5.2.9 age adoption passing confidence
@rollup/plugin-node-resolve (source) 15.0.1 -> 15.0.2 age adoption passing confidence
@sanity/ui (source) 1.0.14 -> 1.3.3 age adoption passing confidence
@types/lodash (source) 4.14.191 -> 4.14.195 age adoption passing confidence
@types/node (source) 18.11.18 -> 18.16.16 age adoption passing confidence
@types/node-fetch (source) 2.6.2 -> 2.6.4 age adoption passing confidence
eslint (source) 8.32.0 -> 8.41.0 age adoption passing confidence
globby ~11.0.0 -> ~11.1.0 age adoption passing confidence
groq-js 1.1.6 -> 1.1.9 age adoption passing confidence
node-fetch 3.3.0 -> 3.3.1 age adoption passing confidence
prettier (source) 2.8.3 -> 2.8.8 age adoption passing confidence
rollup (source) 3.10.0 -> 3.23.0 age adoption passing confidence
rxjs (source) 7.8.0 -> 7.8.1 age adoption passing confidence
semver 7.3.8 -> 7.5.1 age adoption passing confidence
sort-package-json 2.1.0 -> 2.4.1 age adoption passing confidence
styled-components (source) 5.3.6 -> 5.3.11 age adoption passing confidence
typescript (source) 4.9.4 -> 4.9.5 age adoption passing confidence

Release Notes

suren-atoyan/monaco-react

v4.5.1

Compare Source

  • DiffEditor: track originalModelPath and modifiedModelPath changes and get or create a new model accordingly
  • types: fix typo in comment
  • package: replace prepublish with prepublishOnly

v4.5.0

Compare Source

Apr 7, 2023
  • Editor: implement preventTriggerChangeEvent flag

from 4.5.0-beta.0

  • DiffEditor: add preventCreation flag to diff editor
  • project: rewrite with TypeScript
  • project: implement prettier
  • loader: update @monaco-editor/loader version (1.3.2)
oclif/command

v1.8.26

Compare Source

Bug Fixes

v1.8.25

Compare Source

Bug Fixes

v1.8.24

Compare Source

Bug Fixes
  • deps: bump semver from 7.4.0 to 7.5.0 (7de2e78)

v1.8.23

Compare Source

Bug Fixes
  • deps: bump semver from 7.3.8 to 7.4.0 (84b05a5)

v1.8.22

Compare Source

Bug Fixes
oclif/config

v1.18.9

Compare Source

Bug Fixes

v1.18.8

Compare Source

Bug Fixes

v1.18.7

Compare Source

Bug Fixes
  • deps: bump tslib from 2.4.1 to 2.5.0 (48f732c)
oclif/plugin-help

v5.2.9

Compare Source

Bug Fixes

v5.2.8

Compare Source

Bug Fixes

v5.2.7

Compare Source

Bug Fixes

v5.2.6

Compare Source

Bug Fixes

v5.2.5

Compare Source

Bug Fixes

v5.2.4

Compare Source

Bug Fixes

v5.2.3

Compare Source

Bug Fixes
  • deps: bump http-cache-semantics from 4.1.0 to 4.1.1 (a0a98a0)

v5.2.2

Compare Source

Bug Fixes

v5.2.1

Compare Source

Bug Fixes
rollup/plugins

v15.0.2

Compare Source

2023-04-04

Bugfixes
  • fix: bump is-builtin-module version, imports with a trailing slash #​1424
sanity-io/ui

v1.3.3

Compare Source

Bug Fixes

v1.3.2

Compare Source

Bug Fixes

v1.3.1

Compare Source

Bug Fixes
  • add typeof window guard to ResizeObserver (6e84577)

v1.3.0

Compare Source

Features
  • allow hovered styles to be applied via the data-hovered attr (#​1073) (f6ef012)
Bug Fixes

v1.2.5

Compare Source

Bug Fixes
  • deps: update dependencies (56320c6)

v1.2.4

Compare Source

Bug Fixes

v1.2.3

Compare Source

Bug Fixes

v1.2.2

Compare Source

Bug Fixes

v1.2.1

Compare Source

Bug Fixes

v1.2.0

Compare Source

Features

v1.1.0

Compare Source

Features
  • add usePrefersReducedMotion hook (d6f6c35)

v1.0.15

Compare Source

Bug Fixes
  • deps: update dependencies (5d38821)
eslint/eslint

v8.41.0

Compare Source

Features

  • 880a431 feat: change default ignore pattern to **/node_modules/ in flat config (#​17184) (Milos Djermanovic)
  • 8bf5505 feat: expose shouldUseFlatConfig (#​17169) (Connor Prussin)

Bug Fixes

  • 4f5440d fix: incorrect warning message for ignored dotfiles (#​17196) (Milos Djermanovic)
  • 94da96c fix: unify LintMessage type (#​17076) (Brandon Mills)
  • 0c415cd fix: validate ignorePatterns constructor option in FlatESLint class (#​17139) (Milos Djermanovic)
  • 9682d66 fix: switch grapheme-splitter to graphemer (#​17160) (fisker Cheung)

Documentation

  • 7709b14 docs: Update README (GitHub Actions Bot)
  • 7f183e0 docs: Update triage process description (#​17157) (Nicholas C. Zakas)
  • b68346b docs: fix license to reflect relicensing of jshint (#​17165) (Stefan Bischof)

Chores

v8.40.0

Compare Source

Features

  • 5db7808 feat: improve flat config errors for invalid rule options and severities (#​17140) (Josh Goldberg ✨)
  • f5574dc feat: Add findConfigFile() method to FlatESLint (#​17142) (Nicholas C. Zakas)
  • e52b98b feat: add sourceCode property to the rule context (#​17107) (Nitin Kumar)
  • 1468f5b feat: add physicalFilename property to the rule context (#​17111) (Nitin Kumar)
  • 0df4d4f feat: add cwd to rule context (#​17106) (Nitin Kumar)
  • 52018f2 feat: add filename property to the rule context (#​17108) (Nitin Kumar)
  • 559ff4e feat: add new omitLastInOneLineClassBody option to the semi rule (#​17105) (Nitin Kumar)

Bug Fixes

  • f076e54 fix: Ensure FlatESLint#findConfigFile() doesn't throw. (#​17151) (Nicholas C. Zakas)

Documentation

  • e980bf3 docs: Update README (GitHub Actions Bot)
  • e92a6fc docs: Update README (GitHub Actions Bot)
  • af5fe64 docs: Fix custom rule schema docs (#​17115) (Adam Jones)
  • 4a352a9 docs: explain how to include predefined globals (#​17114) (Marcus Wyatt)
  • 5ea15d9 docs: add mastodon link in readme (#​17110) (唯然)

Chores

v8.39.0

Compare Source

Features

  • 3f7af9f feat: Implement SourceCode#markVariableAsUsed() (#​17086) (Nicholas C. Zakas)

Documentation

  • 6987dc5 docs: Fix formatting in Custom Rules docs (#​17097) (Milos Djermanovic)
  • 4ee92e5 docs: Update README (GitHub Actions Bot)
  • d8e9887 docs: Custom Rules cleanup/expansion (#​16906) (Ben Perlmutter)
  • 1fea279 docs: Clarify how to add to tsc agenda (#​17084) (Nicholas C. Zakas)
  • 970ef1c docs: Update triage board location (Nicholas C. Zakas)
  • 6d8bffd docs: Update README (GitHub Actions Bot)

Chores

v8.38.0

Compare Source

Features

  • a1d561d feat: Move getDeclaredVariables and getAncestors to SourceCode (#​17059) (Nicholas C. Zakas)

Bug Fixes

  • 1c1ece2 fix: do not report on RegExp(...args) in require-unicode-regexp (#​17037) (Francesco Trotta)

Documentation

  • 7162d34 docs: Mention new config system is complete (#​17068) (Nicholas C. Zakas)
  • 0fd6bb2 docs: Update README (GitHub Actions Bot)
  • c83531c docs: Update/remove external links, eg. point to eslint-community (#​17061) (Pelle Wessman)
  • a3aa6f5 docs: Clarify no-div-regex rule docs (#​17051) (Francesco Trotta)
  • b0f11cf docs: Update README (GitHub Actions Bot)
  • da8d52a docs: Update the second object instance for the "no-new" rule (#​17020) (Ahmadou Waly NDIAYE)
  • 518130a docs: switch language based on current path (#​16687) (Percy Ma)
  • 24206c4 docs: Update README (GitHub Actions Bot)

Chores

v8.37.0

Compare Source

Features
Bug Fixes
  • 619f3fd fix: correctly handle null default config in RuleTester (#​17023) (Brad Zacher)
  • 1fbf118 fix: getFirstToken/getLastToken on comment-only node (#​16889) (Francesco Trotta)
  • 129e252 fix: Fix typo in logical-assignment-operators rule description (#​17000) (Francesco Trotta)
Documentation
Chores

v8.36.0

Compare Source

Features

Bug Fixes

  • 92c1943 fix: correctly iterate files matched by glob patterns (#​16831) (Nitin Kumar)

Documentation

  • b98fdd4 docs: Update README (GitHub Actions Bot)
  • caf08ce docs: fix estree link in custom formatters docs (#​16967) (Milos Djermanovic)
  • 3398431 docs: Custom Parsers cleanup/expansion (#​16887) (Ben Perlmutter)
  • 19d3531 docs: Update README (GitHub Actions Bot)
  • b09a512 docs: detect and fix broken links (#​16837) (Nitin Kumar)

Chores

v8.35.0

Compare Source

Features

  • 8e34a04 feat: add afterHashbangComment option to lines-around-comment rule (#​16920) (SUZUKI Sosuke)
  • c8c0c71 feat: Move all and recommended configs into package. (#​16844) (Nicholas C. Zakas)
  • 71f6f0d feat: report more cases with ?? in no-constant-binary-expression (#​16826) (Daiki Nishikawa)

Bug Fixes

Documentation

Chores


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

ricokahler and others added 30 commits April 7, 2021 04:51
force version: 1.0.0-alpha.0
Breaking Change: `generateTypes` is now `generateSchemaTypes`
…an API to pull groq from code

Breaking Change: `generateGroqTypes` has been renamed to `transformGroqToTypescript` and a combined implmentation has taken its place.

See the updated groq-codegen README for more info.
refactor(schema-codegen): update "AST" with new conventions
@renovate
Copy link
Contributor Author

renovate bot commented May 28, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! No workspaces found:
npm ERR!   --workspace=packages/sanity-codegendev

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/worker/6643e6/9bb5c2/cache/others/npm/_logs/2023-05-28T12_01_08_075Z-debug-0.log

@renovate
Copy link
Contributor Author

renovate bot commented May 28, 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants