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

feat(deps): update eslint to 8.48.0 #176

Merged
merged 1 commit into from
Aug 26, 2023
Merged

feat(deps): update eslint to 8.48.0 #176

merged 1 commit into from
Aug 26, 2023

Conversation

ogkevin-robot[bot]
Copy link

@ogkevin-robot ogkevin-robot bot commented Aug 26, 2023

This PR contains the following updates:

Package Type Update Change
eslint (source) devDependencies minor 8.47.0 -> 8.48.0

Release Notes

eslint/eslint (eslint)

v8.48.0

Compare Source

Features

  • 1fbb3b0 feat: correct update direction in for-direction (#​17483) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#​17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#​17282) (nopeless)

Bug Fixes

  • 7234f6a fix: update RuleTester JSDoc and deprecations (#​17496) (Jonas Berlin)

Documentation

  • 7a51d77 docs: no-param-reassign mention strict mode (#​17494) (Stephen Hardy)
  • 9cd7ac2 docs: add fetch script to package.json conventions (#​17459) (Nitin Kumar)
  • cab21e6 docs: advice for inline disabling of rules (#​17458) (Ashish Yadav)
  • 056499d docs: fix example of flat config from plugin (#​17482) (Francesco Trotta)
  • 9e9edf9 docs: update documentation URL in error message (#​17465) (Nitin Kumar)

Chores


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| npm        | eslint  | 8.47.0 | 8.48.0 |
@ogkevin-robot ogkevin-robot bot requested a review from OGKevin August 26, 2023 10:17
@OGKevin OGKevin merged commit 321cb97 into master Aug 26, 2023
@OGKevin OGKevin deleted the renovate/eslint-8.x branch August 26, 2023 10:31
ogkevin-robot bot added a commit that referenced this pull request Dec 5, 2023
🤖 I have created a release *beep* *boop*
---


## [1.5.4](1.5.3...1.5.4) (2023-12-05)


### ⚠ BREAKING CHANGES

* **docker-image:** Update mcr.microsoft.com/vscode/devcontainers/javascript-node Docker tag to v20 ([#182](#182))
* **docker-image:** Update Node.js to v20 ([#181](#181))
* **github-action:** Update actions/setup-node action ([#202](#202))
* **github-action:** Update actions/checkout action to v4 ([#185](#185))

### Features

* add release-please pipeline ([#211](#211)) ([4afe002](4afe002))
* **deps:** update @types/node to 18.17.6 ([#162](#162)) ([2b88d99](2b88d99))
* **deps:** update @types/node to 18.18.7 ([#201](#201)) ([e68eff3](e68eff3))
* **deps:** update @types/node to 18.19.0 ([#236](#236)) ([07225a9](07225a9))
* **deps:** update esbuild to 0.19.2 ([#163](#163)) ([67eb2d7](67eb2d7))
* **deps:** update eslint to 8.47.0 ([#164](#164)) ([bd2e6e3](bd2e6e3))
* **deps:** update eslint to 8.48.0 ([#176](#176)) ([321cb97](321cb97))
* **deps:** update eslint to 8.52.0 ([#190](#190)) ([20c4a89](20c4a89))
* **deps:** update eslint to 8.53.0 ([#215](#215)) ([abd7a62](abd7a62))
* **deps:** update eslint to 8.55.0 ([#237](#237)) ([c8a57e9](c8a57e9))
* **deps:** update obsidian to 1.4.0 ([#165](#165)) ([611d7f9](611d7f9))
* **deps:** update typescript to 5.2.2 ([#173](#173)) ([218733c](218733c))
* **deps:** update typescript to 5.3.2 ([#225](#225)) ([9e59d81](9e59d81))
* **deps:** update typescript-eslint monorepo to 6.1.0 ([#16](#16)) ([09cd839](09cd839))
* **deps:** update typescript-eslint monorepo to 6.10.0 (minor) ([#219](#219)) ([3d557ce](3d557ce))
* **deps:** update typescript-eslint monorepo to 6.12.0 (minor) ([#226](#226)) ([83bdfa4](83bdfa4))
* **deps:** update typescript-eslint monorepo to 6.13.0 (minor) ([#233](#233)) ([86da960](86da960))
* **deps:** update typescript-eslint monorepo to 6.4.0 ([#166](#166)) ([ceb86f4](ceb86f4))
* **deps:** update typescript-eslint monorepo to 6.5.0 (minor) ([#183](#183)) ([732c188](732c188))
* **deps:** update typescript-eslint monorepo to 6.9.1 ([#188](#188)) ([c19b615](c19b615))
* **docker-image:** Update mcr.microsoft.com/vscode/devcontainers/javascript-node Docker tag to v20 ([#182](#182)) ([4e0603d](4e0603d))
* **docker-image:** Update Node.js to v20 ([#181](#181)) ([49f5272](49f5272))


### Bug Fixes

* **deps:** update @types/better-sqlite3 to 7.6.4 ([#180](#180)) ([a649b2e](a649b2e))
* **deps:** update @types/better-sqlite3 to 7.6.6 ([#192](#192)) ([48ff8ca](48ff8ca))
* **deps:** update @types/better-sqlite3 to 7.6.7 ([#218](#218)) ([8ad1c4c](8ad1c4c))
* **deps:** update @types/better-sqlite3 to 7.6.8 ([#228](#228)) ([66d1928](66d1928))
* **deps:** update @types/chai to 4.3.10 ([#220](#220)) ([2a4c145](2a4c145))
* **deps:** update @types/chai to 4.3.11 ([#229](#229)) ([7aa68da](7aa68da))
* **deps:** update @types/mocha to 10.0.3 ([#199](#199)) ([eb4cbbe](eb4cbbe))
* **deps:** update @types/mocha to 10.0.4 ([#221](#221)) ([02f5ca0](02f5ca0))
* **deps:** update @types/mocha to 10.0.6 ([#230](#230)) ([4e8ef1a](4e8ef1a))
* **deps:** update @types/node to 18.17.12 ([2f96491](2f96491))
* **deps:** update @types/node to 18.17.14 ([#184](#184)) ([ff47913](ff47913))
* **deps:** update @types/node to 18.17.8 ([#169](#169)) ([07345b2](07345b2))
* **deps:** update @types/node to 18.17.9 ([#170](#170)) ([f57cf8f](f57cf8f))
* **deps:** update @types/node to 18.18.13 ([#223](#223)) ([1a3e313](1a3e313))
* **deps:** update @types/node to 18.18.8 ([#212](#212)) ([148489f](148489f))
* **deps:** update @types/node to 18.18.9 ([#222](#222)) ([d87a214](d87a214))
* **deps:** update @types/sql.js to 1.4.9 ([#200](#200)) ([66b2dd6](66b2dd6))
* **deps:** update chai to 4.3.10 ([#187](#187)) ([30a3137](30a3137))
* **deps:** update chai to 4.3.10 ([#208](#208)) ([ecb850d](ecb850d))
* **deps:** update chai to 4.3.8 ([#172](#172)) ([7efe545](7efe545))
* **deps:** update esbuild to 0.18.15 ([#17](#17)) ([14bc1b9](14bc1b9))
* **deps:** update esbuild to 0.19.5 ([#193](#193)) ([07f27cb](07f27cb))
* **deps:** update esbuild to 0.19.5 ([#209](#209)) ([cb80a79](cb80a79))
* **deps:** update esbuild to 0.19.8 ([#224](#224)) ([63d00f6](63d00f6))
* **deps:** update obsidian to 1.4.11 ([#191](#191)) ([f87e675](f87e675))
* **deps:** update obsidian to 1.4.4 ([#171](#171)) ([7d6b4bb](7d6b4bb))
* **deps:** update tslib to 2.6.2 ([#160](#160)) ([8e2e83e](8e2e83e))
* **deps:** update typescript-eslint monorepo to 6.13.2 ([#244](#244)) ([db5765f](db5765f))
* **deps:** update typescript-eslint monorepo to 6.4.1 ([#168](#168)) ([1f62800](1f62800))
* don't crash when there are no highlights ([#159](#159)) ([27d5c3d](27d5c3d))
* renovate pipeline ([#204](#204)) ([1b63f90](1b63f90))
* renovate pipeline for npm ([#206](#206)) ([db4293d](db4293d))
* typo for template on settings screen ([de6b7c3](de6b7c3))


### Continuous Integration

* **github-action:** Update actions/checkout action to v4 ([#185](#185)) ([e26bdb0](e26bdb0))
* **github-action:** Update actions/setup-node action ([#202](#202)) ([b7b5bc9](b7b5bc9))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant