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

chore(deps): update devdependencies (major) to v8 (major) #435

Open
wants to merge 1 commit into
base: alpha
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@anolilab/eslint-config (source) 2.2.0 -> 8.0.0 age adoption passing confidence
@anolilab/textlint-config (source) 2.0.9 -> 8.0.16 age adoption passing confidence
@octokit/types 6.34.0 -> 8.2.1 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 4.33.0 -> 8.20.0 age adoption passing confidence
@typescript-eslint/parser (source) 4.33.0 -> 8.20.0 age adoption passing confidence
eslint (source) 7.32.0 -> 8.57.1 age adoption passing confidence
husky 7.0.4 -> 8.0.3 age adoption passing confidence

Release Notes

anolilab/javascript-style-guide (@​anolilab/eslint-config)

v8.0.0

Compare Source

⚠ BREAKING CHANGES
  • Because of broken release version this needs a version bump
    Signed-off-by: prisis [email protected]
Features
  • Add eslint-plugin-security rules and enhance ESLint configuration, fixed bug with prettier overwrite rules (f26cc20)
  • Bumping the version up, because of a broken release with semantic-releases (a646624)
  • Update dependencies version in pnpm-lock.yaml (1f75f7b)
Miscellaneous Chores
Dependencies

v7.3.2

Compare Source

Bug Fixes
  • remove mjs support from eslint-config, because it breaks the package.json type module with eslint (7171565)

v7.3.1

Compare Source

Bug Fixes
  • Add eslint-plugin-etc as dependency in config.ts (10538cc)

v7.3.0

Compare Source

Features
  • add new deprecated package rules to eslint config (19564d0)

v7.2.7

Compare Source

Bug Fixes
  • optimized regex (e5cd913)
  • remove overrides for unicorn/filename-case to use the ignore option of the rule (68e791c)
Miscellaneous Chores

v7.2.6

Compare Source

Dependencies

v7.2.5

Compare Source

Bug Fixes
  • Update package dependencies versions (7aec41d)
Dependencies

v7.2.4

Compare Source

Bug Fixes
  • Update eslint dependencies and rules (4d3c015)

v7.2.3

Compare Source

Bug Fixes
  • added mjs to the postinstall script (cc098ed)
Miscellaneous Chores

v7.2.2

Compare Source

Bug Fixes
  • extended postinstall script file checking (5f867d7)

v7.2.1

Compare Source

Bug Fixes
  • changed eslint-plugin-es to eslint-plugin-es-x (168c42e)

v7.2.0

Compare Source

Features
Miscellaneous Chores
  • optimized seo of packages (7331a1d)

v7.1.0

Compare Source

Features
  • added rules for playwright and storybook (810f9d9)
Bug Fixes
  • added missing files to compiler list (97ac625)

v7.0.1

Compare Source

Dependencies

v7.0.0

Compare Source

⚠ BREAKING CHANGES
  • removed commitlint from semantic-releases and added all rules to the new commitlint-config package

Signed-off-by: prisis [email protected]

Features
  • added regexp, optimized linting with added files regex to some rules, fixed the testing-library rules, to work correct (485ae0c)
  • removed commitlint from semantic-releases (ee2cda1)
  • removed eslint-plugin-optimize-regex, using the unicorn rule for it (3fea9de)
Dependencies

v6.1.8

Compare Source

Bug Fixes
  • fixed wrong import, added better plugin login for testing-library (857d734)

v6.1.7

Compare Source

Bug Fixes
  • added better log message to the testing-library (fbcca4d)

v6.1.6

Compare Source

Bug Fixes
  • fixed react version finding, added 2 new logger settings (175c64b)
Dependencies

v6.1.5

Compare Source

Dependencies

v6.1.4

Compare Source

Bug Fixes
  • fixed loading of you-dont-need-momentjs, split the check to check for moment and moment-timezone separately (05ebbb7)

v6.1.3

Compare Source

Bug Fixes
  • removed extra "}" from react version, fixed plugin loading check, now the dev-dep and dep checking is correct (3c5daa0)

v6.1.2

Compare Source

Bug Fixes
  • added info_on_disabling_prettier_conflict_rule to disable the info about found prettier (88f3748)
  • fixed logging of "to disable this message..." (7b6a225)

v6.1.1

Compare Source

Bug Fixes
  • added option to disable the found react jsx-runtime info (a398383)

v6.1.0

Compare Source

Features

v6.0.3

Compare Source

Bug Fixes
  • eslint-config: disabling all rules that are crashing with the prettier config, updated the readme with the info (ab2a954)

v6.0.2

Compare Source

Bug Fixes
  • eslint-config: changed func-names to ["error", "as-needed"] to work better with "func-style": ["error", "expression"] (1d0f5b5)
  • eslint-config: fixed the behavior of warn_on_unsupported_typescript_version (635ebec)

v6.0.1

Compare Source

Bug Fixes
  • added missing eslint-import-resolver-typescript (0dc836b)
  • esling-config: fixed rules for vitest (34536ed)

v6.0.0

Compare Source

⚠ BREAKING CHANGES
  • Changed package to support cjs and mjs, updated depracated and disabled rules

Signed-off-by: prisis [email protected]

  • Performance Improvements
  • changed eslint-config to a comprehensive eslint code style
  • added new rules for ava, antfu ,zod, vitest
  • updated depracated and disabled rules
  • Added a better readme and adjusted logger output to container more infos
  • Added engine rules, rules will be added based on the engine version or tscofnig target
  • Moved eslint typescript linting to a new file typescript-type-checking to improve eslint speed
  • Updated postinstall script to be more adaptive to the environment
  • Added @​rushstack/eslint-patch

v5.0.10

Compare Source

Bug Fixes
  • added missing n in vitest.cofig.* (16fe216)

v5.0.9

Compare Source

Dependencies

v5.0.8

Compare Source

Dependencies

v5.0.7

Compare Source

Dependencies

v5.0.6

Compare Source

Bug Fixes

v5.0.5

Compare Source

Dependencies

v5.0.4

Compare Source

Bug Fixes
  • changed deprecated eslint-plugin-radar to eslint-plugin-sonarjs (6452014)

v5.0.3

Compare Source

Miscellaneous Chores
Dependencies

v5.0.2

Compare Source

Bug Fixes
Dependencies

v5.0.1

Compare Source

Bug Fixes

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • Disabled core and unicorn regex rules, in favor of regexp plugin
    Signed-off-by: prisis [email protected]
Features
  • change core and unicorn regex rules to regexp plugin, updated deps, added better type support (53d55c4)
Miscellaneous Chores
Dependencies

v4.1.1

Compare Source

Bug Fixes
  • removed "sort-keys-fix/sort-keys-fix" from yaml config (1375112)

v4.1.0

Compare Source

Features
  • updated deps and start using node postfix for node libs added new rules for toml, jsonc, yml (2ff3a71)

v4.0.9

Compare Source

Bug Fixes
  • A new dependency "@​jsenv/eslint-import-resolver" was added to tackle the issue of "import/no-useless-path-segments", "import/no-unused-modules" and some other import rules not working correctly. (8b9b033)

v4.0.8

Compare Source

Bug Fixes
  • dont use a default value for anolilabEslintImportNoUnusedModulesConfig (ab8a8a2)

v4.0.7

Compare Source

Bug Fixes
  • anolilabEslintConfig object, the configuration for "import_ignore_exports" is introduced (65985e0)

v4.0.6

Compare Source

Bug Fixes
  • Refine eslint import plugin rules to accommodate .jsx and .cjs (2a6f441)

v4.0.5

Compare Source

Bug Fixes
  • Update package dependencies and remove redundant config files (24a5dfd)

v4.0.4

Compare Source

Bug Fixes
  • added missing define-config back (f78fa05)
  • Update eslint-config including tests (97e624d)
Dependencies

v4.0.3

Compare Source

Bug Fixes
  • Refactor ESLint configurations for improved readability and consistency (85f6f1e)

v4.0.2

Compare Source

Bug Fixes
  • update readme with new settings (0e9fdff)

v4.0.1

Compare Source

Bug Fixes

v4.0.0

Compare Source

⚠ BREAKING CHANGES
  • Added new rules for "no-loops", "validate-jsx-nesting", "ssr-friendly", "deprecation", and "no-only-tests"
    Signed-off-by: prisis [email protected]
Features
  • Update eslint config and dependencies, added new rules for "no-loops", "validate-jsx-nesting", "ssr-friendly", "deprecation", and "no-only-tests" (883af9b)
Bug Fixes
  • changed optionalDependencies to peerDependencies with peerDependenciesMeta (2a21b86)
Miscellaneous Chores
  • updated lock and sorted package.json (7f7ed5a)
Dependencies

v3.0.2

Compare Source

Bug Fixes
  • update package dependencies and adjust eslint config rules, no-use-before-define is off in ts files (52ebed8)
Miscellaneous Chores
  • update package versions and Node.js versions in actions (ba1bd5f)
Continuous Integration
  • downgrade semantic-release to v21 and conventional-changelog-conventionalcommits to v6.1 (30d8cd7)
Dependencies

v3.0.1

Compare Source

