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 minor_patch group with 8 updates #136

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 31, 2023

Bumps the minor_patch group with 8 updates:

Package From To
@mediamonks/eslint-config 2.3.1 2.4.0
eslint 8.55.0 8.56.0
lerna 8.0.0 8.0.1
nx 17.1.3 17.2.8
prettier 3.1.0 3.1.1
postcss-styled-syntax 0.5.0 0.6.2
styled-components 6.1.1 6.1.6
stylelint-order 6.0.3 6.0.4

Updates @mediamonks/eslint-config from 2.3.1 to 2.4.0

Commits
  • 1ac3d2b eslint-config v2.4.0
  • 0f92589 Bump @​typescript-eslint/eslint-plugin from 5.59.8 to 6.13.2 (#196)
  • 96c1372 Add node 20 to CI matrix
  • a470d6a Bump the minor_patch group with 6 updates (#195)
  • 6cbdc23 Bump lint-staged from 14.0.1 to 15.2.0 (#197)
  • 2374aff Allowing two dashes properties on naming-convention (#174)
  • 6cfdea6 Merge pull request #182 from mediamonks/dependabot/npm_and_yarn/eslint-plugin...
  • 00bd9ea Merge pull request #191 from mediamonks/dependabot/npm_and_yarn/lerna-8.0.0
  • bbff371 Group patch/minor updates
  • 46008ce Bump lerna from 7.3.0 to 8.0.0
  • Additional commits viewable in compare view

Updates eslint from 8.55.0 to 8.56.0

Release notes

Sourced from eslint's releases.

v8.56.0

Features

  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)

Bug Fixes

  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)

Documentation

  • 9007719 docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)

Chores

  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864) (Milos Djermanovic)
  • 60a531a chore: package.json update for @​eslint/js release (Jenkins)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot])
  • 9271d10 chore: add GitHub issue template for docs issues (#17845) (Josh Goldberg ✨)
  • 70a686b chore: Convert rule tests to FlatRuleTester (#17819) (Nicholas C. Zakas)
  • f3a599d chore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837) (唯然)
  • 905d4b7 chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (#17838) (唯然)
  • 4d7c3ce chore: update eslint-plugin-n v16.4.0 (#17836) (唯然)
  • fd0c60c ci: unpin Node.js 21.2.0 (#17821) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v8.56.0 - December 15, 2023

  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864) (Milos Djermanovic)
  • 60a531a chore: package.json update for @​eslint/js release (Jenkins)
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot])
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846) (Francesco Trotta)
  • 9271d10 chore: add GitHub issue template for docs issues (#17845) (Josh Goldberg ✨)
  • 70a686b chore: Convert rule tests to FlatRuleTester (#17819) (Nicholas C. Zakas)
  • 9007719 docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)
  • f3a599d chore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837) (唯然)
  • 905d4b7 chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (#17838) (唯然)
  • 4d7c3ce chore: update eslint-plugin-n v16.4.0 (#17836) (唯然)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx)
  • fd0c60c ci: unpin Node.js 21.2.0 (#17821) (Francesco Trotta)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)
Commits
  • 8e8e9f8 8.56.0
  • 085978b Build: changelog update for 8.56.0
  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864)
  • 60a531a chore: package.json update for @​eslint/js release
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783)
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846)
  • 9271d10 chore: add GitHub issue template for docs issues (#17845)
  • 70a686b chore: Convert rule tests to FlatRuleTester (#17819)
  • Additional commits viewable in compare view

Updates lerna from 8.0.0 to 8.0.1

Release notes

Sourced from lerna's releases.

v8.0.1

8.0.1 (2023-12-15)

Bug Fixes

  • update node-gyp usage to v10 to resolve npm warning (#3919) (f5fdcba)
  • version: create correct independent tags when using --sign-git-tag (#3917) (8f7a32b)
Changelog

Sourced from lerna's changelog.

8.0.1 (2023-12-15)

Bug Fixes

  • update node-gyp usage to v10 to resolve npm warning (#3919) (f5fdcba)
Commits

Updates nx from 17.1.3 to 17.2.8

Release notes

Sourced from nx's releases.

17.2.8

🚀 Features

  • remix: add remix

🩹 Fixes

  • linter: flat config should always set path to config when using API
  • nextjs: update migration to handle projects without eslintrc

17.2.7

🩹 Fixes

  • angular: fix standalone eslint config generation
  • bundling: added back code to handle skipTypeField option of rollup executor options + tests
  • linter: ensure angular entry point checks are correct
  • nextjs: enhance page generator to work when --project is not supplied
  • nextjs: remove temporary patch for next eslint rules
  • nextjs: correct inferred outputs for root Next.js projects
  • node: E2E test port conflicts
  • release: add overall nx release command
  • release: publish error handling, dry-run in dependsOn
  • release: capture all release titles during parse
  • testing: run playwright with the correct project option for multiple values
  • testing: safely handle circular deps in component testing plugin
  • testing: set correct type for ignoreTestFiles option in cypress executor
  • vite: vitest migration add reporters
  • vite: more properly resolve arguments from configurations
  • vite: dist and coverage paths for root projects

17.2.6

🚀 Features

  • release: support Revert commits in changelog renderer (#20663)

🩹 Fixes

  • js: fixing output based on test runner selection (#20788)
  • linter: fix workspace-rule naming with flat config (#20782)
  • module-federation: support buildable libs (#20786)
  • nextjs: Page generator should work out of the box (#20775)
  • nx-dev: dynamic classes not allowed (#20800)
  • release: changelog renderer should prefer breaking change explanation text (#20798)
  • release: ensure leading v is stripped from provided semver version (#20815)

... (truncated)

Commits
  • 6fe4546 feat(remix): add remix (#20641)
  • 67840e7 fix(release): capture all release titles during parse (#20864)
  • da84297 fix(release): publish error handling, dry-run in dependsOn (#20889)
  • 1485323 fix(release): add overall nx release command (#20535)
  • 4399355 fix(release): changelog renderer should prefer breaking change explanation te...
  • a9a8d5b feat(release): support Revert commits in changelog renderer (#20663)
  • 55327f7 fix(core): properly handle negated paths in cache outputs (#20661)
  • f616675 fix(core): show warning if workspaceRoot starts with ! (#20705)
  • 9a48349 fix(core): have freebsd use the unix mtime function (#20662)
  • 1984dff fix(core): hash files properly by reading the whole file (#20652)
  • Additional commits viewable in compare view

Updates prettier from 3.1.0 to 3.1.1

Release notes

Sourced from prettier's releases.

3.1.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.1.1

diff

Fix config file search (#15363 by @​fisker)

Previously, we start search for config files from the filePath as a directory, if it happened to be a directory and contains config file, it will be used by mistake.

├─ .prettierrc
└─ test.js         (A directory)
  └─ .prettierrc
// Prettier 3.1.0
await prettier.resolveConfigFile(new URL("./test.js", import.meta.url));
// <CWD>/test.js/.prettierrc
// Prettier 3.1.1
await prettier.resolveConfigFile(new URL("./test.js", import.meta.url));
// <CWD>/.prettierrc

Skip explicitly passed symbolic links with --no-error-on-unmatched-pattern (#15533 by @​sanmai-NL)

Since Prettier v3, we stopped following symbolic links, however in some use cases, the symbolic link patterns can't be filtered out, and there is no way to prevent Prettier from throwing errors.

In Prettier 3.1.1, you can use --no-error-on-unmatched-pattern to simply skip symbolic links.

Consistently use tabs in ternaries when useTabs is true (#15662 by @​auvred)

// Input
aaaaaaaaaaaaaaa
	? bbbbbbbbbbbbbbbbbb
	: ccccccccccccccc
	  ? ddddddddddddddd
	  : eeeeeeeeeeeeeee
	    ? fffffffffffffff
	    : gggggggggggggggg;
// Prettier 3.1.0
aaaaaaaaaaaaaaa
? bbbbbbbbbbbbbbbbbb
: ccccccccccccccc
? ddddddddddddddd
: eeeeeeeeeeeeeee
? fffffffffffffff
</tr></table>

... (truncated)

Commits
  • b86701d Release 3.1.1
  • c97480c Use attributes instead of deprecated assertions (#15758)
  • 0d1ffb3 Consistently use tabs in ternaries when useTabs is true (#15662)
  • 5f7aedc fix example to fit the actual experimentalTernaries behaviour (#15747)
  • 1e30f66 Remove claim, untrue since over 5 years ago, that cursorOffset is incompatibl...
  • 39e4e7b Add cursorOffset to Playground (#15751)
  • 8e816ad Allow skipping symlink patterns, to avoid raising a fault (#15533)
  • 2ca5d75 Fix expect call in dts test (#15766)
  • 15c7428 chore(deps): update dependency flow-parser to v0.223.3 (#15760)
  • d3b3d4f chore(deps): update dependency hermes-parser to v0.18.0 (#15761)
  • Additional commits viewable in compare view

Updates postcss-styled-syntax from 0.5.0 to 0.6.2

Release notes

Sourced from postcss-styled-syntax's releases.

0.6.2

  • Fix a JS parsing issue if a comment between a tag function and template literal is present

0.6.1

  • Fix interpolation ranges if there is a comment inside an interpolation
  • Catch more JavaScript parsing errors

0.6.0

  • Use TypeScript instead of @​typescript-eslint/typescript-estree for parsing. This fixes “unsupported TypeScript version” messages and reduces install size.
  • Fix parsing for two interpolations before rule selector. Fixes #24
  • Drop support for Node.js 14 and 16
Changelog

Sourced from postcss-styled-syntax's changelog.

0.6.2

  • Fix a JS parsing issue if a comment between a tag function and template literal is present

0.6.1

  • Fix interpolation ranges if there is a comment inside an interpolation
  • Catch more JavaScript parsing errors

0.6.0

  • Use TypeScript instead of @​typescript-eslint/typescript-estree for parsing. This fixes “unsupported TypeScript version” messages and reduces install size.
  • Fix parsing for two interpolations before rule selector. Fixes #24
  • Drop support for Node.js 14 and 16
Commits
  • accd2a2 0.6.2
  • ea4791e Prepare 0.6.2
  • ed3d1b5 Fix a JS parsing issue if a comment between a tag function and template liter...
  • d09cf66 0.6.1
  • 19abe67 Prepare 0.6.1
  • 75756b5 Fix interpolation ranges if there is a comment inside an interpolation. Fixes...
  • de5b7f9 Catch more JS parsing errors. Fixes #25
  • d0505e7 0.6.0
  • 6e49ea7 Prepare 0.6.0
  • 438c22a Fix parsing for two interpolations before rule selector. Fixes #24
  • Additional commits viewable in compare view

Updates styled-components from 6.1.1 to 6.1.6

Release notes

Sourced from styled-components's releases.

v6.1.6

What's Changed

Full Changelog: styled-components/styled-components@v6.1.5...v6.1.6

v6.1.5

What's Changed

Full Changelog: styled-components/styled-components@v6.1.4...v6.1.5

v6.1.4

What's Changed

Full Changelog: styled-components/styled-components@v6.1.3...v6.1.4

v6.1.3

What's Changed

New Contributors

Full Changelog: styled-components/styled-components@v6.1.2...v6.1.3

v6.1.2

What's Changed

New Contributors

Full Changelog: styled-components/styled-components@v6.1.1...v6.1.2

Commits
  • 29e0445 chore(ci): bump codeql action versions
  • 6299db9 chore(ci): just enable hardened mode for one job
  • f9f0168 fix: bump stylis to 4.3.1 to resolve issue with leaking nested selectors
  • 3cccfe4 test: add failing test for #4224
  • db467d9 chore: v6.1.5
  • b6fe70d fix: further constrain self-referencing to match v5 behavior (#4244)
  • a7674ba chore: remove old lockfile
  • a7ed139 chore: v6.1.4
  • ef9097d chore: fix type signature in test
  • c4388c2 chore: fix react types
  • Additional commits viewable in compare view

Updates stylelint-order from 6.0.3 to 6.0.4

Release notes

Sourced from stylelint-order's releases.

6.0.4

  • Added support for Stylelint 16
Changelog

Sourced from stylelint-order's changelog.

6.0.4

  • Added support for Stylelint 16
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
eslint [>= 8.40.a, < 8.41]

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 minor_patch group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@mediamonks/eslint-config](https://github.com/mediamonks/eslint-config) | `2.3.1` | `2.4.0` |
| [eslint](https://github.com/eslint/eslint) | `8.55.0` | `8.56.0` |
| [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) | `8.0.0` | `8.0.1` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `17.1.3` | `17.2.8` |
| [prettier](https://github.com/prettier/prettier) | `3.1.0` | `3.1.1` |
| [postcss-styled-syntax](https://github.com/hudochenkov/postcss-styled-syntax) | `0.5.0` | `0.6.2` |
| [styled-components](https://github.com/styled-components/styled-components) | `6.1.1` | `6.1.6` |
| [stylelint-order](https://github.com/hudochenkov/stylelint-order) | `6.0.3` | `6.0.4` |


Updates `@mediamonks/eslint-config` from 2.3.1 to 2.4.0
- [Release notes](https://github.com/mediamonks/eslint-config/releases)
- [Commits](https://github.com/mediamonks/eslint-config/compare/@mediamonks/eslint-config@2.3.1...@mediamonks/eslint-config@2.4.0)

Updates `eslint` from 8.55.0 to 8.56.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.55.0...v8.56.0)

Updates `lerna` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v8.0.1/packages/lerna)

Updates `nx` from 17.1.3 to 17.2.8
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/17.2.8/packages/nx)

Updates `prettier` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.1.0...3.1.1)

Updates `postcss-styled-syntax` from 0.5.0 to 0.6.2
- [Release notes](https://github.com/hudochenkov/postcss-styled-syntax/releases)
- [Changelog](https://github.com/hudochenkov/postcss-styled-syntax/blob/main/CHANGELOG.md)
- [Commits](hudochenkov/postcss-styled-syntax@0.5.0...0.6.2)

Updates `styled-components` from 6.1.1 to 6.1.6
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](styled-components/styled-components@v6.1.1...v6.1.6)

Updates `stylelint-order` from 6.0.3 to 6.0.4
- [Release notes](https://github.com/hudochenkov/stylelint-order/releases)
- [Changelog](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md)
- [Commits](hudochenkov/stylelint-order@6.0.3...6.0.4)

---
updated-dependencies:
- dependency-name: "@mediamonks/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_patch
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_patch
- dependency-name: lerna
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor_patch
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor_patch
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor_patch
- dependency-name: postcss-styled-syntax
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor_patch
- dependency-name: styled-components
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor_patch
- dependency-name: stylelint-order
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor_patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 31, 2023
@leroykorterink leroykorterink merged commit 03e7dcb into main Jan 2, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor_patch-a5a2cacb67 branch January 2, 2024 09:12
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