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 (major) #78

Open
wants to merge 1 commit into
base: alpha
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 1, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@rollup/plugin-babel (source) 5.3.1 -> 6.0.4 age adoption passing confidence devDependencies major
@rollup/plugin-node-resolve (source) 11.2.1 -> 16.0.0 age adoption passing confidence devDependencies major
@sanity/client (source) 2.23.2 -> 6.25.0 age adoption passing confidence devDependencies major
@sanity/google-maps-input 2.25.4 -> 4.1.0 age adoption passing confidence devDependencies major
@sanity/icons (source) ^1.0.0 -> ^1.0.0 || ^3.0.0 age adoption passing confidence peerDependencies major
@sanity/icons (source) 1.2.6 -> 3.5.7 age adoption passing confidence devDependencies major
@sanity/ui (source) 0.37.6 -> 2.11.2 age adoption passing confidence devDependencies major
actions/checkout v2 -> v4 age adoption passing confidence action major
actions/setup-node v2 -> v4 age adoption passing confidence action major
eslint-config-react-app (source) 6.0.0 -> 7.0.1 age adoption passing confidence devDependencies major
eslint-plugin-flowtype 5.10.0 -> 8.0.3 age adoption passing confidence devDependencies major
json-reduce 2.0.0 -> 3.0.0 age adoption passing confidence devDependencies major
nanoid 3.3.2 -> 5.0.9 age adoption passing confidence dependencies major
prettier (source) 2.6.1 -> 3.4.2 age adoption passing confidence devDependencies major
react-error-boundary 3.1.4 -> 5.0.0 age adoption passing confidence devDependencies major
react-error-boundary 3.1.4 -> 5.0.0 age adoption passing confidence dependencies major
react-icons 4.3.1 -> 5.4.0 age adoption passing confidence devDependencies major
rollup (source) 2.70.1 -> 4.30.1 age adoption passing confidence devDependencies major
rxjs (source) ^6.0.0 -> ^6.0.0 || ^7.0.0 age adoption passing confidence peerDependencies major
rxjs (source) 6.6.7 -> 7.8.1 age adoption passing confidence devDependencies major
styled-components (source) 5.3.5 -> 6.1.14 age adoption passing confidence dependencies major
typescript (source) 4.6.3 -> 5.7.3 age adoption passing confidence devDependencies major
ubuntu 18.04 -> 24.04 age adoption passing confidence github-runner major

Release Notes

rollup/plugins (@​rollup/plugin-babel)

v6.0.4

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v6.0.3

Compare Source

2022-11-25

Updates
  • docs: small typo in babel plugin readme #​1355

v6.0.2

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)

v6.0.1

Compare Source

Skipped for repo rebase

v6.0.0

2022-10-08

Breaking Changes
rollup/plugins (@​rollup/plugin-node-resolve)

v16.0.0

2024-12-15

