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

fix(deps): update dependency tailwindcss to v3.3.6 - autoclosed #760

Closed
wants to merge 42 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
4114a25
Adjust to umati's needs.
wlkrm Jan 12, 2022
52af1ef
fix: only provide plugin process/browser if installed
wlkrm Jan 21, 2022
07321c0
feat: Bump @umati/react-scripts to `5.0.3`
GoetzGoerisch Jan 17, 2022
3e0685d
fix(ci): Updates integration testing
GoetzGoerisch Jan 31, 2022
02ea55c
Bump follow-redirects from 1.14.5 to 1.14.8
dependabot[bot] Feb 15, 2022
f6d976e
chore(deps): Bumps resolve-url-loader to 5.0.0
GoetzGoerisch Feb 17, 2022
52f35de
feat: Bump @umati/react-scripts to `5.0.4`
GoetzGoerisch Feb 17, 2022
d714cf8
fix(deps): Applies deps updates
GoetzGoerisch Mar 29, 2022
b0039cf
feat: Bump @umati/react-scripts to `5.0.5`
GoetzGoerisch Mar 29, 2022
980b4dc
fix: Bump @umati/react-scripts to 5.0.6
GoetzGoerisch Apr 14, 2022
12cb6f3
fix(deps): Bumps @svgr/webpack to `6.2.1` (#278)
GoetzGoerisch Apr 28, 2022
3351a98
feat: Bump @umati/react-scripts to `5.0.7`
GoetzGoerisch Apr 28, 2022
c476ec1
feat: Bump @umati/react-scripts to `5.0.8`
GoetzGoerisch May 24, 2022
fc6006b
fix: Update to fix terser sec vul
GoetzGoerisch Jul 18, 2022
df4aed4
feat: Bump to `5.0.9`
GoetzGoerisch Jul 18, 2022
d0d7391
feat: Bump to `5.0.10`
GoetzGoerisch Oct 14, 2022
2ac5a48
fix(deps): Bump @umati/react-scripts to `5.0.11`
GoetzGoerisch Nov 3, 2022
171657d
fix: Bump version to `5.0.12`
GoetzGoerisch Nov 24, 2022
63454e5
build(deps): Bump json5 from 2.2.1 to 2.2.3
GoetzGoerisch Jan 2, 2023
735388c
fix: Bump version to 5.0.13
GoetzGoerisch Jan 2, 2023
3383853
Updates node to >16.x and actions to >3.x (#572)
GoetzGoerisch Jan 23, 2023
7c07f73
chore(deps): Update webpack to 5.76.1
GoetzGoerisch Mar 15, 2023
b9d4aee
feat: Bump to 5.0.14
GoetzGoerisch Mar 15, 2023
c5bcd1e
build(deps): bump parse-path and lerna
dependabot[bot] Jul 3, 2023
85214a7
fix(deps): Deps updates (#730)
GoetzGoerisch Jul 4, 2023
2d5318e
fix(deps): update babel monorepo (#677)
renovate[bot] Jul 4, 2023
9e73145
fix(deps): update dependency html-webpack-plugin to v5.5.3 (#708)
renovate[bot] Jul 5, 2023
7740ad7
fix(deps): update dependency immer to v9.0.21
renovate[bot] Jul 5, 2023
1589dde
fix(deps): update dependency style-loader to v3.3.3
renovate[bot] Jul 4, 2023
301e61f
fix(deps): update dependency mini-css-extract-plugin to v2.7.6
renovate[bot] Jul 4, 2023
ed1539d
fix(deps): update dependency shell-quote to v1.8.1
renovate[bot] Jul 4, 2023
c031931
chore(deps): update dependency @testing-library/user-event to v14
renovate[bot] Jul 4, 2023
f38acd1
fix(deps): update dependency validate-npm-package-name to v5
renovate[bot] Jul 4, 2023
2cadffe
fix(deps): update dependency webpack-manifest-plugin to v5
renovate[bot] Jul 4, 2023
e3479a2
Add .whitesource configuration file
mend-bolt-for-github[bot] Jul 3, 2023
92c720f
chore(deps): update dependency lint-staged to v13
renovate[bot] Jul 6, 2023
19b2220
chore(deps): update dependency prettier to v2.8.8
renovate[bot] Jul 6, 2023
cc807eb
fix(deps): update dependency sass-loader to v13
renovate[bot] Jul 6, 2023
f9c6a22
build(deps): bump tough-cookie from 4.1.2 to 4.1.3
dependabot[bot] Jul 10, 2023
27419d1
fix(deps): update dependency source-map-loader to v4
renovate[bot] Sep 13, 2023
4f47b52
fix(babel-preset-react-app): add missing dependency (#12364)
eventualbuddha May 29, 2023
8fd9b95
fix(deps): update dependency tailwindcss to v3.3.6
renovate[bot] Dec 6, 2023
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
46 changes: 46 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"extends": ["config:base"],
"baseBranches": ["umati"],
"labels": ["dependencies"],
"packageRules": [
{
"matchDatasources": ["docker"],
"matchUpdateTypes": ["major"],
"enabled": true,
"pinDigests": true
},
{
"matchPackagePatterns": ["eslint"],
"labels": ["linting"],
"groupName": "eslint"
},
{
"matchPackagePatterns": ["react"],
"labels": ["react"],
"groupName": "react"
},
{
"matchPackagePatterns": ["bootstrap"],
"labels": ["bootstrap"],
"groupName": "bootstrap"
},
{
"matchPackagePatterns": ["redux"],
"labels": ["redux"],
"groupName": "redux"
},
{
"matchPackagePatterns": ["stylelint"],
"labels": ["stylelint"],
"groupName": "stylelint"
},
{
"matchDepTypes": ["optionalDependencies"],
"addLabels": ["optional"]
},
{
"matchDepTypes": ["devDependencies"],
"addLabels": ["dev-deps"]
}
]
}
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3.3.0
- uses: actions/setup-node@v3.6.0
with:
node-version: '14'
node-version: '18'
cache: 'npm'
- name: Install npm@8
run: npm i -g npm@8
- name: Install npm@9
run: npm i -g npm@9
- name: Install
run: npm ci --prefer-offline
- name: Build
Expand Down
19 changes: 9 additions & 10 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,28 @@
---
name: Integration Tests

on:
push:
branches:
- main
branches: [main, umati, develop, update]
pull_request:
branches:
- main
branches: [umati, develop, update]

jobs:
job:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
node: ['14', '16']
os: ['ubuntu-20.04', 'ubuntu-22.04', 'windows-2019', 'windows-2022']
node: ['16', '18', '19']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.3.0
- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node }}
cache: 'npm'
- name: Install npm@8
run: npm i -g npm@8
- name: Install npm@9
run: npm i -g npm@9
- name: Install yarn
run: npm i -g yarn
- name: Install packages
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on: [push, pull_request]

jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3.3.0
- uses: actions/setup-node@v3.6.0
with:
node-version: '14'
node-version: '16'
cache: 'npm'
- name: Install npm@8
run: npm i -g npm@8
- name: Install npm@9
run: npm i -g npm@9
- name: Install
run: npm ci --prefer-offline
- name: Build
Expand Down
31 changes: 31 additions & 0 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Node.js Packages

on:
push:
branches: ['umati']
# Publish semver tags as releases.
# tags: [ 'v*.*.*' ]

jobs:
publish-gpr:
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
steps:
- uses: actions/[email protected]
with:
fetch-depth: 2
- uses: actions/[email protected]
with:
node-version: '18.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@umati'
- name: Install
run: npm ci --prefer-offline
- name: Build
run: npm run build
- run: npm publish
working-directory: './packages/react-scripts'
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21 changes: 21 additions & 0 deletions .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Rebase and force push

on: workflow_dispatch

jobs:
rebase:
runs-on: ubuntu-20.04
permissions:
contents: write
packages: write
steps:
- name: Auto Rebase Upstream Node
uses: wlkrm/[email protected]
with:
upstream: https://github.com/facebook/create-react-app.git
branch: main
nodetoken: ${{ secrets.GITHUB_TOKEN }}
nodescope: '@umati'
nodeurl: 'https://npm.pkg.github.com'
repo: ${{ github.repository }}
repotoken: ${{ secrets.GITHUB_TOKEN }}
10 changes: 10 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.

tasks:
- init: npm install && npm run build
command: npm run start
vscode:
extensions:
- dbaeumer.vscode-eslint
14 changes: 14 additions & 0 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"scanSettings": {
"baseBranches": []
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff",
"useMendCheckNames": true
},
"issueSettings": {
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY"
}
}
Loading
Loading