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

build(deps-dev): Bump the dev-dependencies group with 6 updates #609

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2023

Bumps the dev-dependencies group with 6 updates:

Package From To
@commitlint/config-conventional 17.7.0 18.4.3
@types/prettier-linter-helpers 1.0.1 1.0.4
commitlint 17.7.2 18.4.3
graphql 16.7.1 16.8.1
lint-staged 13.2.3 15.1.0
svelte 4.2.1 4.2.7

Updates @commitlint/config-conventional from 17.7.0 to 18.4.3

Release notes

Sourced from @​commitlint/config-conventional's releases.

v18.4.3

Bug Fixes

Further updates

New Contributors

Full Changelog: conventional-changelog/commitlint@v18.4.2...v18.4.3

v18.4.2

18.4.2 (2023-11-16)

Bug Fixes

Full Changelog: conventional-changelog/commitlint@v18.4.1...v18.4.2

v18.4.1

18.4.1 (2023-11-12)

Bug Fixes

Full Changelog: conventional-changelog/commitlint@v18.4.0...v18.4.1

v18.4.0

18.4.0 (2023-11-10)

Features

... (truncated)

Changelog

Sourced from @​commitlint/config-conventional's changelog.

18.4.3 (2023-11-21)

Note: Version bump only for package @​commitlint/config-conventional

18.4.2 (2023-11-16)

Note: Version bump only for package @​commitlint/config-conventional

18.4.0 (2023-11-10)

Note: Version bump only for package @​commitlint/config-conventional

18.1.0 (2023-10-25)

Note: Version bump only for package @​commitlint/config-conventional

18.0.0 (2023-10-20)

BREAKING CHANGES

  • drop node v14 and v16 support

  • chore: remove unused types

  • docs: prepare node update and new release

  • chore!: minimum TS version v5

  • drop TS v4 support

  • ci: remove node v14/16 checks

... (truncated)

Commits

Updates @types/prettier-linter-helpers from 1.0.1 to 1.0.4

Commits

Updates commitlint from 17.7.2 to 18.4.3

Release notes

Sourced from commitlint's releases.

v18.4.3

Bug Fixes

Further updates

New Contributors

Full Changelog: conventional-changelog/commitlint@v18.4.2...v18.4.3

v18.4.2

18.4.2 (2023-11-16)

Bug Fixes

Full Changelog: conventional-changelog/commitlint@v18.4.1...v18.4.2

v18.4.1

18.4.1 (2023-11-12)

Bug Fixes

Full Changelog: conventional-changelog/commitlint@v18.4.0...v18.4.1

v18.4.0

18.4.0 (2023-11-10)

Features

... (truncated)

Changelog

Sourced from commitlint's changelog.

18.4.3 (2023-11-21)

Note: Version bump only for package commitlint

18.4.2 (2023-11-16)

Note: Version bump only for package commitlint

18.4.1 (2023-11-12)

Note: Version bump only for package commitlint

18.4.0 (2023-11-10)

Note: Version bump only for package commitlint

18.2.0 (2023-10-26)

Note: Version bump only for package commitlint

18.1.0 (2023-10-25)

Note: Version bump only for package commitlint

18.0.0 (2023-10-20)

... (truncated)

Commits

Updates graphql from 16.7.1 to 16.8.1

Release notes

Sourced from graphql's releases.

v16.8.1 (2023-09-19)

Bug Fix 🐞

Committers: 1

v16.8.0 (2023-08-14)

New Feature 🚀

Committers: 1

Commits

Updates lint-staged from 13.2.3 to 15.1.0

Release notes

Sourced from lint-staged's releases.

v15.1.0

Minor Changes

  • #1344 0423311 Thanks @​danielbayley! - Add support for loading configuration from package.yaml and package.yml files, supported by pnpm.

Patch Changes

v15.0.2

Patch Changes

  • #1339 8e82364 Thanks @​iiroj! - Update dependencies, including listr2@7.0.2 to fix an upstream issue affecting lint-staged.

v15.0.1

Patch Changes

  • #1217 d2e6f8b Thanks @​louneskmt! - Previously it was possible for a function task to mutate the list of staged files passed to the function, and accidentally affect the generation of other tasks. This is now fixed by passing a copy of the original file list instead.

v15.0.0

Major Changes

  • #1322 66b93aa Thanks @​iiroj! - Require at least Node.js 18.12.0

    This release drops support for Node.js 16, which is EOL after 2023-09-11. Please upgrade your Node.js to the latest version.

    Additionally, all dependencies have been updated to their latest versions.

v14.0.1

14.0.1 (2023-08-21)

