Skip to content

fix(deps): update @atcute/* (major)#408

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-@atcute
Open

fix(deps): update @atcute/* (major)#408
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-@atcute

Conversation

@renovate

@renovate renovate Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@atcute/atproto (source) ^3.1.12^4.0.2 age adoption passing confidence
@atcute/bluesky (source) ^3.3.5^4.0.10 age adoption passing confidence
@atcute/client (source) ^4.2.2^5.1.0 age adoption passing confidence
@atcute/lexicons (source) ^1.3.1^2.0.1 age adoption passing confidence

Release Notes

mary-ext/atcute (@​atcute/atproto)

v4.0.2

Compare Source

Patch Changes
  • a836d6a: declare sideEffects: false so bundlers can tree-shake unused schema modules pulled in
    through the barrel

v4.0.1

Compare Source

Patch Changes
  • b15c486: pull latest atproto lexicons

v4.0.0

Compare Source

Patch Changes
mary-ext/atcute (@​atcute/bluesky)

v4.0.10

Compare Source

Patch Changes
  • 6e86fd1: pull latest Bluesky lexicons

v4.0.9

Compare Source

Patch Changes
  • a01f3f5: pull latest Bluesky lexicons

v4.0.8

Compare Source

Patch Changes
  • d05fdce: pull latest Bluesky lexicons

v4.0.7

Patch Changes
  • e577e91: add app.bsky.embed.gallery limits
  • 4ce627c: pull latest Bluesky lexicons

v4.0.6

Patch Changes
  • d0c6362: pull latest Bluesky lexicons
  • 713c9ae: pull latest Bluesky lexicons

v4.0.5

Compare Source

Patch Changes
  • a836d6a: declare sideEffects: false so bundlers can tree-shake unused schema modules pulled in
    through the barrel
  • Updated dependencies [a836d6a]

v4.0.4

Compare Source

Patch Changes
  • 24696c1: pull latest Bluesky lexicons

v4.0.3

Compare Source

Patch Changes
  • 65ced9c: pull latest Bluesky lexicons
  • 2fdf098: pull latest Bluesky lexicons

v4.0.2

Compare Source

Patch Changes
  • 8c57b20: pull latest Bluesky lexicons

v4.0.1

Compare Source

Patch Changes
  • 46b483d: pull latest Bluesky lexicons

v4.0.0

Compare Source

Patch Changes
mary-ext/atcute (@​atcute/client)

v5.1.0

Compare Source

Minor Changes
  • 99de512: add retryFetchHandler, a middleware that retries rate-limited (429) responses with
    backoff, and parseRateLimitHeaders for reading the server's RateLimit-* headers

v5.0.0

Compare Source

Major Changes
  • 63a1d80: drop CredentialManager

    use PasswordSession from @atcute/password-session instead.

    // before
    import { CredentialManager } from '@​atcute/client';
    
    const manager = new CredentialManager({ service: 'https://bsky.social' });
    await manager.login({ identifier, password });
    
    // after
    import { PasswordSession } from '@​atcute/password-session';
    
    const session = await PasswordSession.login({
    	service: 'https://bsky.social',
    	identifier,
    	password,
    });
  • 0fb5499: replace Client's proxy option object with an AtprotoAudience string

    the ServiceProxyOptions type is gone.

    // before
    new Client({
    	handler,
    	proxy: { did: 'did:web:api.bsky.chat', serviceId: '#bsky_chat' },
    });
    
    // after
    new Client({ handler, proxy: 'did:web:api.bsky.chat#bsky_chat' });
Patch Changes
mary-ext/atcute (@​atcute/lexicons)

v2.0.1

Compare Source

Patch Changes
  • c1cf758: fix forward references in constrained arrays so schemas with circular definitions (such
    as app.bsky.draft.defs) no longer throw a "cannot access before initialization" error on import

v2.0.0

Compare Source

Major Changes
  • d64ddf1: make at-uri parsing throw

    parseResourceUri and parseCanonicalResourceUri now return the parsed value directly and throw
    SyntaxError on invalid input, instead of returning a Result<T, string>.

    // before
    const result = parseResourceUri(input);
    if (result.ok) {
    	console.log(result.value.repo);
    }
    
    // after
    try {
    	const parsed = parseResourceUri(input);
    	console.log(parsed.repo);
    } catch (err) {
    	// SyntaxError on invalid input
    }

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • On day 1 through 2 and 15 through 16 of the month (* * 1-2,15-16 * *)
  • 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 was generated by Mend Renovate. View the repository job log.

@changeset-bot

changeset-bot Bot commented Jun 16, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 0171e78

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

@netlify

netlify Bot commented Jun 16, 2026

Copy link
Copy Markdown

Deploy Preview for astro-embed ready!

Name Link
🔨 Latest commit 0171e78
🔍 Latest deploy log https://app.netlify.com/projects/astro-embed/deploys/6a38954be21e5500084884df
😎 Deploy Preview https://deploy-preview-408--astro-embed.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate Bot force-pushed the renovate/major-@atcute branch 2 times, most recently from b70ba7f to 8284e33 Compare June 19, 2026 13:03
@renovate renovate Bot force-pushed the renovate/major-@atcute branch from 8284e33 to 0171e78 Compare June 22, 2026 01:52
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