You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the retirement of the "Arctic Ice Studio" personal & Nord project
brand [1] various migrations to the `svengreb` GitHub account [2] of
other projects were also completed within the last weeks. There are also
changes in Nord projects like `nordtheme/web` that other projects
depended on and can now be adapted as well.
Therefore all Nord projects must adapt these changes which includes...
- the migration and repository name change of
`arcticicestudio/nord-docs`[2] - all references must be updated.
- the migration of the `arcticicestudio/styleguide-git` repository to
the `svengreb` "real-in-person" identity [3] - all references and
used npm packages must be updated.
- the migration of the `arcticicestudio/styleguide-javascript`
repository to the `svengreb` "real-in-person" identity [4] - all
references and used npm packages must be updated.
- the migration of the `arcticicestudio/styleguide-markdown` repository
to the `svengreb` "real-in-person" identity [5] - all references and
used npm packages must be updated.
[1]: https://github.com/orgs/nordtheme/discussions/183#retire-arctic-ice-studio-as-nord-brand
[2]: nordtheme/web#241
[3]: svengreb/styleguide-git#12
[4]: svengreb/styleguide-javascript#88
[5]: svengreb/styleguide-markdown#63GH-265
@@ -108,7 +108,7 @@ Note that bracket pair colorization is a feature that does not go well with the
108
108
109
109
At the same time outdated dependencies have been upgraded to their latest, compatible version. This also changed the versions by using [the `^` caret range selector][139] to reduce the overhead of updating dependencies.
110
110
111
-
-[`@svengreb/eslint-config-base`][135] — the minimum versions will be bumped from `0.5.0` to [`0.11.0`][134].
111
+
-[`@arcticicestudio/eslint-config-base`][135] — the minimum versions will be bumped from `0.5.0` to [`0.11.0`][134].
112
112
-[`babel-eslint`][146] → [`@babel/eslint-parser`][152] — the `babel-eslint` package is deprecated and is now available as `@babel/eslint-parser`.
113
113
-[`eslint-plugin-json`][163] → [`eslint-plugin-jsonc`][166] — since Visual Studio Code uses [JSONC][170] the `eslint-plugin-jsonc` matches better to the scope of this repository. It also utilizes the ESLint engine by passing the AST to it.
114
114
-[`del-cli`][171] — updated from version [`1.1.0`][172] to [`^4.0.1`][173].
@@ -117,7 +117,7 @@ At the same time outdated dependencies have been upgraded to their latest, compa
117
117
-[`eslint-plugin-prettier`][154] — updated from version [`3.1.0`][155] to [`^4.0.0`][156].
118
118
-[`prettier`][35] — updated from version [`1.17.1`][158] to [`^2.4.1`][159].
119
119
-[`remark-cli`][160] — updated from version [`6.0.1`][161] to [`^9.0.0`][162].
120
-
-[`remark-preset-lint-arcticicestudio`][32] → [`@svengreb/remark-preset-lint`][164] — the `remark-preset-lint-arcticicestudio` package is deprecated and is now available as `@svengreb/remark-preset-lint`. This also includes the linting and adjusting for matches that are found after running with the new rules.
120
+
-[`remark-preset-lint-arcticicestudio`][32] → [`@arcticicestudio/remark-preset-lint`][164] — the `remark-preset-lint-arcticicestudio` package is deprecated and is now available as `@arcticicestudio/remark-preset-lint`. This also includes the linting and adjusting for matches that are found after running with the new rules.
121
121
-[`vsce`][40] — updated from version [`6.0.1`][168] to [`^1.100.0`][169].
122
122
123
123
</details>
@@ -447,7 +447,7 @@ This release version mainly migrates a NPM package dependency that has been depr
447
447
<summary><strong>Switch to new ESLint configuration preset package</strong> — #190 (⊶ 13ef97ec) by <ahref="https://github.com/kremalicious"target="_blank">@kremalicious</a></summary>
448
448
449
449
↠ Before the [`eslint-config-arcticicestudio-base` NPM package][31] was used which has been deprecated and also deleted from the registry.
450
-
Because the goal of the deprecation was to move to the new [`@svengreb/eslint-config-base` package][112] anyway it has now been switched.
450
+
Because the goal of the deprecation was to move to the new [`@arcticicestudio/eslint-config-base` package][112] anyway it has now been switched.
451
451
452
452
</details>
453
453
@@ -1013,7 +1013,7 @@ All currently implemented Gulp tasks have therefore been migrated to npm scripts
↠ Added the missing `arcticicestudio.` author namespace of the VS Code marketplace extension ID separated with a dot in front of the extension name itself to fix the install instructions.
1016
+
↠ Added the missing `arcticicestudio` author namespace of the VS Code marketplace extension ID separated with a dot in front of the extension name itself to fix the install instructions.
1017
1017
1018
1018
## Tasks
1019
1019
@@ -1403,10 +1403,10 @@ otherwise Markdown elements are not parsed and rendered!
0 commit comments