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

Bump the dev-dependencies group with 5 updates #108

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps the dev-dependencies group with 5 updates:

Package From To
@adamlui/scss-to-css 1.10.18 1.10.19
@eslint/json 0.6.0 0.7.0
eslint 9.14.0 9.15.0
eslint-plugin-regexp 2.6.0 2.7.0
husky 9.1.6 9.1.7

Updates @adamlui/scss-to-css from 1.10.18 to 1.10.19

Release notes

Sourced from @​adamlui/scss-to-css's releases.

scss-to-css (Node) v1.10.19

📃 Changelog

For more detailed information and usage instructions, please refer to the README for this release: https://github.com/adamlui/scss-to-css/tree/node-v1.10.19/node.js/#readme

Note: Asset scss-to-css-1.10.19.tgz is the official release package as published to npm and *.zip files are auto-generated by GitHub, they contain a git snapshot of the entire repo at the time of this release.

Commits
  • a70c6de Bumped scss-to-css versions to 1.10.19
  • 7a33e07 Merge pull request #52 from adamlui/dependabot/npm_and_yarn/node.js/cross-spa...
  • 12fca03 Bump cross-spawn from 7.0.3 to 7.0.5 in /node.js
  • 9cb7b19 Merge pull request #51 from adamlui/dependabot/npm_and_yarn/eslint-9.15.0
  • 3b9ccb1 Merge pull request #145 from adamlui/dependabot/npm_and_yarn/scss-to-css/node...
  • 98c33e7 Bump eslint from 9.14.0 to 9.15.0
  • 5d52114 Added versioning-strategy: increase
  • e17ae22 Merge pull request #49 from adamlui/dependabot/npm_and_yarn/eslint-plugin-reg...
  • 59258ac Bump eslint-plugin-regexp from 2.6.0 to 2.7.0
  • 5e89a38 Added eslint-plugin-regexp as dev dependency
  • Additional commits viewable in compare view

Updates @eslint/json from 0.6.0 to 0.7.0

Release notes

Sourced from @​eslint/json's releases.

json: v0.7.0

0.7.0 (2024-11-17)