Breaking Changes
  • feat!: set development or production condition (#​1823)

v15.3.1

2024-12-15

Updates
  • refactor: replace test with includes (#​1787)

v15.3.0

2024-09-23

Features
  • feat: allow preferBuiltins to be a function (#​1694)

v15.2.4

2024-09-22

Updates
  • chore: remove is-builtin-module (#​1735)

v15.2.3

Compare Source

2023-10-08

Bugfixes
  • fix: modulePaths default is not set #​1534

v15.2.2

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v15.2.1

Compare Source

2023-08-22

Bugfixes
  • fix: Implement package exports / imports resolution algorithm according to Node documentation #​1549

v15.2.0

Compare Source

2023-08-17

Features
  • feat: pass original importee to secondary resolve #​1557

v15.1.0

Compare Source

2023-05-30

Features
  • feat: Resolve js/jsx/mjs/cjs imports from TypeScript files #​1498

v15.0.2

Compare Source

2023-04-04

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

v15.0.1

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)

v15.0.0

Compare Source

2022-10-10

Breaking Changes

v14.1.0

Compare Source

2022-09-12

Features
  • feat: add new option, modulePaths (#​1104)

v14.0.1

Compare Source

2022-09-08

Bugfixes
  • fix: handle circular commonjs (#​1259)

v14.0.0

2022-09-06

Breaking Changes
  • fix: preserve moduleSideEffects when re-resolving files (#​1245)

v13.3.0

2022-05-02

Features
  • feat: support node: protocol (#​1124)

v13.2.2

2022-05-02

Bugfixes
  • fix: Respect if other plugins resolve the resolution to a different id (#​1181)
  • fix: Revert respect if other plugins resolve the resolution to a different id (ae59ceb)
  • fix: Respect if other plugins resolve the resolution to a different id (f8d4c44)

v13.2.1

2022-04-15

Bugfixes
  • fix: update side effects logic to be deep when glob doesn’t contain / (#​1148)

v13.2.0

2022-04-11

Features
  • feat: Add the ability to pass a function into resolveOnly (#​1152)

v13.1.3

2022-01-05

Bugfixes
  • fix: use correct version when published (#​1063)

v13.1.2

2021-12-31

Bugfixes
  • fix: forward meta-information from other plugins (#​1062)

v13.1.1

2021-12-13

Updates
  • test: add tests for mixing custom exportConditions with browser: true (#​1043)

v13.1.0

2021-12-13

Features
  • feat: expose plugin version (#​1050)

v13.0.6

2021-10-19

Bugfixes

v13.0.5

2021-09-21

Updates
  • docs: fix readme heading depth (#​999)

v13.0.4

2021-07-24

Bugfixes
  • fix: Fix bug where JS import was converted to a TS import, resulting in an error when using export maps (#​921)

v13.0.3

2021-07-24

Bugfixes
  • fix: handle browser-mapped paths correctly in nested contexts (#​920)

v13.0.2

2021-07-15

Bugfixes
  • fix: handle "package.json" being in path (#​927)

v13.0.1

2021-07-15

Updates
  • docs: Document how to get Node.js exports resolution (#​884)

v13.0.0

2021-05-04

Breaking Changes
  • fix!: mark module as external if resolved module is external (#​799)
Features
  • feat: Follow up to #​843, refining exports and browser field interaction (#​866)
sanity-io/client (@​sanity/client)

v6.25.0

Compare Source

Features
  • request: add flag to disable logging api warnings (#​925) (3f90ab0)

v6.24.4

Compare Source

Bug Fixes

v6.24.3

Compare Source

Bug Fixes

v6.24.2

Compare Source

Bug Fixes

v6.24.1

Compare Source

Bug Fixes

v6.24.0

Compare Source

Features
Bug Fixes
  • export validateApiPerspective (b73ae46)

v6.23.0

Compare Source

Features
Bug Fixes
  • types: add (abort) signal to raw request typings (#​926) (fcd9a16)

v6.22.5

Compare Source

Bug Fixes

v6.22.4

Compare Source

Bug Fixes
  • stega: add textTheme to deny list (39edfe1)
  • stega: ignore paths that end with Id (81aa664)

v6.22.3

Compare Source

Bug Fixes

v6.22.2

Compare Source

Bug Fixes

v6.22.1

Compare Source

Bug Fixes
  • add missing listenerName property on welcome event (#​894) (6173089)

v6.22.0

Compare Source

Features
Bug Fixes

v6.21.3

Compare Source

Bug Fixes
  • deprecate studioHost, externalStudioHost in typings (#​879) (ebe840b)
  • support signal on getDocument(s) to cancel requests (#​881) (13d71bb)

v6.21.2

Compare Source

Bug Fixes

v6.21.1

Compare Source

Bug Fixes
  • add support for includeMutations listen parameter (#​872) (5f0a991)

v6.21.0

Compare Source

Features
  • codegen: Allow query reponse types to be overridden through SanityQueries (#​858) (c25d51a)

v6.20.2

Compare Source

Bug Fixes

v6.20.1

Compare Source

Bug Fixes
  • add warning about setting both useCdn and withCredentials to true (#​849) (ae01edb)
  • deps: update dependency get-it to ^8.6.1 (#​856) (ced69bc)

v6.20.0

Compare Source

Features

v6.19.2

Compare Source

Bug Fixes

v6.19.1

Compare Source

Bug Fixes
  • types: adjust action types to reflect Actions API (#​830) (e116c62)

v6.19.0

Compare Source

Features

v6.18.3

Compare Source

Bug Fixes

v6.18.2

Compare Source

Bug Fixes

v6.18.1

Compare Source

Bug Fixes

v6.18.0

Compare Source

Features

v6.17.3

Compare Source

Bug Fixes

v6.17.2

Compare Source

Bug Fixes

v6.17.1

Compare Source

Bug Fixes

v6.17.0

Compare Source

Features
  • update SanityProject to include metadata.cliInitializedAt (#​779) (77bf6f6)

v6.16.0

Compare Source

Features
  • add stegaClean method, deprecate vercelStegaCleanAll (#​773) (2749586)
Bug Fixes

v6.15.20

Compare Source

Bug Fixes

v6.15.19

Compare Source

Bug Fixes
  • handle bug affecting next 14.2.2 during static pregeneration (#​748) (28493e2)

v6.15.18

Compare Source

Bug Fixes

v6.15.17

Compare Source

Bug Fixes
  • deps: update dependency get-it to ^8.4.26 (96ea964)

v6.15.16

Compare Source

Bug Fixes
  • createClient from @sanity/client/stega is deprecated (4d0a03f)
  • requester from @sanity/client/stega is deprecated (f29263d)
  • use the correct stega export conditions for react-native (06af163)

v6.15.15

Compare Source

Bug Fixes
  • add react-native export conditions (cc0fd76)
  • deps: update dependency get-it to ^8.4.24 (0d5952c)

v6.15.14

Compare Source

Bug Fixes

v6.15.13

Compare Source

Bug Fixes

v6.15.12

Compare Source

Bug Fixes

v6.15.11

Compare Source

Bug Fixes
  • stega: update default filter to skip paths that contain "type" (#​689) (1c6e4ea)

v6.15.10

Compare Source

Bug Fixes

v6.15.9

Compare Source

Bug Fixes

v6.15.8

Compare Source

Bug Fixes

v6.15.7

Compare Source

Bug Fixes

v6.15.6

Compare Source

Bug Fixes

v6.15.5

Compare Source

Bug Fixes
  • deps: update dependency get-it to ^8.4.13 (8c0bb8d)

v6.15.4

Compare Source

Bug Fixes

v6.15.3

Compare Source

Bug Fixes

v6.15.2

Compare Source

Bug Fixes

v6.15.1

Compare Source

Bug Fixes

v6.15.0

Compare Source

Features
  • csm: add conditional isDraft search parameter to edit urls (#​604) (89783d2)

v6.14.4

Compare Source

Bug Fixes

v6.14.3

Compare Source

Bug Fixes

v6.14.2

Compare Source

Bug Fixes

v6.14.1

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-all branch 5 times, most recently from a024f61 to c797367 Compare June 8, 2023 17:36
@renovate renovate bot force-pushed the renovate/major-all branch 7 times, most recently from 3a08ce4 to 6d1af76 Compare June 16, 2023 23:25
@renovate renovate bot force-pushed the renovate/major-all branch 9 times, most recently from db6683f to 2b360de Compare June 28, 2023 23:24
@renovate renovate bot force-pushed the renovate/major-all branch 9 times, most recently from 945c7d0 to a6f53f5 Compare July 6, 2023 15:25
@renovate renovate bot force-pushed the renovate/major-all branch from 32a408c to dcfeaba Compare December 17, 2024 06:09
@renovate renovate bot force-pushed the renovate/major-all branch from dcfeaba to cd037bb Compare December 19, 2024 01:20
@renovate renovate bot force-pushed the renovate/major-all branch from cd037bb to bacd836 Compare December 20, 2024 22:06
@renovate renovate bot force-pushed the renovate/major-all branch from bacd836 to 3038b2d Compare December 21, 2024 10:05
@renovate renovate bot force-pushed the renovate/major-all branch from 3038b2d to bbe804a Compare December 21, 2024 21:32
@renovate renovate bot force-pushed the renovate/major-all branch from bbe804a to fba9ee9 Compare December 31, 2024 10:06
@renovate renovate bot force-pushed the renovate/major-all branch from fba9ee9 to 89cf06f Compare January 7, 2025 11:58
@renovate renovate bot force-pushed the renovate/major-all branch from 89cf06f to 37e108f Compare January 7, 2025 16:12
@renovate renovate bot force-pushed the renovate/major-all branch from 37e108f to 2cbb703 Compare January 8, 2025 14:40
@renovate renovate bot force-pushed the renovate/major-all branch from 2cbb703 to 4f85dbb Compare January 8, 2025 22:02
@renovate renovate bot force-pushed the renovate/major-all branch from 4f85dbb to 429e4b9 Compare January 9, 2025 02:26
@renovate renovate bot force-pushed the renovate/major-all branch from 429e4b9 to 48187a0 Compare January 14, 2025 18:01
@renovate renovate bot force-pushed the renovate/major-all branch from 48187a0 to 130ac63 Compare January 17, 2025 00:17
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.

0 participants