Skip to content

Commit

Permalink
Merged PR 938: Migration to pwa 2.0
Browse files Browse the repository at this point in the history
Related work items: #867, #892, #923, #949, #950, #951, #953, #954, #956, #957, #965, #967, #969, #975, #976, #978, #980, #986, #987, #990, #991, #993, #994, #995, #996, #1002
  • Loading branch information
Silke Grueber authored and Stefan Hauke committed Mar 7, 2022
2 parents a23824f + 054cedd commit 1ecf6a2
Show file tree
Hide file tree
Showing 960 changed files with 33,517 additions and 30,539 deletions.
20 changes: 0 additions & 20 deletions .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,9 @@
# You can see what browsers were selected by your queries by running:
# npx browserslist

# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
# For additional information regarding the format and rule options, please see:
# https://github.com/browserslist/browserslist#queries

# For the full list of supported browsers by the Angular framework, please see:
# https://angular.io/guide/browser-support

# You can see what browsers were selected by your queries by running:
# npx browserslist

last 1 Chrome version
last 1 Firefox version
last 2 Edge major versions
last 2 Safari major versions
last 2 iOS major versions
Firefox ESR
not IE 9-10 # Angular support for IE 9-10 has been deprecated and will be removed as of Angular v11. To opt-in, remove the 'not' prefix on this line.
not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.


## previous PWA configuration:
# > 0.5%
# last 2 versions
# Firefox ESR
# not dead
# IE 11
2 changes: 1 addition & 1 deletion .cz-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
name: 'refactor: A code change that neither fixes a bug nor adds a feature',
},
{ value: 'test', name: 'test: Fixing or adding tests' },
{ value: 'build', name: 'build: Anything build-releated' },
{ value: 'build', name: 'build: Anything build related' },
{ value: 'deps', name: 'deps: Dependency updates' },
{
value: 'chore',
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
// code style + formatting
"esbenp.prettier-vscode",
"stylelint.vscode-stylelint",
"dbaeumer.vscode-eslint",
"csstools.postcss",
"ms-vscode.vscode-typescript-tslint-plugin",
// testing
"andys8.jest-snippets",
// documentation
Expand Down
20 changes: 14 additions & 6 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# It can be synchronized using 'node scripts/update-dockerignore'

# from .gitignore
/tslint*hard*
/eslint*hard*
**/*.xliff
**/*.ut.spec.ts
**/node_modules
Expand All @@ -18,6 +18,7 @@
/.nb-gradle
/nbproject/
/.nvmrc
/.angular/cache
**/*.log
/src/environments/environment.local.ts
/src/environments/environment.development.ts
Expand Down Expand Up @@ -47,31 +48,38 @@
/e2e/reports
/e2e/package-lock.json

# from eslint-rules/.gitignore
/eslint-rules/node_modules
/eslint-rules/package-lock.json
/eslint-rules/dist

# from reports/.gitignore
/reports/junit.xml
/reports/unit-tests.html
/reports/coverage
/reports/e2e
/reports/tslint
/reports/eslint
/reports/bundle
/reports/jscpd
/reports/licenses
/reports/e2e-*.xml

# from schematics/.gitignore
/schematics/src/**/*.js
!/schematics/src/utils/lint-fix-mock.js
/schematics/src/**/*.d.ts
/schematics/package-lock.json

# from tslint-rules/.gitignore
/tslint-rules/test
/tslint-rules/package-lock.json

# from e2e/cypress/.gitignore
/e2e/cypress/videos
/e2e/cypress/screenshots
/e2e/cypress/logs

# from node_modules/eslint-plugin-ish-custom-rules/.gitignore
/node_modules/eslint-plugin-ish-custom-rules/node_modules
/node_modules/eslint-plugin-ish-custom-rules/package-lock.json
/node_modules/eslint-plugin-ish-custom-rules/dist

# from src/ssr/server-scripts/.gitignore
/src/ssr/server-scripts/ecosystem-ports.json

Expand Down
11 changes: 11 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
node_modules

*.d.ts

polyfills.ts

environment.development.ts

**/lazy-*.component.ts

**/index.html
Loading

0 comments on commit 1ecf6a2

Please sign in to comment.