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

Update Dev Dependencies #329

Merged
merged 2 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 6 additions & 16 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
"circlon",
"citrix",
"citysearch",
"clangd",
"clearfix",
"Cloneable",
"cloudflare",
Expand Down Expand Up @@ -522,6 +523,7 @@
"itar",
"itemprop",
"jabra",
"Jacoco",
"jaspreet",
"javadoc",
"jira",
Expand Down Expand Up @@ -684,6 +686,7 @@
"mydestination",
"myicon",
"myid",
"mypy",
"mytype",
"nacional",
"nadu",
Expand Down Expand Up @@ -730,6 +733,7 @@
"nowrap",
"npmbuild",
"npmrc",
"npms’s",
"nspringer",
"nuget",
"numtrucks",
Expand Down Expand Up @@ -1157,9 +1161,6 @@
"xmldoc",
"xmlns",
"xoxo",
"xpds",
"xperia",
"xpress",
"xpzs",
"xrscorp",
"yandex",
Expand All @@ -1168,9 +1169,7 @@
"yodal",
"youtube",
"zetes",
"zipmatch",
"zonar",
"ZOOMRADII"
"zipmatch"
],
"flagWords": [
"blacklist",
Expand All @@ -1182,23 +1181,14 @@
],
"language": "en,en-US",
"ignoreRegExpList": [
"<!-- prettier-ignore -->\\n(`{3,})\\w*\\n[\\s\\S]+?\\1",
"\\[(\\*{2})?@\\w+?\\1\\]",
"\\[`\\w+`\\]",
"ve{2,}r{2,}y",
"ve+r+y+long\\w*",
"\\/.*?\\/",
"\\_\\w+",
"\\#\\w+"
],
"ignorePaths": [
".cspell.json",
"**/node_modules/**",
"*.min.*",
"{coverage,dist,.cache,.git,.vscode,.DS_Store,tests,*.yml}/**/*",
"*.{log,scss,svg,snap}",
"CODEOWNERS",
"test.*"
"CODEOWNERS"
],
"useGitignore": true
}
17 changes: 0 additions & 17 deletions assets/css/_codefences.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
} /* Error */
.highlight .k {
color: #50a14f;
font-weight: bold;
} /* Keyword */
.highlight .o {
color: #666;
Expand Down Expand Up @@ -74,7 +73,6 @@
} /* Generic.Error */
.highlight .gh {
color: #008;
font-weight: bold;
} /* Generic.Heading */
.highlight .gi {
color: #0a0;
Expand All @@ -84,36 +82,29 @@
} /* Generic.Output */
.highlight .gp {
color: #c65d09;
font-weight: bold;
} /* Generic.Prompt */
.highlight .gs {
font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
color: #808;
font-weight: bold;
} /* Generic.Subheading */
.highlight .gt {
color: #04d;
} /* Generic.Traceback */
.highlight .kc {
color: #08b;
font-weight: bold;
} /* Keyword.Constant */
.highlight .kd {
color: #a626a4;
font-weight: bold;
} /* Keyword.Declaration */
.highlight .kn {
color: #072;
font-weight: bold;
} /* Keyword.Namespace */
.highlight .kp {
color: #071;
} /* Keyword.Pseudo */
.highlight .kr {
color: #a626a4;
font-weight: bold;
} /* Keyword.Reserved */
.highlight .kt {
color: #920;
Expand All @@ -132,18 +123,15 @@
} /* Name.Builtin */
.highlight .nc {
color: #0e84b5;
font-weight: bold;
} /* Name.Class */
.highlight .no {
color: #6ad;
} /* Name.Constant */
.highlight .nd {
color: #555;
font-weight: bold;
} /* Name.Decorator */
.highlight .ni {
color: #d55537;
font-weight: bold;
} /* Name.Entity */
.highlight .ne {
color: #007020;
Expand All @@ -153,15 +141,12 @@
} /* Name.Function */
.highlight .nl {
color: #002070;
font-weight: bold;
} /* Name.Label */
.highlight .nn {
color: #555;
font-weight: bold;
} /* Name.Namespace */
.highlight .nt {
color: #905;
font-weight: bold;
} /* Name.Tag */
.highlight .nv {
color: #b6d;
Expand All @@ -172,7 +157,6 @@

.highlight .ow {
color: #007020;
font-weight: bold;
} /* Operator.Word */
.highlight .w {
color: #bbb;
Expand Down Expand Up @@ -213,7 +197,6 @@
} /* Literal.String.Double */
.highlight .se {
color: #4070a0;
font-weight: bold;
} /* Literal.String.Escape */
.highlight .sh {
color: #4070a0;
Expand Down
2 changes: 1 addition & 1 deletion assets/js/lunr.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ For reusable software modules, e-Tools provides [Artifactory Pro](https://www.jf

### Python

[Distutils](https://docs.python.org/3/library/)(setuptools) has become the primary method for packaging and distributing python packages and scripts. By using distutils and building a package with setup.py you can easily distribute packages publically on [PyPi](https://pypi.python.org/pypi) or privately using a [Git Repository](https://pip.pypa.io/en/stable/reference/pip_install/#git) or [Artifactory](https://www.jfrog.com/confluence/display/RTF/PyPI+Repositories).
[Distutils](https://docs.python.org/3/library/)(setuptools) has become the primary method for packaging and distributing python packages and scripts. By using distutils and building a package with setup.py you can easily distribute packages publicly on [PyPi](https://pypi.python.org/pypi) or privately using a [Git Repository](https://pip.pypa.io/en/stable/reference/pip_install/#git) or [Artifactory](https://www.jfrog.com/confluence/display/RTF/PyPI+Repositories).

This [Quick Start](https://the-hitchhikers-guide-to-packaging.readthedocs.io/en/latest/quickstart.html) give a good high level overview on building your first Python package. For more advanced features refer to the[ setuptools documentation](https://setuptools.readthedocs.io/en/latest/setuptools.html#basic-use).

Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/analytics.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{{- if not hugo.IsServer -}}
<script async src="https://www.googletagmanager.com/gtag/js?id={{- .Site.GoogleAnalytics -}}" fetchpriority="low"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id={{- .Site.Config.Services.GoogleAnalytics.ID -}}" fetchpriority="low"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '{{ .Site.GoogleAnalytics }}', {ad_storage:"denied", analytics_storage:"denied"});
gtag('config', '{{- .Site.Config.Services.GoogleAnalytics.ID -}}', {ad_storage:"denied", analytics_storage:"denied"});
</script>
{{- end -}}
4 changes: 2 additions & 2 deletions layouts/partials/card-component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="col-12 col-lg-6 col-xl-3 my-3" {{ if .Params.keywords }} data-tags="{{ .Params.keywords }}" {{ end -}}>
<div class="col-12 col-lg-6 col-xl-3 my-3" {{ if .Params.keywords }} data-tags="{{- .Params.keywords -}}" {{ end -}}>
<div class="card card-blog-brief h-100 border bg-light shadow-sm">
<div class="card-header top-rounded mb-0 pb-0 border-0"
style="background-image: url(/img/headers/elements/{{ .Title | urlize }}.png);">
style="background-image: url(/img/headers/elements/{{- .Title | urlize -}}.png);">
</div>
<div class="card-body bg-white border-0 pb-0">
<h3 class="card-title px-2 ml-n2 name {{ if .Params.DoNotTranslateTitle }}notranslate" translate="no{{ end -}}">
Expand Down
66 changes: 33 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"htmlhint": "1.1.4",
"hugo-bin": "0.124.0",
"hugo-bin": "0.125.2",
"jquery": "3.7.1",
"npm-run-all": "4.1.5",
"popper.js": "1.16.1",
"postcss": "8.4.38",
"postcss": "8.4.39",
"postcss-cli": "11.0.0",
"prettier": "3.2.5",
"stylelint": "16.6.0",
"prettier": "3.3.2",
"stylelint": "16.6.1",
"stylelint-config-standard-scss": "13.1.0"
},
"hugo-bin": {
Expand Down
Loading