Skip to content

Commit

Permalink
Merge branch 'dependency-updates' into dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-5
  • Loading branch information
A-Behairi authored Dec 6, 2023
2 parents 1297989 + dd2eba1 commit 3c4ce3c
Show file tree
Hide file tree
Showing 8 changed files with 11,541 additions and 26,788 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
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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
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
8 changes: 5 additions & 3 deletions .github/workflows/lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@ jobs:

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

- 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
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 3c4ce3c

Please sign in to comment.