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

chore/upgrade greenwood v0.30.0 #98

Merged
merged 26 commits into from
Nov 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
69d2113
upgrade greenwood v0.30.0
thescientist13 Mar 10, 2024
66e7fe6
upgrade alpha.2
thescientist13 May 6, 2024
1da1b1c
bump netlify.toml node version
thescientist13 May 6, 2024
15d6c4f
gracefully handle un-resolvable CSS assets
thescientist13 May 31, 2024
2ed1f58
add patch package and postinstall
thescientist13 May 31, 2024
dc8c75a
refactor to use constructable stylesheets
thescientist13 May 31, 2024
24288c0
handle data: URLs in CSS optimization
thescientist13 May 31, 2024
6ae9dde
bump greenwood alpha.3
thescientist13 Jun 22, 2024
73ba3cc
upgrade v0.30.0-alpha.4
thescientist13 Jun 29, 2024
d199cfb
restore testing workflow
thescientist13 Jun 29, 2024
3d62526
convert all CSS to use constructable stylesheets
thescientist13 Jul 12, 2024
529e927
remove plugin
thescientist13 Jul 12, 2024
4265ebb
remove plugin from testing
thescientist13 Jul 12, 2024
af4d294
restore postcss plugin
thescientist13 Jul 12, 2024
3cad5db
restore postcss plugin
thescientist13 Jul 12, 2024
acf2334
real production css modules
thescientist13 Jul 14, 2024
6dd2ddd
patching with greenwood super css
thescientist13 Jul 21, 2024
7d77a8d
setup patch package
thescientist13 Jul 21, 2024
aca7a36
patching externalized constructable stylesheets bundling
thescientist13 Aug 3, 2024
de83f6e
upgrade greenwood v0.30.0-alpha.5
thescientist13 Aug 3, 2024
5b7faa3
patch package support for import attributes polyfill
thescientist13 Sep 4, 2024
dfd91c6
restore inline optimization
thescientist13 Sep 6, 2024
13cd0f1
patch quiter console logging
thescientist13 Sep 6, 2024
7a8c0cf
upgrade alpha.6
thescientist13 Sep 6, 2024
038619b
bump to greenwood v0.30.0-alpha.7
thescientist13 Oct 20, 2024
19f16af
v0.30.0 final
thescientist13 Nov 2, 2024
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
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.12.1
18.20.2
5 changes: 3 additions & 2 deletions greenwood.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { greenwoodPluginFontAwesome } from '@analogstudiosri/greenwood-plugin-font-awesome';
import { greenwoodPluginGoogleAnalytics } from '@greenwood/plugin-google-analytics';
import { greenwoodPluginTypeScript } from '@greenwood/plugin-typescript';
import { greenwoodPluginImportCss } from '@greenwood/plugin-import-css';
import { greenwoodPluginPostCss } from '@greenwood/plugin-postcss';
import analyze from 'rollup-plugin-analyzer';
import { visualizer } from 'rollup-plugin-visualizer';
Expand All @@ -14,9 +13,11 @@ export default {
'/api': 'https://www.analogstudios.net'
}
},
polyfills: {
importAttributes: ['css', 'json']
},
plugins: [
greenwoodPluginPostCss(),
greenwoodPluginImportCss(),
greenwoodPluginFontAwesome(),
greenwoodPluginTypeScript(),
// https://developers.google.com/analytics/devguides/collection/analyticsjs/single-page-applications
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
skip_processing = true

[build.environment]
NODE_VERSION = "18.12.1"
NODE_VERSION = "18.20.2"

[[redirects]]
from = "/api/*"
Expand Down
Loading
Loading