Features

  • enable no-unsafe-values and add it to recommended configuration (#51) (72273f5)
  • rule no-unsafe-values (#30) (6988e5c)

Bug Fixes

  • Upgrade Momoa to fix parsing errors (#50) (3723a07)
Changelog

Sourced from @​eslint/json's changelog.

0.7.0 (2024-11-17)

Features

  • enable no-unsafe-values and add it to recommended configuration (#51) (72273f5)
  • rule no-unsafe-values (#30) (6988e5c)

Bug Fixes

  • Upgrade Momoa to fix parsing errors (#50) (3723a07)
Commits

Updates eslint from 9.14.0 to 9.15.0

Release notes

Sourced from eslint's releases.

v9.15.0

Features

  • 01557ce feat: Implement Language#normalizeLanguageOptions() (#19104) (Nicholas C. Zakas)
  • 2edc0e2 feat: add meta.defaultOptions (#17656) (Josh Goldberg ✨)
  • bdec50e feat: fix no-useless-computed-key false negative with __proto__ (#19123) (Milos Djermanovic)
  • 3087c9e feat: add meta object to @eslint/js plugin (#19095) (Francesco Trotta)

Bug Fixes

  • fd33f13 fix: update types for no-restricted-imports rule (#19060) (Nitin Kumar)
  • bd35098 fix: switch away from Node.js node:assert and AssertionError (#19082) (Josh Goldberg ✨)
  • 9db5b15 fix: unsafe report for no-lonely-if (#19087) (Abraham Guo)
  • 68fa497 fix: ignore files on a different drive on Windows (#19069) (Francesco Trotta)
  • 4ce625a fix: upgrade @​humanwhocodes/retry@​0.4.1 to avoid debug logs (#19102) (Milos Djermanovic)

Documentation

  • d927920 docs: fix styles in no-js mode (#18916) (Tanuj Kanti)
  • 09bc2a8 docs: Update README (GitHub Actions Bot)
  • 39089c8 docs: add no-useless-computed-key examples with object patterns (#19109) (Milos Djermanovic)
  • 895c60f docs: add missing messageId property and suggestion properties (#19122) (fnx)
  • 298625e docs: Change CLI -c to use flat config (#19103) (Nicholas C. Zakas)
  • 522d8a3 docs: add deprecation on indent, quotes and semi rule types (#19090) (Marco Pasqualetti)

Chores

  • 2967d91 chore: upgrade @​eslint/js@​9.15.0 (#19133) (Milos Djermanovic)
  • b441bee chore: package.json update for @​eslint/js release (Jenkins)
  • 7d6bf4a chore: upgrade @​eslint/core@​0.9.0 (#19131) (Milos Djermanovic)
  • 902e707 chore: upgrade @​eslint/plugin-kit@​0.2.3 (#19130) (Milos Djermanovic)
  • 5ff6c1d chore: bump cross-spawn (#19125) (Ian Bobinac)
  • cceccc7 chore: update dependency @​eslint/json to ^0.6.0 (#19117) (renovate[bot])
  • 0da3f73 chore: update algolia referrer (#19114) (Strek)
  • 4f08332 ci: unpin trunk-io/trunk-action (#19108) (Francesco Trotta)
  • 6b75683 perf: optimize text-table by replacing regex with trimEnd (#19061) (Nitin Kumar)
Changelog

Sourced from eslint's changelog.

v9.15.0 - November 15, 2024

  • 2967d91 chore: upgrade @​eslint/js@​9.15.0 (#19133) (Milos Djermanovic)
  • b441bee chore: package.json update for @​eslint/js release (Jenkins)
  • 7d6bf4a chore: upgrade @​eslint/core@​0.9.0 (#19131) (Milos Djermanovic)
  • 01557ce feat: Implement Language#normalizeLanguageOptions() (#19104) (Nicholas C. Zakas)
  • 902e707 chore: upgrade @​eslint/plugin-kit@​0.2.3 (#19130) (Milos Djermanovic)
  • 2edc0e2 feat: add meta.defaultOptions (#17656) (Josh Goldberg ✨)
  • fd33f13 fix: update types for no-restricted-imports rule (#19060) (Nitin Kumar)
  • 5ff6c1d chore: bump cross-spawn (#19125) (Ian Bobinac)
  • d927920 docs: fix styles in no-js mode (#18916) (Tanuj Kanti)
  • bdec50e feat: fix no-useless-computed-key false negative with __proto__ (#19123) (Milos Djermanovic)
  • 09bc2a8 docs: Update README (GitHub Actions Bot)
  • bd35098 fix: switch away from Node.js node:assert and AssertionError (#19082) (Josh Goldberg ✨)
  • 39089c8 docs: add no-useless-computed-key examples with object patterns (#19109) (Milos Djermanovic)
  • 895c60f docs: add missing messageId property and suggestion properties (#19122) (fnx)
  • cceccc7 chore: update dependency @​eslint/json to ^0.6.0 (#19117) (renovate[bot])
  • 0da3f73 chore: update algolia referrer (#19114) (Strek)
  • 9db5b15 fix: unsafe report for no-lonely-if (#19087) (Abraham Guo)
  • 68fa497 fix: ignore files on a different drive on Windows (#19069) (Francesco Trotta)
  • 4f08332 ci: unpin trunk-io/trunk-action (#19108) (Francesco Trotta)
  • 3087c9e feat: add meta object to @eslint/js plugin (#19095) (Francesco Trotta)
  • 298625e docs: Change CLI -c to use flat config (#19103) (Nicholas C. Zakas)
  • 4ce625a fix: upgrade @​humanwhocodes/retry@​0.4.1 to avoid debug logs (#19102) (Milos Djermanovic)
  • 522d8a3 docs: add deprecation on indent, quotes and semi rule types (#19090) (Marco Pasqualetti)
  • 6b75683 perf: optimize text-table by replacing regex with trimEnd (#19061) (Nitin Kumar)
Commits

Updates eslint-plugin-regexp from 2.6.0 to 2.7.0

Release notes

Sourced from eslint-plugin-regexp's releases.

v2.7.0

Minor Changes

  • Add support for ES2025 duplicate named capturing groups (#752)

Patch Changes

  • Updates unicode property alias resource with latest (#766)

  • fix(regexp/no-useless-dollar-replacements): Correct capturing group not found grammar (#776)

Changelog

Sourced from eslint-plugin-regexp's changelog.

2.7.0

Minor Changes

  • Add support for ES2025 duplicate named capturing groups (#752)

Patch Changes

  • Updates unicode property alias resource with latest (#766)

  • fix(regexp/no-useless-dollar-replacements): Correct capturing group not found grammar (#776)

Commits
  • ededa82 chore: release eslint-plugin-regexp (#765)
  • 7a653b0 chore: update eslint-plugin-jsdoc (#779)
  • e1a2cd7 chore(deps): bump vite from 5.2.8 to 5.4.11 (#778)
  • 5eb3f74 chore(deps): update dependency markdownlint-cli to ^0.42.0 (#769)
  • fe8ed4d chore(deps): update typescript-eslint monorepo to ~8.14.0 (#763)
  • b6699ab chore(deps): update dependency @​types/chai to v5 (#770)
  • b123e70 chore(deps): update dependency @​types/node to v22 (#772)
  • cf8ef9e chore(deps): update dependency npm-run-all2 to v7 (#771)
  • 914702d chore: fix CI error (#777)
  • 3567f9f Correct capturing group not found grammar (#776)
  • Additional commits viewable in compare view

Updates husky from 9.1.6 to 9.1.7

Release notes

Sourced from husky's releases.

v9.1.7

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.6...v9.1.7

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

Bumps the dev-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@adamlui/scss-to-css](https://github.com/adamlui/scss-to-css) | `1.10.18` | `1.10.19` |
| [@eslint/json](https://github.com/eslint/json) | `0.6.0` | `0.7.0` |
| [eslint](https://github.com/eslint/eslint) | `9.14.0` | `9.15.0` |
| [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp) | `2.6.0` | `2.7.0` |
| [husky](https://github.com/typicode/husky) | `9.1.6` | `9.1.7` |


Updates `@adamlui/scss-to-css` from 1.10.18 to 1.10.19
- [Release notes](https://github.com/adamlui/scss-to-css/releases)
- [Commits](adamlui/scss-to-css@node-v1.10.18...node-v1.10.19)

Updates `@eslint/json` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/eslint/json/releases)
- [Changelog](https://github.com/eslint/json/blob/main/CHANGELOG.md)
- [Commits](eslint/json@json-v0.6.0...json-v0.7.0)

Updates `eslint` from 9.14.0 to 9.15.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.14.0...v9.15.0)

Updates `eslint-plugin-regexp` from 2.6.0 to 2.7.0
- [Release notes](https://github.com/ota-meshi/eslint-plugin-regexp/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-regexp/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-regexp@v2.6.0...v2.7.0)

Updates `husky` from 9.1.6 to 9.1.7
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.6...v9.1.7)

---
updated-dependencies:
- dependency-name: "@adamlui/scss-to-css"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@eslint/json"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-regexp
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 18, 2024
Copy link

sonarcloud bot commented Nov 18, 2024

@adamlui adamlui merged commit 803002e into main Nov 18, 2024
7 checks passed
@adamlui adamlui deleted the dependabot/npm_and_yarn/dev-dependencies-a6fc0d6ba4 branch November 18, 2024 17:57
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