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

fix(deps): update dependencies #68

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) ^8.57.0 -> ^9.0.0 age adoption passing confidence
eslint-plugin-astro (source) ^0.34.0 -> ^1.0.0 age adoption passing confidence
eslint-plugin-json ^3.1.0 -> ^4.0.0 age adoption passing confidence
eslint-plugin-yaml ^0.5.0 -> ^1.0.0 age adoption passing confidence
make-synchronous ^0.1.1 -> ^1.0.0 age adoption passing confidence
read-pkg-up ^7.0.1 -> ^11.0.0 age adoption passing confidence

Release Notes

eslint/eslint (eslint)

v9.4.0

Compare Source

v9.3.0

Compare Source

v9.2.0

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

v9.0.0

Compare Source

ota-meshi/eslint-plugin-astro (eslint-plugin-astro)

v1.2.2

Compare Source

Patch Changes

v1.2.1

Compare Source

Patch Changes

v1.2.0

Compare Source

Minor Changes

v1.1.2

Compare Source

Patch Changes

v1.1.1

Compare Source

Patch Changes

v1.1.0

Compare Source

Minor Changes
Patch Changes

v1.0.3

Compare Source

Patch Changes

v1.0.2

Compare Source

Patch Changes

v1.0.1

Compare Source

Patch Changes

v1.0.0

Compare Source

Major Changes
azeemba/eslint-plugin-json (eslint-plugin-json)

v4.0.0

Compare Source

aminya/eslint-plugin-yaml (eslint-plugin-yaml)

v1.0.0

Compare Source

What's Changed

Eslint 9 Support

Add the following to eslint.config.cjs:

const pluginYaml = require("esling-plugin-yaml")

module.exports = [pluginYaml.configs.recommended]

or to eslint.config.mjs:

import pluginYaml from "esling-plugin-yaml"

export default [pluginYaml.configs.recommended]

Breaking Change For Eslint 8

Eslint 8 support is now through the legacy config. See the readme.

{
  "plugins": ["yaml"],
  "extends": ["plugin:yaml/legacy"]
}

Full Changelog: aminya/eslint-plugin-yaml@v0.5.0...v1.0.0

sindresorhus/make-synchronous (make-synchronous)

v1.0.0

Compare Source

Breaking
  • Require Node.js 12.20 7dd2e29
  • This package is now pure ESM. Please read this.
  • You can no longer use require(…) inside the given function.
sindresorhus/read-pkg-up (read-pkg-up)

v11.0.0

Compare Source

Breaking
  • Rename package from read-pkg-up to read-package-up 1e22fad
  • Require Node.js 18 935a546

v10.1.0

Compare Source

v10.0.0

Compare Source

Breaking
Improvements

v9.1.0

Compare Source

v9.0.0

Compare Source

Breaking
  • Rename the readPackageUpAsync export to readPackageUp 8f870da
  • Require Node.js 12.20

v8.0.0

Compare Source

Breaking
  • Require Node.js 12 e6fbe7f
  • This package now exports two named exports instead of a default export e6fbe7f
  • This package is now pure ESM. Please read this.

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency read-pkg-up to v9 fix(deps): update dependencies Mar 20, 2023
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from 3619c10 to 6ef2b45 Compare March 24, 2023 10:13
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from 889f4eb to 0da875f Compare April 27, 2023 23:22
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 5ac9400 to 1823937 Compare May 6, 2023 00:42
@renovate renovate bot changed the title fix(deps): update dependencies fix(deps): update dependency read-pkg-up to v9 May 24, 2023
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from d783d1b to 1fbe23e Compare May 24, 2023 22:53
@renovate renovate bot changed the title fix(deps): update dependency read-pkg-up to v9 fix(deps): update dependencies May 24, 2023
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from 6267cd1 to 11fbf67 Compare June 2, 2023 15:02
@renovate renovate bot force-pushed the renovate/dependencies branch 7 times, most recently from 21a1c6e to 032e675 Compare June 18, 2023 15:24
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from 456d07c to 98c54b7 Compare June 24, 2023 22:11
@renovate renovate bot force-pushed the renovate/dependencies branch 7 times, most recently from 722b6f1 to fcc60f8 Compare May 3, 2024 19:58
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from 6f149e9 to 55bffa3 Compare May 13, 2024 18:04
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from 4e52bad to cadb452 Compare May 24, 2024 13:15
@renovate renovate bot force-pushed the renovate/dependencies branch 5 times, most recently from 2c37a8a to 62f4c82 Compare June 1, 2024 17:20
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from 4ce9830 to 6ef0aff Compare June 5, 2024 13:49
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from 5cf3580 to 9fe870b Compare June 14, 2024 07:58
@aminya aminya closed this Jun 14, 2024
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