Skip to content

Commit

Permalink
Merge pull request ElektraInitiative#3622 from mpranj/deps
Browse files Browse the repository at this point in the history
website: update dependencies
  • Loading branch information
mpranj authored Mar 27, 2021
2 parents 662b5fc + febf6cd commit ebc9d20
Show file tree
Hide file tree
Showing 10 changed files with 1,217 additions and 714 deletions.
4 changes: 3 additions & 1 deletion doc/news/_preparation_next_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ _(@tucek)_
- <<TODO>>
- <<TODO>>
- <<TODO>>
- `webd`: update `ini` and `elliptic` dependencies. _(Dependa Bot)_
- Make search for providers not skip rest of plugins on exceptions. _(Markus Raab)_
## Scripts
Expand Down Expand Up @@ -275,6 +275,8 @@ plugins, bindings and tools are always up to date. Furthermore, we changed:
- It is now possible to have two links on the same line of a markdown file rendered on the website. _(Klemens Böswirth)_
- The file [doc/KEYNAMES.md](../KEYNAMES.md) is now rendered on the website. _(Klemens Böswirth)_
- Update `ini` dependency. _(Dependa Bot)_
- Update many dependencies (Node 14.x LTS, angular, bootstrap, ..) and fix broken RSS feed permalinks. _(Mihael Pranjić)_
- <<TODO>>
## Outlook
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/website/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV LC_ALL C.UTF-8
RUN apt-get update && apt-get -y install \
cmake git build-essential curl \
libyajl-dev \
&& curl -sL https://deb.nodesource.com/setup_13.x | bash - \
&& curl -sL https://deb.nodesource.com/setup_14.x | bash - \
&& apt-get install -y nodejs \
&& rm -rf /var/lib/apt/lists/*

Expand Down
44 changes: 32 additions & 12 deletions src/tools/webd/package-lock.json

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

2 changes: 1 addition & 1 deletion src/tools/website/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = function(grunt) {
description: "News around Elektra",
feed_url:
"<%= app.website.url %>news/<%= grunt.config('create-website-news-rss.build.output.feed') %>",
post_url: "<%= app.website.url &>news/",
post_url: "<%= app.website.url %>news/",
site_url: "<%= app.website.url %>",
language: "en",
pubDate: new Date().toUTCString(),
Expand Down
Loading

0 comments on commit ebc9d20

Please sign in to comment.