Skip to content

Releases: apollographql/apollo-utils

@apollo/[email protected]

17 Apr 22:53
9b66f38
Compare
Choose a tag to compare

Major Changes

Patch Changes

@apollo/[email protected]

17 Apr 22:53
9b66f38
Compare
Choose a tag to compare

Major Changes

@apollo/[email protected]

17 Apr 22:53
9b66f38
Compare
Choose a tag to compare

Major Changes

Patch Changes

  • #271 4e85af0 Thanks @trevor-scheer! - Update lru-cache dependency from v7.x to v9.x

    The InMemoryLRUCache constructor accepts an LRUCache.Options object. This type has changed since v8.x, so you may need to update your usages accordingly.

    The changes in the options typings aren't documented in the changelog; please look at the source below for specifics.

    v7 options can be derived here.
    v8-9 options can be derived here.

  • Updated dependencies [4e85af0]:

@apollo/[email protected]

17 Apr 22:53
9b66f38
Compare
Choose a tag to compare

Major Changes

Patch Changes

@apollo/[email protected]

17 Apr 22:53
9b66f38
Compare
Choose a tag to compare

Major Changes

@apollo/[email protected]

17 Apr 22:53
9b66f38
Compare
Choose a tag to compare

Major Changes

@apollo/[email protected]

17 Apr 22:53
9b66f38
Compare
Choose a tag to compare

Major Changes

@apollo/[email protected]

17 Apr 22:53
9b66f38
Compare
Choose a tag to compare

Major Changes

@apollo/[email protected]

17 Apr 22:53
9b66f38
Compare
Choose a tag to compare

Major Changes

Patch Changes

@apollo/[email protected]

03 Apr 19:18
353e9da
Compare
Choose a tag to compare

Patch Changes

  • #266 ba46d81 Thanks @renovate! - Start building packages with TypeScript v5, which should have no effect for consumers