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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps the dev-npm group with 8 updates:

Package From To
@changesets/cli 2.27.1 2.27.2
svelte 4.2.16 4.2.17
@sveltejs/kit 2.5.7 2.5.9
@hey-api/openapi-ts 0.43.2 0.45.1
eslint 9.2.0 9.3.0
globals 15.2.0 15.3.0
typescript-eslint 7.8.0 7.9.0
publint 0.2.7 0.2.8

Updates @changesets/cli from 2.27.1 to 2.27.2

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.27.2

Patch Changes

  • #1354 69be7dc Thanks @​Andarist! - Fixed an issue with changeset status incorrectly returning an error status in two cases:

    • for changed ignored packages
    • for changed private packages when privatePackage.version was set to false
  • #1351 c6da182 Thanks @​TheHolyWaffle! - Fix an issue with not applying a custom .prettierrc configuration with prettier@>= 3.1.1

  • Updated dependencies [c6da182]:

    • @​changesets/apply-release-plan@​7.0.1
    • @​changesets/write@​0.3.1
Commits
  • 4b60580 Version Packages (#1355)
  • 69be7dc Fixed changeset status combined with ignored and non-versionable private pa...
  • c6da182 Fix an issue with not applying a custom .prettierrc configuration with `pre...
  • 0bf89b3 Use node 20.x in release flow (#1333)
  • 4185510 Fix incorrect plural (#1310)
  • 93ee679 Add SECURITY.md
  • See full diff in compare view

Updates svelte from 4.2.16 to 4.2.17

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: correctly handle falsy values of style directives in SSR mode (#11584)
Changelog

Sourced from svelte's changelog.

4.2.17

Patch Changes

  • fix: correctly handle falsy values of style directives in SSR mode (#11584)
Commits

Updates @sveltejs/kit from 2.5.7 to 2.5.9

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.5.9

Patch Changes

  • fix: yield main thread before navigating (#12225)

  • fix: correctly handle aliases to files in the .svelte-kit directory (#12220)

@​sveltejs/kit@​2.5.8

Patch Changes

  • fix: prevent excessive Vite dependency optimizations on navigation (#12182)
Changelog

Sourced from @​sveltejs/kit's changelog.

2.5.9

Patch Changes

  • fix: yield main thread before navigating (#12225)

  • fix: correctly handle aliases to files in the .svelte-kit directory (#12220)

2.5.8

Patch Changes

  • fix: prevent excessive Vite dependency optimizations on navigation (#12182)
Commits

Updates @hey-api/openapi-ts from 0.43.2 to 0.45.1

Release notes

Sourced from @​hey-api/openapi-ts's releases.

@​hey-api/openapi-ts@​0.45.1

Patch Changes

  • fix: use generated types in request object instead of inlined duplicated params (#582)

@​hey-api/openapi-ts@​0.45.0

Minor Changes

  • feat: remove client inference (#569)

Patch Changes

  • fix: deduplicate inlined enums (#573)

  • fix: generate correct optional key in types when using positional arguments (useOptions: false) (#572)

@​hey-api/openapi-ts@​0.44.0

Minor Changes

  • feat: move format and lint config options to output object (#546)

Patch Changes

  • fix: comment position in JavaScript enums (#544)

  • fix: export inlined enums from components (#563)

  • fix: remove unused enums option from CLI (#565)

  • fix: Support typescript in peerDependencies (#551)

Commits
  • 244da53 Merge pull request #583 from hey-api/changeset-release/main
  • 559e987 Version Packages
  • a3b927a Merge pull request #582 from hey-api/fix/types-req
  • 86eb515 fix: use generated types in request object instead of inlined duplicated para...
  • ad1aa5b Merge pull request #570 from hey-api/changeset-release/main
  • d657d52 Version Packages
  • 5c99787 Merge pull request #559 from hey-api/dependabot/github_actions/github-actions...
  • 7ec65a6 Merge branch 'main' into dependabot/github_actions/github-actions-2ed79c8fe4
  • ff5ad9a Merge pull request #576 from hey-api/ci/match-pnpm-version-2
  • ffb15cc ci: remove sha from packageManager field
  • Additional commits viewable in compare view

Updates eslint from 9.2.0 to 9.3.0

Release notes

Sourced from eslint's releases.

v9.3.0

Features

  • b32153c feat: add overrides.namedExports to func-style rule (#18444) (Percy Ma)
  • b67eba4 feat: add restrictedNamedExportsPattern to no-restricted-exports (#18431) (Akul Srivastava)
  • 069aa68 feat: add option allowEscape to no-misleading-character-class rule (#18208) (Francesco Trotta)
  • 05ef92d feat: deprecate multiline-comment-style & line-comment-position (#18435) (唯然)
  • db0b174 feat: add enforceForInnerExpressions option to no-extra-boolean-cast (#18222) (Kirk Waiblinger)

Bug Fixes

  • 8db0eff fix: Improve config error messages (#18457) (Nicholas C. Zakas)
  • 5c28d9a fix: don't remove comments between key and value in object-shorthand (#18442) (Kuba Jastrzębski)
  • 39fb0ee fix: object-shorthand loses type parameters when auto-fixing (#18438) (dalaoshu)
  • 37eba48 fix: don't crash when fs.readFile returns promise from another realm (#18416) (Milos Djermanovic)

Documentation

  • ceada8c docs: explain how to use "tsc waiting" label (#18466) (Francesco Trotta)
  • 62e686c docs: Add troubleshooting info for plugin compatibility (#18451) (Nicholas C. Zakas)
  • e17e1c0 docs: Update README (GitHub Actions Bot)
  • 2465a1e docs: Update README (GitHub Actions Bot)
  • d23574c docs: Clarify usage of no-unreachable with TypeScript (#18445) (benj-dobs)
  • 1db9bae docs: Fix typos (#18443) (Frieder Bluemle)
  • 7065196 docs: Update README (GitHub Actions Bot)
  • 04e7c6e docs: update deprecation notice of no-return-await (#18433) (Tanuj Kanti)
  • e763512 docs: Link global ignores section in config object property list (#18430) (MaoShizhong)
  • ac7f718 docs: reflect release of v9 in config migration guide (#18412) (Peter Briggs)
  • 0de0909 docs: fix grammar in configuration file resolution (#18419) (Mike McCready)

Chores

  • 58e2719 chore: update dependencies for v9.3.0 release (#18469) (Francesco Trotta)
  • b681ecb chore: package.json update for @​eslint/js release (Jenkins)
  • 06f1d1c chore: update dependency @​humanwhocodes/retry to ^0.3.0 (#18463) (renovate[bot])
  • a63ed72 refactor: Use node: protocol for built-in Node.js modules (#18434) (Milos Djermanovic)
  • 040700a chore: update dependency markdownlint-cli to ^0.40.0 (#18425) (renovate[bot])
  • f47847c chore: update actions/stale action to v9 (#18426) (renovate[bot])
  • c18ad25 chore: update actions/upload-artifact action to v4 (#18427) (renovate[bot])
  • 27e3060 chore: Disable documentation label (#18423) (Nicholas C. Zakas)
Changelog

Sourced from eslint's changelog.

v9.3.0 - May 17, 2024

  • 58e2719 chore: update dependencies for v9.3.0 release (#18469) (Francesco Trotta)
  • b681ecb chore: package.json update for @​eslint/js release (Jenkins)
  • 8db0eff fix: Improve config error messages (#18457) (Nicholas C. Zakas)
  • ceada8c docs: explain how to use "tsc waiting" label (#18466) (Francesco Trotta)
  • b32153c feat: add overrides.namedExports to func-style rule (#18444) (Percy Ma)
  • 06f1d1c chore: update dependency @​humanwhocodes/retry to ^0.3.0 (#18463) (renovate[bot])
  • 5c28d9a fix: don't remove comments between key and value in object-shorthand (#18442) (Kuba Jastrzębski)
  • 62e686c docs: Add troubleshooting info for plugin compatibility (#18451) (Nicholas C. Zakas)
  • e17e1c0 docs: Update README (GitHub Actions Bot)
  • 39fb0ee fix: object-shorthand loses type parameters when auto-fixing (#18438) (dalaoshu)
  • b67eba4 feat: add restrictedNamedExportsPattern to no-restricted-exports (#18431) (Akul Srivastava)
  • 2465a1e docs: Update README (GitHub Actions Bot)
  • d23574c docs: Clarify usage of no-unreachable with TypeScript (#18445) (benj-dobs)
  • 1db9bae docs: Fix typos (#18443) (Frieder Bluemle)
  • 069aa68 feat: add option allowEscape to no-misleading-character-class rule (#18208) (Francesco Trotta)
  • 7065196 docs: Update README (GitHub Actions Bot)
  • 05ef92d feat: deprecate multiline-comment-style & line-comment-position (#18435) (唯然)
  • a63ed72 refactor: Use node: protocol for built-in Node.js modules (#18434) (Milos Djermanovic)
  • 04e7c6e docs: update deprecation notice of no-return-await (#18433) (Tanuj Kanti)
  • e763512 docs: Link global ignores section in config object property list (#18430) (MaoShizhong)
  • 37eba48 fix: don't crash when fs.readFile returns promise from another realm (#18416) (Milos Djermanovic)
  • 040700a chore: update dependency markdownlint-cli to ^0.40.0 (#18425) (renovate[bot])
  • f47847c chore: update actions/stale action to v9 (#18426) (renovate[bot])
  • c18ad25 chore: update actions/upload-artifact action to v4 (#18427) (renovate[bot])
  • 27e3060 chore: Disable documentation label (#18423) (Nicholas C. Zakas)
  • ac7f718 docs: reflect release of v9 in config migration guide (#18412) (Peter Briggs)
  • db0b174 feat: add enforceForInnerExpressions option to no-extra-boolean-cast (#18222) (Kirk Waiblinger)
  • 0de0909 docs: fix grammar in configuration file resolution (#18419) (Mike McCready)
Commits
  • 41a871c 9.3.0
  • 463a2e3 Build: changelog update for 9.3.0
  • 58e2719 chore: update dependencies for v9.3.0 release (#18469)
  • b681ecb chore: package.json update for @​eslint/js release
  • 8db0eff fix: Improve config error messages (#18457)
  • ceada8c docs: explain how to use "tsc waiting" label (#18466)
  • b32153c feat: add overrides.namedExports to func-style rule (#18444)
  • 06f1d1c chore: update dependency @​humanwhocodes/retry to ^0.3.0 (#18463)
  • 5c28d9a fix: don't remove comments between key and value in object-shorthand (#18442)
  • 62e686c docs: Add troubleshooting info for plugin compatibility (#18451)
  • Additional commits viewable in compare view

Updates globals from 15.2.0 to 15.3.0

Release notes

Sourced from globals's releases.

v15.3.0

  • Update globals (#251) 90b42e5

sindresorhus/globals@v15.2.0...v15.3.0

Commits

Updates typescript-eslint from 7.8.0 to 7.9.0

Release notes

Sourced from typescript-eslint's releases.

v7.9.0

7.9.0 (2024-05-13)

🚀 Features

  • rule-tester: check for missing placeholder data in the message (#9039)

🩹 Fixes

  • do not pass tsconfig canonical file name to typescript API to get program details for config file (#9042)
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters (#9045)

❤️ Thank You

  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

7.9.0 (2024-05-13)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates publint from 0.2.7 to 0.2.8

Release notes

Sourced from publint's releases.

v0.2.8

Bug fixes

Full Changelog: bluwy/publint@v0.2.7...v0.2.8

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from jordanshatford as a code owner May 20, 2024 02:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 20, 2024
Copy link

render bot commented May 20, 2024

Copy link

vercel bot commented May 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
youtube-downloader ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 20, 2024 3:01am

dependabot bot and others added 3 commits May 20, 2024 12:51
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]>
Signed-off-by: Jordan Shatford <[email protected]>
@jordanshatford jordanshatford merged commit 08ccd9c into main May 20, 2024
24 checks passed
@jordanshatford jordanshatford deleted the dependabot/npm_and_yarn/dev-npm-ca42f67716 branch May 20, 2024 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant