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 minor-development-deps group across 1 directory with 9 updates #908

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps the minor-development-deps group with 9 updates in the / directory:

Package From To
knip 5.17.3 5.23.3
lerna 8.1.3 8.1.5
prettier 3.2.5 3.3.2
tsup 8.0.2 8.1.0
@readme/oas-examples 5.15.1 5.16.0
ajv 8.14.0 8.16.0
oas-normalize 11.1.0 11.1.1
type-fest 4.18.3 4.20.1
typescript 5.4.5 5.5.2

Updates knip from 5.17.3 to 5.23.3

Release notes

Sourced from knip's releases.

Release 5.23.3

  • Update dependencies (8c783e91)
  • Restore that (only) interfaces can be default-exported (resolves #709) (919a68bf)
  • Improve generated plugin docs (f33f1136)

Release 5.23.2

  • Fixes to config files + Cosmiconfig, Lilconfig and Unconfig generation. (#700) (83e18a10)
  • Exclude nsExports, classMembers and nsTypes from --exports shortcut (#698) (2e834465)
  • Update marketing materials (62090b40)
  • Update funding options (e8a4a00c)
  • Update marketing materials (4f6a1977)
  • Switch to microsoft/TypeScript main in integration tests (c8c6dabb)
  • Add whitespace in exports coverage (alias-exclude) (a03d4ebc)
  • Add more coverage for tag hints (3d551dbb)

Release 5.23.1

  • Minor refactors (efafcdc3)
  • Add test for re-export with includeEntryExports + ignoreExportsUsedInFile (#698) (c0a0f0be)
  • Consider alias exclude symbols referenced in ignoreExportsUsedInFile (resolves #697) (326b0181)
  • Fix enum members in re-exports in entry files (resolves #703) (3ff2253d)
  • Fix tag hints (#691) (dd051cd0)
  • Minor refactors (3e9806a9)
  • Fix isReferencedInExportedType AST helper (bc2e7165)

Release 5.23.0

  • Update docs (1f945edf)
  • Show unused custom ignored tags as hints (resolves #691) (78255fc7)
  • Don't report exports referenced in exported types (resolves #687) (834c26be)
  • Fix unused exports used in file with substring overlap (#695) (5a2176ea)
  • Name tests/fixtures after option name (a7b9a984)
  • Fix unused exports used in file with substring overlap (resolves #695) (555c1629)
  • Update docs re. issue reproduction (646ed753)

Release 5.22.3

  • Try harder looking up strictly-ns-references recursively (#690) (4cf13377)
  • Also traverse into re-exports and re-exported aliases when looking up strictly-ns-references (resolves #690) (b98c5b9e)
  • Update docs (e906674a)
  • Add support for graphql-codegen plugin level config (resolves #692) (#693) (71de7f17)

Release 5.22.2

  • Fix abs extended tsconfig paths if internal (resolves #689) (d1261c1d)
  • Update release-it and use JSON schema (a4111fe6)

Release 5.22.1

  • Add fixture for #687 (e15da45d)
  • Add require() import with ts ext to commonjs fixture (#681) (0c56610e)
  • Add support for thenable dynamic import w/ destructured arg (resolves #688) (1343826a)
  • Update ts dev dep (67404f39)

Release 5.22.0

... (truncated)

Commits
  • faace24 Release 5.23.3
  • 8c783e9 Update dependencies
  • 919a68b Restore that (only) interfaces can be default-exported (resolves #709)
  • f640342 Release 5.23.2
  • 83e18a1 Fixes to config files + Cosmiconfig, Lilconfig and Unconfig generation. (#700)
  • 2e83446 Exclude nsExports, classMembers and nsTypes from --exports shortcut (...
  • e8a4a00 Update funding options
  • a03d4eb Add whitespace in exports coverage (alias-exclude)
  • 3d551db Add more coverage for tag hints
  • 35cf1b7 Release 5.23.1
  • Additional commits viewable in compare view

Updates lerna from 8.1.3 to 8.1.5

Release notes

Sourced from lerna's releases.

v8.1.5

8.1.5 (2024-06-24)

Bug Fixes

  • update npm utility dependencies and related packages (#4033) (bd1c2d8)

v8.1.4

8.1.4 (2024-06-09)

Bug Fixes

  • specify 'dependencies: true' when prepping task runner options (#4017) (244462d)
Changelog

Sourced from lerna's changelog.

8.1.5 (2024-06-24)

Bug Fixes

  • update npm utility dependencies and related packages (#4033) (bd1c2d8)

8.1.4 (2024-06-09)

Note: Version bump only for package lerna

Commits

Updates prettier from 3.2.5 to 3.3.2

Release notes

Sourced from prettier's releases.

3.3.2

🔗 Changelog

3.3.1

🔗 Changelog

3.3.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.3.2

diff

Fix handlebars path expressions starts with @ (#16358 by @​Princeyadav05)

{{! Input }}
<div>{{@x.y.z}}</div>
{{! Prettier 3.3.1 }}
<div>{{@​x}}</div>
{{! Prettier 3.3.2 }}
<div>{{@​x.y.z}}</div>

3.3.1

diff

Preserve empty lines in front matter (#16347 by @​fisker)

<!-- Input -->
---
foo:
  - bar1


bar2


bar3



Markdown
<!-- Prettier 3.3.0 -->

foo:

bar1
bar2
bar3


Markdown
<!-- Prettier 3.3.1 -->
</tr></table>

... (truncated)

Commits

Updates tsup from 8.0.2 to 8.1.0

Release notes

Sourced from tsup's releases.

v8.1.0

8.1.0 (2024-06-03)

Features

  • upgrade esbuild to 0.21.4, opts-in for decorators (#1116) (796fc50)
Commits

Updates @readme/oas-examples from 5.15.1 to 5.16.0

Release notes

Sourced from @​readme/oas-examples's releases.

5.16.0

What's Changed

Full Changelog: readmeio/oas-examples@5.15.1...5.16.0

Commits
  • 6855856 build: 5.16.0 release
  • 82942db chore(deps-dev): bumping out of date deps
  • 5fcb308 feat: creation of a petstore-simple alternative with no tags
  • 06f6aa1 chore(deps-dev): bump the minor-developent-deps group with 3 updates (#109)
  • See full diff in compare view

Updates ajv from 8.14.0 to 8.16.0

Release notes

Sourced from ajv's releases.

v8.16.0

What's Changed

Full Changelog: ajv-validator/ajv@v8.15.0...v8.16.0

v8.15.0

What's Changed

New Contributors

Full Changelog: ajv-validator/ajv@v8.14.0...v8.15.0

Commits

Updates oas-normalize from 11.1.0 to 11.1.1

Commits

Updates type-fest from 4.18.3 to 4.20.1

Release notes

Sourced from type-fest's releases.

v4.20.1

  • Schema: Fix handling of arrays (#887) c570ec2
  • Paths: Prevent infinite recursion (#891) 7d4e875

sindresorhus/type-fest@v4.20.0...v4.20.1

v4.20.0

  • SimplifyDeep: Support array (#888) a6ab051
  • IsLiteral: Return false for tagged types (#886) 587380c

sindresorhus/type-fest@v4.19.0...v4.20.0

v4.19.0

sindresorhus/type-fest@v4.18.3...v4.19.0

Commits

Updates typescript from 5.4.5 to 5.5.2

Release notes

Sourced from typescript's releases.

TypeScript 5.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • ce2e60e Update LKG
  • f3b21a2 🤖 Pick PR #58931 (Defer creation of barebonesLibSourc...) into release-5.5 (#...
  • 7b1620b 🤖 Pick PR #58811 (fix(58801): "Move to file" on globa...) into release-5.5 (#...
  • 5367ae1 Bump version to 5.5.2 and LKG
  • 02132e5 🤖 Pick PR #58895 (Fix global when typescript.js loade...) into release-5.5 (#...
  • 45b1e3c 🤖 Pick PR #58872 (Fix declaration emit crash) into release-5.5 (#58874)
  • 17933ee 🤖 Pick PR #58810 (Fixed declaration emit issue relate...) into release-5.5 (#...
  • 552b07e 🤖 Pick PR #58786 (Fixed declaration emit crash relate...) into release-5.5 (#...
  • 39c9eeb Pick #58857 to release-5.5 (#58858)
  • 2b0009c 🤖 Pick PR #58846 (Ensure the updates with crashes rev...) into release-5.5 (#...
  • Additional commits viewable in compare view

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

…tory with 9 updates

Bumps the minor-development-deps group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.17.3` | `5.23.3` |
| [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) | `8.1.3` | `8.1.5` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.2` |
| [tsup](https://github.com/egoist/tsup) | `8.0.2` | `8.1.0` |
| [@readme/oas-examples](https://github.com/readmeio/oas-examples) | `5.15.1` | `5.16.0` |
| [ajv](https://github.com/ajv-validator/ajv) | `8.14.0` | `8.16.0` |
| [oas-normalize](https://github.com/readmeio/oas/tree/HEAD/packages/oas-normalize) | `11.1.0` | `11.1.1` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `4.18.3` | `4.20.1` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.2` |



Updates `knip` from 5.17.3 to 5.23.3
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.23.3/packages/knip)

Updates `lerna` from 8.1.3 to 8.1.5
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v8.1.5/packages/lerna)

Updates `prettier` from 3.2.5 to 3.3.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.5...3.3.2)

Updates `tsup` from 8.0.2 to 8.1.0
- [Release notes](https://github.com/egoist/tsup/releases)
- [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json)
- [Commits](egoist/tsup@v8.0.2...v8.1.0)

Updates `@readme/oas-examples` from 5.15.1 to 5.16.0
- [Release notes](https://github.com/readmeio/oas-examples/releases)
- [Commits](readmeio/oas-examples@5.15.1...5.16.0)

Updates `ajv` from 8.14.0 to 8.16.0
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v8.14.0...v8.16.0)

Updates `oas-normalize` from 11.1.0 to 11.1.1
- [Release notes](https://github.com/readmeio/oas/releases)
- [Commits](https://github.com/readmeio/oas/commits/oas-normalize@11.1.1/packages/oas-normalize)

Updates `type-fest` from 4.18.3 to 4.20.1
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.18.3...v4.20.1)

Updates `typescript` from 5.4.5 to 5.5.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.2)

---
updated-dependencies:
- dependency-name: knip
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: lerna
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: tsup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: "@readme/oas-examples"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: ajv
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: oas-normalize
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: type-fest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 1, 2024
@dependabot dependabot bot requested a review from erunion July 1, 2024 16:51
@erunion
Copy link
Member

erunion commented Jul 1, 2024

@dependabot rebase

@erunion
Copy link
Member

erunion commented Jul 1, 2024

@dependabot recreate

1 similar comment
@erunion
Copy link
Member

erunion commented Jul 1, 2024

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2024

Superseded by #909.

@dependabot dependabot bot closed this Jul 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-development-deps-0650005ba1 branch July 1, 2024 18:52
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant