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-dev): bump the dev-npm group with 8 updates #261

Merged
merged 4 commits into from
May 20, 2024

Commits on May 20, 2024

  1. chore(deps-dev): bump the dev-npm group with 8 updates

    Bumps the dev-npm group with 8 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@changesets/cli](https://github.com/changesets/changesets) | `2.27.1` | `2.27.2` |
    | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.16` | `4.2.17` |
    | [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.5.7` | `2.5.9` |
    | [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) | `0.43.2` | `0.45.1` |
    | [eslint](https://github.com/eslint/eslint) | `9.2.0` | `9.3.0` |
    | [globals](https://github.com/sindresorhus/globals) | `15.2.0` | `15.3.0` |
    | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `7.8.0` | `7.9.0` |
    | [publint](https://github.com/bluwy/publint/tree/HEAD/pkg) | `0.2.7` | `0.2.8` |
    
    Updates `@changesets/cli` from 2.27.1 to 2.27.2
    - [Release notes](https://github.com/changesets/changesets/releases)
    - [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
    - [Commits](https://github.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])
    
    Updates `svelte` from 4.2.16 to 4.2.17
    - [Release notes](https://github.com/sveltejs/svelte/releases)
    - [Changelog](https://github.com/sveltejs/svelte/blob/[email protected]/packages/svelte/CHANGELOG.md)
    - [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)
    
    Updates `@sveltejs/kit` from 2.5.7 to 2.5.9
    - [Release notes](https://github.com/sveltejs/kit/releases)
    - [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
    - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/kit)
    
    Updates `@hey-api/openapi-ts` from 0.43.2 to 0.45.1
    - [Release notes](https://github.com/hey-api/openapi-ts/releases)
    - [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md)
    - [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/[email protected]...@hey-api/[email protected])
    
    Updates `eslint` from 9.2.0 to 9.3.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.2.0...v9.3.0)
    
    Updates `globals` from 15.2.0 to 15.3.0
    - [Release notes](https://github.com/sindresorhus/globals/releases)
    - [Commits](sindresorhus/globals@v15.2.0...v15.3.0)
    
    Updates `typescript-eslint` from 7.8.0 to 7.9.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/typescript-eslint)
    
    Updates `publint` from 0.2.7 to 0.2.8
    - [Release notes](https://github.com/bluwy/publint/releases)
    - [Commits](https://github.com/bluwy/publint/commits/v0.2.8/pkg)
    
    ---
    updated-dependencies:
    - dependency-name: "@changesets/cli"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-npm
    - dependency-name: svelte
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-npm
    - dependency-name: "@sveltejs/kit"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-npm
    - dependency-name: "@hey-api/openapi-ts"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-npm
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-npm
    - dependency-name: globals
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-npm
    - dependency-name: typescript-eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-npm
    - dependency-name: publint
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-npm
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and jordanshatford committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c1c1f74 View commit details
    Browse the repository at this point in the history
  2. chore(pnpm): use version 9.1.1

    Signed-off-by: Jordan Shatford <[email protected]>
    jordanshatford committed May 20, 2024
    Configuration menu
    Copy the full SHA
    34fce3d View commit details
    Browse the repository at this point in the history
  3. chore(client): update to use latest version of openapi ts

    Signed-off-by: Jordan Shatford <[email protected]>
    jordanshatford committed May 20, 2024
    Configuration menu
    Copy the full SHA
    2b85e56 View commit details
    Browse the repository at this point in the history
  4. chore(pnpm): set package manager strict to false

    Signed-off-by: Jordan Shatford <[email protected]>
    jordanshatford committed May 20, 2024
    Configuration menu
    Copy the full SHA
    5f70074 View commit details
    Browse the repository at this point in the history