@openedx/frontend-build 15.0.0-alpha.15 → 15.0.0-alpha.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -64,6 +64,8 @@ function getStyleUseConfig() {
64
64
  path.join(process.cwd(), 'node_modules'),
65
65
  path.join(process.cwd(), 'src'),
66
66
  ],
67
+ // silences compiler warnings regarding deprecation warnings
68
+ quietDeps: true,
67
69
  },
68
70
  },
69
71
  },
@@ -74,6 +74,7 @@ function insertStylesheetsIntoDocument({
74
74
  rel="preload"
75
75
  as="style"
76
76
  href="${url}"
77
+ onload="this.rel='stylesheet';"
77
78
  onerror="this.remove();"
78
79
  />`;
79
80
  return baseLink;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openedx/frontend-build",
3
- "version": "15.0.0-alpha.15",
3
+ "version": "15.0.0-alpha.17",
4
4
  "description": "Build tools, setup and config for frontend apps",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -39,7 +39,7 @@
39
39
  "@babel/plugin-syntax-dynamic-import": "7.8.3",
40
40
  "@babel/preset-env": "7.24.8",
41
41
  "@babel/preset-react": "7.24.7",
42
- "@edx/eslint-config": "4.1.0",
42
+ "@edx/eslint-config": "4.2.0",
43
43
  "@edx/new-relic-source-map-webpack-plugin": "2.1.0",
44
44
  "@edx/typescript-config": "1.1.0",
45
45
  "@formatjs/cli": "^6.0.3",