Skip to content

Commit

Permalink
Merge branch 'dependency-updates' into dependabot/npm_and_yarn/core-j…
Browse files Browse the repository at this point in the history
…s-3.33.3
  • Loading branch information
A-Behairi committed Dec 6, 2023
2 parents 90469db + 495cf1f commit d2c9707
Show file tree
Hide file tree
Showing 8 changed files with 14,303 additions and 29,468 deletions.
7 changes: 1 addition & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@ updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "00:00"
interval: weekly
open-pull-requests-limit: 10
reviewers:
- radupasparuga
assignees:
- radupasparuga
commit-message:
prefix: fix
prefix-development: chore
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:

steps:
- name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: get-npm-version
id: package-version
uses: martinbeentjes/npm-get-version-action@main
- name: Push to Docker Hub
uses: docker/build-push-action@v1
uses: docker/build-push-action@v5
with:
path: ./
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_and_push_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:

steps:
- name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: get-npm-version
id: package-version
uses: martinbeentjes/npm-get-version-action@main
- name: Push to Docker Hub
uses: docker/build-push-action@v1
uses: docker/build-push-action@v5
with:
path: ./
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/bump_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,20 @@ jobs:

steps:
- name: Checkout 🛎
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup node env 🏗
uses: actions/[email protected]
uses: actions/[email protected]

with:
node-version: ${{ matrix.node }}
check-latest: true

- name: Cache node_modules 📦
uses: actions/[email protected]
uses: actions/[email protected]

with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:

steps:
- name: Checkout 🛎
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup node env 🏗
uses: actions/setup-node@v3.1.0
uses: actions/setup-node@v4.0.0
with:
node-version: ${{ matrix.node }}
check-latest: true

- name: Cache node_modules 📦
uses: actions/cache@v3.0.1
uses: actions/cache@v3.3.2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
13 changes: 12 additions & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,18 @@ export default {
},
}),
],
transpile: ["@eox/itemfilter", "@eox/map"],
transpile: [
"@eox/itemfilter",
"@eox/map",
"color-parse",
"ol/renderer/webgl/PointsLayer",
"ol/structs/LRUCache",
"ol/style/Style",
"ol/geom/LineString",
"ol/format/Feature",
"ol/expr/gpu",
"ol/style/RegularShape",
],
},

auth: {
Expand Down
Loading

0 comments on commit d2c9707

Please sign in to comment.