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 dependencies - patch updates #11189

Merged
merged 1 commit into from
Sep 15, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@arethetypeswrong/cli 0.10.1 -> 0.10.2 age adoption passing confidence
@babel/parser (source) 7.22.11 -> 7.22.16 age adoption passing confidence
@types/fetch-mock (source) 7.3.5 -> 7.3.6 age adoption passing confidence
@types/lodash (source) 4.14.197 -> 4.14.198 age adoption passing confidence
@types/node (source) 20.6.0 -> 20.6.1 age adoption passing confidence
@types/node-fetch (source) 2.6.4 -> 2.6.5 age adoption passing confidence
@types/use-sync-external-store (source) 0.0.3 -> 0.0.4 age adoption passing confidence
resolve 1.22.4 -> 1.22.5 age adoption passing confidence
terser (source) 5.19.2 -> 5.19.4 age adoption passing confidence
whatwg-fetch 3.6.17 -> 3.6.19 age adoption passing confidence

Release Notes

arethetypeswrong/arethetypeswrong.github.io (@​arethetypeswrong/cli)

v0.10.2

Compare Source

Patch Changes
babel/babel (@​babel/parser)

v7.22.16

Compare Source

v7.22.16 (2023-09-06)

🐛 Bug Fix
🏠 Internal
Committers: 3

v7.22.15

Compare Source

v7.22.15 (2023-09-04)

🐛 Bug Fix
🏠 Internal
Committers: 4

v7.22.14

Compare Source

v7.22.14 (2023-08-30)
🐛 Bug Fix
🏠 Internal
  • babel-parser
  • babel-core, babel-helper-compilation-targets, babel-helper-simple-access, babel-parser, babel-plugin-syntax-decorators, babel-preset-env, babel-preset-flow, babel-preset-react, babel-preset-typescript, babel-traverse, babel-types
Committers: 2

v7.22.13

Compare Source

v7.22.13 (2023-08-28)
🏠 Internal
  • babel-helper-fixtures, babel-plugin-proposal-function-bind, babel-plugin-transform-modules-commonjs, babel-preset-env
↩️ Revert
Committers: 2
browserify/resolve (resolve)

v1.22.5

Compare Source

terser/terser (terser)

v5.19.4

Compare Source

  • Prevent creating very deeply nested ternaries from a long list of if..return
  • Prevent inlining classes into other functions, to avoid constructors being compared.

v5.19.3

Compare Source

  • Fix side effect detection of optional?.chains.
  • Add roundRect to domprops.js (#​1426)
github/fetch (whatwg-fetch)

v3.6.19

Compare Source

Bug Fixes
  • Have unique error messages for xhr timeouts and errors (#​1380) (7170f0b)

v3.6.18

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Los_Angeles, 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.

@changeset-bot
Copy link

changeset-bot bot commented Sep 2, 2023

⚠️ No Changeset found

Latest commit: 11b8d9f

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 Sep 2, 2023

size-limit report 📦

Path Size
dist/apollo-client.min.cjs 37.28 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" 43.75 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" (production) 42.32 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" 32.52 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" (production) 31.27 KB (0%)
import { ApolloProvider } from "dist/react/index.js" 1.21 KB (0%)
import { ApolloProvider } from "dist/react/index.js" (production) 1.2 KB (0%)
import { useQuery } from "dist/react/index.js" 4.27 KB (0%)
import { useQuery } from "dist/react/index.js" (production) 4.08 KB (0%)
import { useLazyQuery } from "dist/react/index.js" 4.58 KB (0%)
import { useLazyQuery } from "dist/react/index.js" (production) 4.4 KB (0%)
import { useMutation } from "dist/react/index.js" 2.52 KB (0%)
import { useMutation } from "dist/react/index.js" (production) 2.51 KB (0%)
import { useSubscription } from "dist/react/index.js" 2.24 KB (0%)
import { useSubscription } from "dist/react/index.js" (production) 2.2 KB (0%)
import { useSuspenseQuery } from "dist/react/index.js" 4.76 KB (0%)
import { useSuspenseQuery } from "dist/react/index.js" (production) 4.19 KB (0%)
import { useBackgroundQuery } from "dist/react/index.js" 4.28 KB (0%)
import { useBackgroundQuery } from "dist/react/index.js" (production) 3.7 KB (0%)
import { useReadQuery } from "dist/react/index.js" 2.96 KB (0%)
import { useReadQuery } from "dist/react/index.js" (production) 2.91 KB (0%)
import { useFragment } from "dist/react/index.js" 2.08 KB (0%)
import { useFragment } from "dist/react/index.js" (production) 2.03 KB (0%)

@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from 9f70905 to 7108ef4 Compare September 9, 2023 11:06
@renovate renovate bot force-pushed the renovate/all-patch branch from 7108ef4 to bda33d9 Compare September 15, 2023 03:37
@renovate renovate bot force-pushed the renovate/all-patch branch from bda33d9 to 11b8d9f Compare September 15, 2023 10:10
@phryneas phryneas merged commit b8c54e3 into main Sep 15, 2023
9 checks passed
@phryneas phryneas deleted the renovate/all-patch branch September 15, 2023 10:32
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant