Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: svengreb/styleguide-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.0
Choose a base ref
...
head repository: svengreb/styleguide-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.0
Choose a head ref
  • 5 commits
  • 143 files changed
  • 1 contributor

Commits on May 12, 2022

  1. Update to tmpl template repository version 0.11.0 (#87)

    Updated to `tmpl` version `0.11.0` [1], including the versions in
    between starting from 0.10.0 [2]:
    
    1. Optimized GitHub action workflow scope [3].
    2. Updated Node.js packages & GitHub actions [4] [^1] [^2].
    3. Opts-in the Dependabot version update configuration [5].
    4. Migrated to Markdown style guide version 0.4.0 [6].
    
    This also includes changes required for any linter matches.
    
    [1]: https://github.com/svengreb/tmpl/releases/tag/v0.11.0
    [2]: https://github.com/svengreb/tmpl/releases/tag/v0.10.0
    [3]: svengreb/tmpl#84
    [4]: svengreb/tmpl#86
    [5]: svengreb/tmpl#94
    [6]: svengreb/tmpl#76
    
    [^1]: svengreb/tmpl#78
    [^2]: svengreb/tmpl#83
    
    
    Co-authored-by: Sven Greb <[email protected]>
    
    GH-86
    svengreb authored May 12, 2022
    Configuration menu
    Copy the full SHA
    cacc9fa View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. svengreb GitHub account and @svengreb npm package scope migration (

    …#89)
    
    With the retirement of the "Arctic Ice Studio" personal & Nord project
    brand [1] this project has also moved to the "real-in-person" identity
    "Sven Greb" both in the context of the repository to the `svengreb`
    GitHub account [2] and the `@svengreb` npm package scope.
    During the migration the current npm packages
    `@arcticicestudio/eslint-config-base` [3],
    `@arcticicestudio/eslint-config`[8] and
    `@arcticicestudio/eslint-config-typescript` [9] were deprecated in favor
    of the new and upcoming `@svengreb/eslint-config-base`[10],
    `@svengreb/eslint-config` [11] and
    `@svengreb/eslint-config-typescript` [12] packages that will be
    published afterwards.
    
    Also the current visual representation of this style guide [6] through
    the way too outdated and deprecated GitBook [5] major version `2` has
    been unpublished and removed. The documentations and references have
    been updated to use the GitHub repository with the Markdown rendering
    instead for now until a custom website has been implemented using a
    modern "TechStack" like Next.js [7].
    
    [1]: https://github.com/orgs/nordtheme/discussions/183#retire-arctic-ice-studio-as-nord-brand
    [2]: https://github.com/svengreb
    [3]: https://www.npmjs.com/package/@arcticicestudio/eslint-config-base
    [4]: https://www.npmjs.com/package/@svengreb/remark-preset-lint
    [5]: https://www.gitbook.com
    [6]: https://arcticicestudio.github.io/styleguide-markdown
    [7]: https://nextjs.org
    [8]: https://www.npmjs.com/package/@arcticicestudio/eslint-config-base
    [9]: https://www.npmjs.com/package/@arcticicestudio/eslint-config-typescript
    [10]: https://www.npmjs.com/package/@svengreb/eslint-config-base
    [11]: https://www.npmjs.com/package/@svengreb/eslint-config
    [12]: https://www.npmjs.com/package/@svengreb/eslint-config-typescript
    
    GH-88
    svengreb authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    61b554e View commit details
    Browse the repository at this point in the history
  2. Migrate to @svengreb/remark-preset-lint npm package (#91)

    Before the `@arcticicestudio/remark-preset-lint` package [2] was used
    which has been deprecated during the `svengreb` GitHub account and
    `@svengreb` npm package scope migration [2] and replaced by the new
    `@svengreb/remark-preset-lint` package [2].
    
    [1]: https://github.com/arcticicestudio/styleguide-markdown/tree/main/packages/@arcticicestudio/remark-preset-lint
    [2]: svengreb/styleguide-markdown#63
    [3]: https://github.com/svengreb/styleguide-markdown/tree/main/packages/%40svengreb/remark-preset-lint
    
    GH-90
    svengreb authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    5353832 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Migrate to ESLint major version 8 (#93)

    Before the supported ESLint major version for all npm packages of this
    styleguide was still `7` which has now been updated to `8`,
    released on 2021-10-09 [1].
    To update all packages, the official ESLint 8 migration guide [2] was
    used to adapt the breaking changes for users [3], but none of them
    affected this project so there were no further steps required other than
    updating the corresponding package (`dev`/`peer`)`dependencies`.
    
    The following plugins have been updated to their latest major & minor
    versions to match the supported ESLint version:
    
    - `eslint` [14] - `^7.32.0` → major version `8` [1]
      The currently latest version is `^8.39.0` [4] which is now used as
      minimal requirement.
    - `eslint-plugin-prettier` [5] - `^3.4.1` → major version `4` [6]
      The currently latest version is `4.2.1` [7] which is now used as
      minimal requirement.
      - Dropped support for older versions of ESLint, Prettier and Node.
        It now requires at least ESLint `>=7.28.0 <8.0.0`,
        Prettier `>=2.0.0 <3.0.0` and Node `>=12.0.0`.
    - `eslint-find-rules` [8] - `3.6.1` → major version `4` [9]
      The currently latest version is `4.1.0` [10] which is now used as
      minimal requirement.
      - Comes with support for ESLint 8.
    - `@typescript-eslint/eslint-plugin` [11] - `^4.33.0` → major
      version `5` [13]
      The currently latest version is `5.59.1` [10] which is now used as
      minimal requirement.
      - Comes with support for ESLint 8.
      - Dropped support for Node `<=10`.
      - Dropped support for ESLint `<=5`.
    - `@typescript-eslint/parser` [15] - `^4.33.0` → major version `5` [13]
      The currently latest version is `5.59.1` [10] which is now used as
      minimal requirement.
      - Comes with support for ESLint 8.
      - Dropped support for Node `<=10`.
      - Dropped support for ESLint `<=5`.
    - `typescript` [16] - `^4.9.5` → major version `5` [17]
      The currently latest version is `5.0.4` [18] which is now used as
      minimal requirement.
      - Dropped support for Node `<=12`.
    
    [1]: https://github.com/eslint/eslint/releases/tag/v8.0.0
    [2]: https://eslint.org/docs/latest/use/migrate-to-8.0.0
    [3]: https://eslint.org/docs/latest/use/migrate-to-8.0.0#breaking-changes-for-users
    [4]: https://github.com/eslint/eslint/releases/tag/v8.39.0
    [5]: https://github.com/prettier/eslint-plugin-prettier
    [6]: https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md#v400-2021-08-30
    [7]: https://github.com/prettier/eslint-plugin-prettier/releases/tag/v4.2.1
    [8]: https://github.com/sarbbottam/eslint-find-rules
    [9]: https://github.com/sarbbottam/eslint-find-rules/releases/tag/v4.0.0
    [10]: https://github.com/sarbbottam/eslint-find-rules/releases/tag/v4.1.0
    [11]: https://github.com/typescript-eslint/typescript-eslint/tree/main/packages/eslint-plugin
    [12]: https://github.com/typescript-eslint/typescript-eslint/releases/tag/v5.59.1
    [13]: https://github.com/typescript-eslint/typescript-eslint/releases/tag/v5.0.0
    [14]: https://github.com/eslint/eslint
    [15]: https://github.com/typescript-eslint/typescript-eslint/tree/main/packages/parser
    [16]: https://github.com/Microsoft/TypeScript
    [17]: https://devblogs.microsoft.com/typescript/announcing-typescript-5-0
    [18]: https://github.com/microsoft/TypeScript/releases/tag/v5.0.4
    
    GH-92
    svengreb authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    19588e5 View commit details
    Browse the repository at this point in the history
  2. Release version 0.12.0

    svengreb committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    3a7b8e5 View commit details
    Browse the repository at this point in the history
Loading