Bug Fixes

  • fix reading config from stdin, introduced in v14.0.0 (#1317) (fc3bfea)

v14.0.0

14.0.0 (2023-08-13)

Features

BREAKING CHANGES

  • Please upgrade your Node.js version to at least 16.14.0.

... (truncated)

Changelog

Sourced from lint-staged's changelog.

15.1.0

Minor Changes

  • #1344 0423311 Thanks @​danielbayley! - Add support for loading configuration from package.yaml and package.yml files, supported by pnpm.

Patch Changes

15.0.2

Patch Changes

  • #1339 8e82364 Thanks @​iiroj! - Update dependencies, including listr2@7.0.2 to fix an upstream issue affecting lint-staged.

15.0.1

Patch Changes

  • #1217 d2e6f8b Thanks @​louneskmt! - Previously it was possible for a function task to mutate the list of staged files passed to the function, and accidentally affect the generation of other tasks. This is now fixed by passing a copy of the original file list instead.

15.0.0

Major Changes

  • #1322 66b93aa Thanks @​iiroj! - Require at least Node.js 18.12.0

    This release drops support for Node.js 16, which is EOL after 2023-09-11. Please upgrade your Node.js to the latest version.

    Additionally, all dependencies have been updated to their latest versions.

v14.0.1 - 21 Aug 2023

Bug Fixes

  • fix reading config from stdin, introduced in v14.0.0 (#1317) (fc3bfea)

v14.0.0 - 13 Aug 2023

Features

BREAKING CHANGES

  • Please upgrade your Node.js version to at least 16.14.0.

v13.3.0 - 13 Aug 2023

... (truncated)

Commits
  • 26eee9d chore(changeset): release
  • fed0770 docs: update README to mention v13.3.0
  • 70487af test: add unit test for uncovered error
  • 0423311 docs: add changeset
  • 19fe984 refactor: declare some variables
  • 0ac8e91 feat: add support for package.yaml
  • e023c2a test: add integration test for symbolic link git dir
  • 4b9fb10 chore(deps): update dependencies
  • 105d901 fix: suppress warnings when using --quiet
  • 21aeeb5 chore(deps): update dependencies
  • Additional commits viewable in compare view

Updates svelte from 4.2.1 to 4.2.7

Release notes

Sourced from svelte's releases.

svelte@4.2.7

Patch Changes

  • fix: handle spreads within static strings (#9554)

svelte@4.2.6

Patch Changes

  • fix: adjust static attribute regex (#9551)

svelte@4.2.5

Patch Changes

  • fix: ignore expressions in top level script/style tag attributes (#9498)

svelte@4.2.4

Patch Changes

  • fix: handle closing tags inside attribute values (#9486)

svelte@4.2.3

Patch Changes

  • fix: improve a11y-click-events-have-key-events message (#9358)

  • fix: more robust hydration of html tag (#9184)

svelte@4.2.2

Patch Changes

  • fix: support camelCase properties on custom elements (#9328)

  • fix: add missing plaintext-only value to contenteditable type (#9242)

  • chore: upgrade magic-string to 0.30.4 (#9292)

  • fix: ignore trailing comments when comparing nodes (#9197)

Changelog

Sourced from svelte's changelog.

4.2.7

Patch Changes

  • fix: handle spreads within static strings (#9554)

4.2.6

Patch Changes

  • fix: adjust static attribute regex (#9551)

4.2.5

Patch Changes

  • fix: ignore expressions in top level script/style tag attributes (#9498)

4.2.4

Patch Changes

  • fix: handle closing tags inside attribute values (#9486)

4.2.3

Patch Changes

  • fix: improve a11y-click-events-have-key-events message (#9358)

  • fix: more robust hydration of html tag (#9184)

4.2.2

Patch Changes

  • fix: support camelCase properties on custom elements (#9328)

  • fix: add missing plaintext-only value to contenteditable type (#9242)

  • chore: upgrade magic-string to 0.30.4 (#9292)

  • fix: ignore trailing comments when comparing nodes (#9197)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 24, 2023
Copy link

changeset-bot bot commented Nov 24, 2023

⚠️ No Changeset found

Latest commit: 11c141c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Bumps the dev-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `17.7.0` | `18.4.3` |
| [@types/prettier-linter-helpers](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prettier-linter-helpers) | `1.0.1` | `1.0.4` |
| [commitlint](https://github.com/conventional-changelog/commitlint/tree/HEAD/@alias/commitlint) | `17.7.2` | `18.4.3` |
| [graphql](https://github.com/graphql/graphql-js) | `16.7.1` | `16.8.1` |
| [lint-staged](https://github.com/okonet/lint-staged) | `13.2.3` | `15.1.0` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.1` | `4.2.7` |


Updates `@commitlint/config-conventional` from 17.7.0 to 18.4.3
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.4.3/@commitlint/config-conventional)

Updates `@types/prettier-linter-helpers` from 1.0.1 to 1.0.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prettier-linter-helpers)

Updates `commitlint` from 17.7.2 to 18.4.3
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@alias/commitlint/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.4.3/@alias/commitlint)

Updates `graphql` from 16.7.1 to 16.8.1
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.7.1...v16.8.1)

Updates `lint-staged` from 13.2.3 to 15.1.0
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v13.2.3...v15.1.0)

Updates `svelte` from 4.2.1 to 4.2.7
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.7/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.7/packages/svelte)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@types/prettier-linter-helpers"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: commitlint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: graphql
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-2b1c1e0072 branch from 91213de to 11c141c Compare November 24, 2023 22:49
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-2b1c1e0072 branch December 1, 2023 13:09
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.

None yet

1 participant