Skip to content

Commit

Permalink
Merge pull request #153 from eclipse-tractusx/main
Browse files Browse the repository at this point in the history
build: merge v2.0.0-RC1 into dev
  • Loading branch information
evegufy authored Apr 18, 2024
2 parents f4f03e9 + 9b6073b commit f89d3e9
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 5 deletions.
58 changes: 58 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
###############################################################
# Copyright (c) 2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0.
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
###############################################################

---
version: 2
updates:
# NPM
-
package-ecosystem: "npm"
target-branch: dev
directory: /
labels:
- "dependabot"
- "dependencies"
schedule:
interval: "weekly"
# restrict to patch updates (due to the big amount of dependencies)
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]

# Github Actions
-
package-ecosystem: "github-actions"
target-branch: dev
directory: /
labels:
- "dependabot"
- "github-actions"
schedule:
interval: "weekly"

# Docker
-
package-ecosystem: "docker"
target-branch: dev
directory: ./.conf/
labels:
- "dependabot"
- "docker"
schedule:
interval: "weekly"
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# Changelog

## unreleased
## 2.0.0-RC1

### Change
- Migrated from Create React App (webpack) to Vite (rollup)
- Switched from deprecated CRA to new framework for build scripts and development server
- Use React 18 instead of 17
- Upgraded dependencies

## 1.7.0-RC1

### Change
- Pattern updates
- Support special characters in the registration form - Name, street, region, city and postal code
- updated company region field to accept hyphens
Expand All @@ -19,6 +16,7 @@
### Technical Support
- set node version explicitly
- introduced codeql scan
- introduced dependabot.yml
- removed veracode workflow
- upgraded gh actions and change to pinned actions full length commit sha
- CONTRIBUTING.md: linked to contribution details
Expand Down

0 comments on commit f89d3e9

Please sign in to comment.