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

Update all non-major dependencies #27

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 3, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@atproto/api (source) 0.3.13 -> 0.12.21 age adoption passing confidence dependencies minor
@atproto/xrpc (source) 0.1.0 -> 0.5.0 age adoption passing confidence dependencies minor
@crxjs/vite-plugin 2.0.0-beta.18 -> 2.0.0-beta.23 age adoption passing confidence devDependencies patch
@headlessui/vue (source) 1.7.14 -> 1.7.22 age adoption passing confidence dependencies patch
@heroicons/vue 2.0.18 -> 2.1.4 age adoption passing confidence dependencies minor
@histoire/plugin-vue (source) 0.16.1 -> 0.17.17 age adoption passing confidence devDependencies minor
@tailwindcss/forms 0.5.3 -> 0.5.7 age adoption passing confidence devDependencies patch
@types/chrome (source) 0.0.239 -> 0.0.268 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 5.60.1 -> 5.62.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 5.60.1 -> 5.62.0 age adoption passing confidence devDependencies minor
actions/checkout v3.5.3 -> v3.6.0 age adoption passing confidence action minor
autoprefixer 10.4.14 -> 10.4.19 age adoption passing confidence devDependencies patch
consola 3.2.2 -> 3.2.3 age adoption passing confidence dependencies patch
eslint (source) 8.44.0 -> 8.57.0 age adoption passing confidence devDependencies minor
eslint-config-prettier 8.8.0 -> 8.10.0 age adoption passing confidence devDependencies minor
eslint-plugin-vue (source) 9.15.1 -> 9.26.0 age adoption passing confidence devDependencies minor
histoire (source) 0.16.2 -> 0.17.17 age adoption passing confidence devDependencies minor
node (source) 18.16.1 -> 18.20.3 age adoption passing confidence minor
pnpm (source) 8.6.5 -> 8.15.8 age adoption passing confidence packageManager minor
postcss (source) 8.4.24 -> 8.4.38 age adoption passing confidence devDependencies patch
postcss-nesting (source) 12.0.0 -> 12.1.5 age adoption passing confidence devDependencies minor
tailwindcss (source) 3.3.2 -> 3.4.4 age adoption passing confidence devDependencies minor
typescript (source) 5.1.6 -> 5.5.2 age adoption passing confidence devDependencies minor
vitest (source) 0.32.2 -> 0.34.6 age adoption passing confidence devDependencies minor
vue (source) 3.3.4 -> 3.4.29 age adoption passing confidence dependencies minor
vue-tsc (source) 1.8.3 -> 1.8.27 age adoption passing confidence devDependencies patch

Release Notes

bluesky-social/atproto (@​atproto/api)

v0.12.21

Compare Source

Patch Changes

v0.12.20

Compare Source

Patch Changes

v0.12.19

Compare Source

Patch Changes

v0.12.18

Compare Source

Patch Changes
  • #​2557 58abcbd8b Thanks @​estrattonbailey! - Adds "social proof": knowFollowers to ViewerState for ProfileViewDetailed
    views and app.bsky.graph.getKnownFollowers method for listing known followers
    of a given user.

v0.12.17

Compare Source

Patch Changes

v0.12.16

Compare Source

Patch Changes

v0.12.15

Compare Source

Patch Changes

v0.12.14

Compare Source

Patch Changes

v0.12.13

Compare Source

Patch Changes

v0.12.12

Compare Source

Patch Changes
  • #​2442 1f560f021 Thanks @​foysalit! - Add com.atproto.label.queryLabels endpoint on appview and allow viewing external labels through ozone

v0.12.11

Compare Source

Patch Changes

v0.12.10

Compare Source

Patch Changes

v0.12.9

Compare Source

Patch Changes

v0.12.8

Compare Source

Patch Changes

v0.12.7

Compare Source

Patch Changes

v0.12.6

Compare Source

