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

Bump typescript-transform-paths from 3.4.7 to 3.5.0 #2029

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps typescript-transform-paths from 3.4.7 to 3.5.0.

Release notes

Sourced from typescript-transform-paths's releases.

v3.5.0

compare changes

🚀 Enhancements

  • Add package.json exports (#218)

💅 Refactors

  • Move top level register and nx-transformer to src/ (6f0a280)
  • Add prettier-plugin-jsdoc (0b5fd4c)
  • Remove ts-expose-internals imports (7b66926)
  • Update ts-expose-internals -> @​types/ts-expose-internals (56d62d2)

🏡 Chore

  • deps-dev: Remove strip-ansi (2fc9901)

❤️ Contributors

v3.4.11

compare changes

💅 Refactors

  • Remove namespaces in favor of modules (#236)
  • Fix eslint warnings (#238)
  • Fix no-require-imports eslint warning (#239)
  • Enable no-unused-vars eslint rule (2e3b9d6)
  • Remove tsconfig.base.json in favor of @​tsconfig/node18 (#235)
  • Unvendor typescript types definitions (#234)
  • Remove hardcoded types (#240)

📖 Documentation

  • Remove all contributors badge (#230)
  • Remove articles section (02d7d6c)

🏡 Chore

  • Update eslint config to remove old src/declarations path (0ab8ebc)
  • Update package.json contributors (b79f96d)
  • deps-dev: Bump @​types/node from 18.19.43 to 22.2.0 (#241)
  • deps-dev: Bump typescript-eslint from 8.0.1 to 8.1.0 (#243)
  • deps-dev: Bump @​eslint/js from 9.8.0 to 9.9.0 (#242)
  • deps-dev: Bump eslint from 9.8.0 to 9.9.0 (#245)

✅ Tests

... (truncated)

Changelog

Sourced from typescript-transform-paths's changelog.

v3.5.0

compare changes

🚀 Enhancements

  • Add package.json exports (#218)

💅 Refactors

  • Move top level register and nx-transformer to src/ (6f0a280)
  • Add prettier-plugin-jsdoc (0b5fd4c)
  • Remove ts-expose-internals imports (7b66926)
  • Update ts-expose-internals -> @​types/ts-expose-internals (56d62d2)

🏡 Chore

  • deps-dev: Remove strip-ansi (2fc9901)

❤️ Contributors

v3.4.11

compare changes

💅 Refactors

  • Remove namespaces in favor of modules (#236)
  • Fix eslint warnings (#238)
  • Fix no-require-imports eslint warning (#239)
  • Enable no-unused-vars eslint rule (2e3b9d6)
  • Remove tsconfig.base.json in favor of @​tsconfig/node18 (#235)
  • Unvendor typescript types definitions (#234)
  • Remove hardcoded types (#240)

📖 Documentation

  • Remove all contributors badge (#230)
  • Remove articles section (02d7d6c)

🏡 Chore

  • Update eslint config to remove old src/declarations path (0ab8ebc)
  • Update package.json contributors (b79f96d)
  • deps-dev: Bump @​types/node from 18.19.43 to 22.2.0 (#241)
  • deps-dev: Bump typescript-eslint from 8.0.1 to 8.1.0 (#243)
  • deps-dev: Bump @​eslint/js from 9.8.0 to 9.9.0 (#242)
  • deps-dev: Bump eslint from 9.8.0 to 9.9.0 (#245)

... (truncated)

Commits
  • 7567567 chore(release): v3.5.0
  • 56d62d2 refactor: update ts-expose-internals -> @​types/ts-expose-internals
  • 7b66926 refactor: remove ts-expose-internals imports
  • 0b5fd4c refactor: add prettier-plugin-jsdoc
  • 6f0a280 refactor: move top level register and nx-transformer to src/
  • 2fc9901 chore(deps-dev): remove strip-ansi
  • 0a51567 chore(deps): bump minimatch from 3.1.2 to 10.0.1 (#244)
  • b9ad604 feat: add package.json exports (#218)
  • 4ef70ab chore(release): v3.4.11
  • 02d7d6c docs: remove articles section
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by danielpza, a new releaser for typescript-transform-paths since your current version.


Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [typescript-transform-paths](https://github.com/LeDDGroup/typescript-transform-paths) from 3.4.7 to 3.5.0.
- [Release notes](https://github.com/LeDDGroup/typescript-transform-paths/releases)
- [Changelog](https://github.com/LeDDGroup/typescript-transform-paths/blob/master/CHANGELOG.md)
- [Commits](LeDDGroup/typescript-transform-paths@v3.4.7...v3.5.0)

---
updated-dependencies:
- dependency-name: typescript-transform-paths
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 19, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 11, 2024

Superseded by #2050.

@dependabot dependabot bot closed this Sep 11, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typescript-transform-paths-3.5.0 branch September 11, 2024 21:57
This pull request was closed.
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.

0 participants