Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2023

Bumps @hover/javascript from 6.90.0 to 7.0.0.

Release notes

Sourced from @​hover/javascript's releases.

v7.0.0

7.0.0 (2023-01-19)

Bug Fixes

  • api/test: forward ts-jest utils from ts-jest, remove mocked (56756f9)
  • config/jest: add jest-environment-jsdom as a dependency (c81409e)
  • config/jest: set ts-jest transform unconditionally (03df4f9)
  • remove skipLibCheck as it's no longer necessary (d2e9873)
  • scripts/pre-commit: don't fail when no related tests are found (12c307b)
  • test: add @swc/helpers (446707a)

Features

  • api/commit: add support for excluding directories in ls.dirs() (8648a39)
  • config/eslint: dissallow default exports in strict configuration (1fbee33)
  • config/jest: @swc/jest@swc-node/jest (supports tsconfig) (7627f06)
  • config/release: specify next as a pre-release channel as well (5ace598)
  • config/test: use @​swc/jest as default Jest transform (bf86aac)
  • deps: update eslint (17e60e0)
  • deps: upgrade @swc-node/jest and @swc/core (a5d4057)
  • deps: upgrade all dependencies to latest (82d6fdd)
  • deps: upgrade commitlint (fcb02d2)
  • deps: upgrade Prettier to 2.8.1 (3f56e8a)
  • scripts/ci-after-success: use Semantic Release 19 (9e87c79)
  • scripts/test: upgrade Jest to 28.x (0c67b80)
  • scripts/test: upgrade Jest to 29.x (01dadec)
  • scripts/test: upgrade Jest to 29.x (955ea31)

BREAKING CHANGES

  • deps: potential breaking change as some upgrades were major
  • api/commit: ls.dirs() from api/commit now takes an options object as the second parameter instead of a prefix. If you're using a prefix you'll need to make the following change:
// Before
ls.dirs('./packages', 'my-prefix');
// After
ls.dirs('./packages', { prefix: 'my-prefix' });

  • api/commit: ls.dirs() now excludes node_modules directories by default. If for some reason you want to include `node_modules`, you'll need to explicitly set `exclude` to `null`:

... (truncated)

Commits
  • 6f208dd Merge pull request #829 from hoverinc/next
  • e0f0875 chore: remove discrepancy in Jest configuration
  • c01832f build(deps): deduplicate lockfile
  • 62e4012 Merge branch 'main' into next
  • ad6df53 Merge pull request #782 from hoverinc/beta
  • 17ce718 Merge branch 'main' into beta
  • 82d6fdd feat(deps): upgrade all dependencies to latest
  • 6bb9799 refactor(deps): remove direct dependency on arrify
  • 446707a fix(test): add @swc/helpers
  • 5e94f75 build(deps): bump json5 from 1.0.1 to 1.0.2
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jamierolfs, a new releaser for @​hover/javascript 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 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 [@hover/javascript](https://github.com/hoverinc/hover-javascript) from 6.90.0 to 7.0.0.
- [Release notes](https://github.com/hoverinc/hover-javascript/releases)
- [Changelog](https://github.com/hoverinc/hover-javascript/blob/main/CHANGELOG.md)
- [Commits](hoverinc/hover-javascript@v6.90.0...v7.0.0)

---
updated-dependencies:
- dependency-name: "@hover/javascript"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 19, 2023
@dependabot dependabot bot requested a review from jrolfs January 19, 2023 21:05
@jrolfs jrolfs closed this Feb 23, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 23, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot-npm_and_yarn-hover-javascript-7.0.0 branch February 23, 2023 06:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

2 participants