Patch Changes
  • #​2427 b9b7c5821 Thanks @​estrattonbailey! - Introduces V2 of saved feeds preferences. V2 and v1 prefs are incompatible. v1
    methods and preference objects are retained for backwards compatability, but are
    considered deprecated. Developers should immediately migrate to v2 interfaces.

v0.12.5

Compare Source

Patch Changes

v0.12.4

Compare Source

Patch Changes

v0.12.3

Compare Source

Patch Changes

v0.12.2

Compare Source

Patch Changes

v0.12.1

Compare Source

Patch Changes

v0.12.0

Compare Source

Minor Changes
Patch Changes

v0.11.2

Compare Source

Patch Changes

v0.11.1

Compare Source

Patch Changes

v0.11.0

Compare Source

Minor Changes
  • #​2302 4eaadc0ac Thanks @​dholms! - - Breaking changes
    • Redesigned the moderate* APIs which now output a ModerationUI object.
    • agent.getPreferences() output object BskyPreferences has been modified.
    • Moved Ozone routes from com.atproto.admin to tools.ozone namespace.
    • Additions
      • Added support for labeler configuration in Agent.configure() and agent.configureLabelerHeader().
      • Added agent.addLabeler() and agent.removeLabeler() preference methods.
      • Muted words and hidden posts are now handled in the moderate* APIs.
      • Added agent.getLabelers() and agent.getLabelDefinitions().
      • Added agent.configureProxyHeader() and withProxy() methods to support remote service proxying behaviors.
Patch Changes

v0.10.5

Compare Source

Patch Changes

v0.10.4

Compare Source

Patch Changes

v0.10.3

Compare Source

Patch Changes

v0.10.2

Compare Source

Patch Changes

v0.10.1

Compare Source

Patch Changes

v0.10.0

Compare Source

Minor Changes
Patch Changes

v0.9.8

Compare Source

Patch Changes

v0.9.7

Compare Source

Patch Changes

v0.9.6

Compare Source

Patch Changes

v0.9.5

Compare Source

Patch Changes

v0.9.4

Compare Source

Patch Changes

v0.9.3

Compare Source

Patch Changes

v0.9.2

Patch Changes

v0.9.1

Patch Changes

v0.9.0

Minor Changes
Patch Changes

v0.8.0

Compare Source

Minor Changes
  • #​2010 14067733 Thanks @​estrattonbailey! - Improve resumeSession event emission. It will no longer double emit when some
    requests fail, and the create-failed event has been replaced by expired
    where appropriate, and with a new event network-error where appropriate or an
    unknown error occurs.

v0.7.4

Compare Source

Patch Changes

v0.7.3

Compare Source

Patch Changes

v0.7.2

Compare Source

Patch Changes

v0.7.1

Compare Source

Patch Changes

v0.7.0

Compare Source

Minor Changes

v0.6.24

Compare Source

Patch Changes

v0.6.23

Compare Source

Patch Changes

v0.6.22

Patch Changes

v0.6.21

Patch Changes

v0.6.20

Patch Changes

v0.6.19

Compare Source

Patch Changes

v0.6.18

Compare Source

Patch Changes

[v0.6.17](http


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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. View repository job log here.

@renovate renovate bot changed the title Update dependency vitest to v0.32.3 Update all non-major dependencies Jul 3, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 47ab744 to 05aee27 Compare July 9, 2023 22:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 895c8cd to df27d21 Compare July 17, 2023 11:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 6c6f7f0 to de24ce5 Compare July 24, 2023 01:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 4259ef9 to 11f204a Compare July 28, 2023 16:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 5e74cfa to 6cd5271 Compare April 30, 2024 01:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from af5f817 to 9442578 Compare May 13, 2024 21:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3ff7e8c to 7cb1c51 Compare May 23, 2024 22:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 0af8bff to b10cc89 Compare June 5, 2024 20:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 095bc92 to 12744fa Compare June 18, 2024 01:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 097a5c6 to f3c0645 Compare June 19, 2024 11:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f3c0645 to 2b7c082 Compare June 20, 2024 19:37
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

0 participants