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: bump @npmcli/eslint-config from 3.1.0 to 4.0.0 #43

Merged
merged 1 commit into from
Oct 14, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2022

Bumps @npmcli/eslint-config from 3.1.0 to 4.0.0.

Release notes

Sourced from @​npmcli/eslint-config's releases.

v4.0.0

4.0.0 (2022-10-10)

⚠️ BREAKING CHANGES

  • @npmcli/eslint-config is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

Changelog

Sourced from @​npmcli/eslint-config's changelog.

4.0.0 (2022-10-10)

⚠️ BREAKING CHANGES

  • @npmcli/eslint-config is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

Commits
  • 69ac718 chore: release 4.0.0 (#48)
  • a0d4612 chore: postinstall for dependabot template-oss PR
  • 4d919fb chore: bump @​npmcli/template-oss from 4.4.4 to 4.5.1
  • 21369eb chore: postinstall for dependabot template-oss PR
  • af0d8ff chore: bump @​npmcli/template-oss from 4.3.2 to 4.4.4
  • aacbd69 feat!: postinstall for dependabot template-oss PR
  • 6a5dfbb chore: bump @​npmcli/template-oss from 3.6.0 to 4.3.2
  • e8f9201 chore: postinstall for dependabot template-oss PR
  • 1786f6c chore: bump @​npmcli/template-oss from 3.5.0 to 3.6.0
  • See full diff in compare view

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 [@npmcli/eslint-config](https://github.com/npm/eslint-config) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/npm/eslint-config/releases)
- [Changelog](https://github.com/npm/eslint-config/blob/main/CHANGELOG.md)
- [Commits](npm/eslint-config@v3.1.0...v4.0.0)

---
updated-dependencies:
- dependency-name: "@npmcli/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 14, 2022 16:01
@dependabot dependabot bot added the Dependencies Pull requests that update a dependency file label Oct 14, 2022
@lukekarrys lukekarrys merged commit 73b8dd5 into main Oct 14, 2022
@lukekarrys lukekarrys deleted the dependabot/npm_and_yarn/npmcli/eslint-config-4.0.0 branch October 14, 2022 21:53
@github-actions github-actions bot mentioned this pull request Dec 4, 2023
@github-actions github-actions bot mentioned this pull request Sep 3, 2024
hashtagchris pushed a commit that referenced this pull request Sep 24, 2024
🤖 I have created a release *beep* *boop*
---


## [5.0.0](v4.0.0...v5.0.0)
(2024-09-24)
### ⚠️ BREAKING CHANGES
* `read-cmd-shim` now supports node `^18.17.0 || >=20.5.0`
### Bug Fixes
*
[`56c8424`](56c8424)
[#107](#107) align to npm 10
node engine range (@hashtagchris)
### Chores
*
[`ab0eecd`](ab0eecd)
[#109](#109) enable auto
publish (#109) (@reggi)
*
[`442a62a`](442a62a)
[#107](#107) run
template-oss-apply (@hashtagchris)
*
[`b41ae60`](b41ae60)
[#104](#104) bump cmd-shim from
6.0.3 to 7.0.0 (@dependabot[bot])
*
[`994fac3`](994fac3)
[#105](#105) bump
@npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
*
[`c4f85f3`](c4f85f3)
[#94](#94) linting:
no-unused-vars (@lukekarrys)
*
[`a0a4b33`](a0a4b33)
[#94](#94) bump
@npmcli/template-oss to 4.22.0 (@lukekarrys)
*
[`20721b4`](20721b4)
[#54](#54) deps: remove rimraf
(#54) (@lukekarrys)
*
[`b41c7e9`](b41c7e9)
[#42](#42) bump cmd-shim from
5.0.0 to 6.0.0 (@dependabot[bot])
*
[`73b8dd5`](73b8dd5)
[#43](#43) bump
@npmcli/eslint-config from 3.1.0 to 4.0.0 (@dependabot[bot])
*
[`19bd13d`](19bd13d)
[#106](#106) postinstall for
dependabot template-oss PR (@hashtagchris)
*
[`0b8954c`](0b8954c)
[#106](#106) bump
@npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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