Bug Fixes
Miscellaneous Chores
  • deps: update dependency eslint-plugin-jsdoc to ^46.8.0 (#​757) (a9ab7c6)

v3.0.0

Compare Source

⚠ BREAKING CHANGES
Features
  • enabled simple-import-sort and update dependencies (9a2a9e0)
Styles
  • cs fixes based on new rules (b99c020)
Miscellaneous Chores
Dependencies
anolilab/javascript-style-guide (@​anolilab/textlint-config)

v8.0.16

Compare Source

Bug Fixes
Dependencies

v8.0.15

Compare Source

Bug Fixes
Dependencies

v8.0.14

Compare Source

Bug Fixes
Dependencies

v8.0.13

Compare Source

Miscellaneous Chores
Dependencies

v8.0.12

Compare Source

Bug Fixes
  • Update dependencies to latest versions (6cdc09b)
Dependencies

v8.0.11

Compare Source

Miscellaneous Chores
Dependencies

v8.0.10

Compare Source

Bug Fixes
  • Various project dependencies have been updated to their respective newer versions. This covers multiple packages such as '@​babel/cli', '@​babel/core', '@​nrwl/js', and 'eslint' among others within the package.json file. This upgrade is necessary to ensure the utilization of the most recent features, optimization and security improvements of the updated packages, and it also helps to maintain overall project consistency. (38535ab)
Styles
Dependencies

v8.0.9

Compare Source

Dependencies

v8.0.8

Compare Source

Dependencies

v8.0.7

Compare Source

Miscellaneous Chores
  • update package versions and Node.js versions in actions (ba1bd5f)
  • updated deps (a287003)
Continuous Integration
  • downgrade semantic-release to v21 and conventional-changelog-conventionalcommits to v6.1 (30d8cd7)
Dependencies

v8.0.6

Compare Source

Bug Fixes
Styles
  • cs fixes based on new rules (b99c020)
Miscellaneous Chores
Dependencies

v8.0.5

Compare Source

Miscellaneous Chores
Dependencies

v8.0.4

Compare Source

Dependencies

v8.0.3

Compare Source

Bug Fixes
  • Update package dependencies (a8786f2)
Dependencies

v8.0.2

Compare Source

Bug Fixes
  • included 'skip.js' in package.json for several packages (1c84b33)
Dependencies

v8.0.1

Compare Source

Bug Fixes
Dependencies

v8.0.0

Compare Source

⚠ BREAKING CHANGES
  • fixing broken releases that semantic-release did create
    Signed-off-by: prisis [email protected]
Bug Fixes
Miscellaneous Chores
Dependencies

v7.0.2

Compare Source

Miscellaneous Chores
  • "Update package versions in pnpm-lock.yaml" ([9c24c65](https://re

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from prisis as a code owner October 9, 2021 22:51
@renovate renovate bot added Changed Changelog Changed dependency Pull requests that update a dependency file labels Oct 9, 2021
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch from eb2069c to 634676f Compare October 14, 2021 05:35
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch from 634676f to c65cc57 Compare October 22, 2021 23:36
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch from c65cc57 to 6233b5a Compare November 6, 2021 01:46
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch 2 times, most recently from 80f3b23 to 60a1afb Compare November 21, 2021 11:29
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch 2 times, most recently from 2063d9d to e886d9c Compare December 7, 2021 04:02
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch from e886d9c to e8b4391 Compare December 17, 2021 22:56
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch 2 times, most recently from 2fc7faa to 7494648 Compare January 3, 2022 08:56
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch from 7494648 to cbd1107 Compare January 16, 2022 03:00
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch from cbd1107 to 25895b3 Compare January 28, 2022 22:29
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch from 25895b3 to 1c164e3 Compare February 12, 2022 02:25
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch from 1c164e3 to 5de4052 Compare February 26, 2022 01:03
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch from 5de4052 to 2411b29 Compare March 26, 2022 15:21
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch from 2411b29 to 870fe5b Compare April 25, 2022 01:51
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch from 870fe5b to 790e3fc Compare May 15, 2022 23:03
@renovate renovate bot changed the title chore(deps): update dependency eslint to v8 chore(deps): update devdependencies (major) (major) May 15, 2022
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch from 790e3fc to 31e1d0a Compare June 18, 2022 14:58
@renovate renovate bot changed the title chore(deps): update devdependencies (major) (major) chore(deps): update devdependencies (major) to v8 (major) Jun 18, 2022
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch from 31e1d0a to 9d06dbf Compare September 25, 2022 14:51
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch from 9d06dbf to b0a7f24 Compare March 1, 2023 10:53
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch from b0a7f24 to 8ced519 Compare March 17, 2023 01:53
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch 2 times, most recently from e2e8e55 to e91f39f Compare July 3, 2023 23:20
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch 2 times, most recently from eb62bfe to e9eb242 Compare July 18, 2023 22:25
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch from 6337dee to ac1aa2a Compare February 23, 2024 21:39
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch 2 times, most recently from dc4d05e to 97c47b4 Compare August 5, 2024 20:07
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch from 97c47b4 to ab441a7 Compare August 12, 2024 19:20
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch 2 times, most recently from 64d9e57 to df8e440 Compare August 26, 2024 18:54
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch from df8e440 to 941707e Compare September 2, 2024 19:33
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch 3 times, most recently from 7cc7937 to e62545c Compare September 16, 2024 18:16
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch 2 times, most recently from 66fa415 to e525d67 Compare September 30, 2024 18:41
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch from e525d67 to fcc0f27 Compare October 7, 2024 19:14
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch 3 times, most recently from 89623ff to 887b345 Compare October 21, 2024 19:03
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch 3 times, most recently from 7fc3ef0 to f72870a Compare November 4, 2024 19:42
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch 2 times, most recently from 5bf04e6 to 8b6c37a Compare November 18, 2024 18:45
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch from 8b6c37a to e2489bc Compare November 25, 2024 17:50
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch 2 times, most recently from b8e96ab to 199b93b Compare December 9, 2024 18:12
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch 2 times, most recently from 0458f6c to 0deca0c Compare December 23, 2024 18:35
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch from 0deca0c to 4bcfe18 Compare December 30, 2024 18:12
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch from 4bcfe18 to 70a7de7 Compare January 8, 2025 13:59
@renovate renovate bot force-pushed the renovate/major-8-devdependencies-(major) branch from 70a7de7 to 938ed0e Compare January 13, 2025 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changed Changelog Changed dependency Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants