Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
a58f949
fix: update missing changelog plugin version
easingthemes Feb 14, 2022
cb06276
chore(release): 1.1.2 [skip ci]
invalid-email-address Feb 14, 2022
930dc8e
feat: Updates stylelint to v14.6.1 and removes obsolete `syntax` option
Apr 8, 2022
59e987d
feat: Adds migration guide
Apr 8, 2022
30ee448
feat: Adds supported node.js versions
Apr 8, 2022
389bbd4
fix: Removes IE Mobile from browserlist
Apr 8, 2022
34c4d37
fix: Updates eslint-plugin-import because current version is not supp…
Apr 8, 2022
6706635
Updates package-lock
Apr 8, 2022
4755a9c
Adds .nvmrc file with node minimum version 16
Apr 11, 2022
d06c2d4
Feat: Bump major version number
raohmaru Apr 11, 2022
fa98a12
replaces hardcoded path separator with `path.sep`in order to make the…
raohmaru Apr 24, 2022
e5c2d25
test: adds test content and a configuration file to run a build test
raohmaru Apr 24, 2022
2c0d333
Reviewed main README.MD
Apr 8, 2022
bf0344d
fix: Changes values defined in `SourceMapOptions` to match PostCSS v8…
Apr 9, 2022
544207d
Deletes outdated comment
Apr 9, 2022
ecb2291
chore(release): 1.1.3 [skip ci]
invalid-email-address Apr 24, 2022
62e1f18
Replaces offensive emoji
raohmaru Apr 24, 2022
a9b4ad8
chore(release): 1.2.0 [skip ci]
invalid-email-address May 5, 2022
15d9271
chore(release): 2.0.0 [skip ci]
invalid-email-address May 5, 2022
1454c46
docs: improve documentation and fix typos
May 19, 2022
850a31a
Missing dot in the horizontal ellipsis character
May 19, 2022
04f0ee0
Fix more typos: SCSS → Scss, analyse → analyze
May 31, 2022
4b4005a
Adds docs/ folder to the `files` included in the package
May 31, 2022
7547ef7
Updates version of the module in the package-lock.json
May 31, 2022
9a0eed9
Adds a Security Policy document
May 19, 2022
9ffd3aa
Using an email address to receive vulnerabilities reports
May 19, 2022
2f729c7
Do not support security updates for versions less than 2.0
May 31, 2022
d233c9c
docs: updates company name
quicoto Jun 1, 2022
26f4f6f
Add stylelint config and npm tasks for testing purposes
Jun 2, 2022
fdc69b9
Fix typos, improve comments
Jun 2, 2022
f5889f8
Remove npm test task
raohmaru Jun 7, 2022
d00876d
build: updates action to latest version
quicoto Jul 12, 2022
d2e71af
fix: Move gaze to regular depedencies
quicoto Jul 12, 2022
0b10cda
docs: improves the configuration page
quicoto Jul 12, 2022
abc799f
chore(release): 2.0.1 [skip ci]
invalid-email-address Jul 12, 2022
9cd6d0f
fix(utils): adjust custom missing destination basePath when custom so…
Jul 15, 2022
f5e33cc
chore(release): 2.0.2 [skip ci]
invalid-email-address Jul 18, 2022
81c83f3
build: fixes high severity vulnerabilities
quicoto Jul 18, 2022
bc532c2
Add more tests
Jul 20, 2022
1c03c28
Update package-lock.json
Jul 21, 2022
c161f98
Merge branch 'main' into feature/59-create-test-cases-unit-test
Jul 21, 2022
63cd0e6
Rebuild package-lock.json with latest npm
Jul 21, 2022
c906e0c
Remove npm test task and rename build task
Jul 21, 2022
a9655af
Merge branch 'main' into feature/59-create-test-cases-unit-test
Aug 12, 2022
615e614
Update package-lock.json after merge with main branch
Aug 12, 2022
bbe1f9c
keep old log message
Aug 12, 2022
363cb4a
Try test task in CI/CD
Aug 16, 2022
b65020b
93.78 covered still in progress
FelipeSimoes Aug 19, 2022
6022372
93.78 covered still in progress
FelipeSimoes Aug 19, 2022
4b1591e
task test cases
FelipeSimoes Aug 24, 2022
463a565
#59 last taskstest cases
FelipeSimoes Aug 25, 2022
226aace
#59 last taskstest cases
FelipeSimoes Aug 25, 2022
f5bb066
pre-commit
FelipeSimoes Aug 25, 2022
7f108cd
#59 last taskstest cases
FelipeSimoes Aug 25, 2022
34d6786
#59 pre-commit hook
FelipeSimoes Aug 25, 2022
01241b2
#59 clean
FelipeSimoes Aug 25, 2022
0f997a1
#59 git hook
FelipeSimoes Aug 25, 2022
82badd1
#59 git hook
FelipeSimoes Aug 25, 2022
b0d6031
#59 treeshaking test
FelipeSimoes Aug 25, 2022
96f3839
#59 review
FelipeSimoes Aug 25, 2022
a40705b
#59 review
FelipeSimoes Aug 25, 2022
314a44e
#59 review
FelipeSimoes Aug 25, 2022
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
16 changes: 16 additions & 0 deletions .github/hooks/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/sh
Comment thread
FelipeSimoes marked this conversation as resolved.
echo "***** ******"
echo "***** Cognizant Netcentric (https://www.netcentric.biz) ******"
echo "***** ******"
echo "***** Running jest test :) ******"
echo "***** ******"

git stash -q --keep-index

npm test

status=$?

git stash pop -q

exit $status
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ yarn-error.log*
symbols.svg
.tmp/
.cache-loader
dist/

# Svg Icons Temp folder
tmp/
coverage/

# Bundle Analyser
frontend/stats.json
frontend/stats.json
8 changes: 4 additions & 4 deletions config/optimization.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ module.exports = {
},
splitChunks: {
cacheGroups: {
// this treeshake vendors (but keep unique vendors at the clientlibs it belongs )
// Treeshake vendors in node_modules (but keep unique vendors at the clientlibs it belongs)
vendors: {
test: mod => moduleIsVendor(mod.context, excludedFromVendors),
name: 'commons/vendors.bundle.js',
chunks: 'all',
// used on at least 2 module
// used on at least 2 modules
minChunks: 2
},
// this treeshakes common imports, if are and more than 2 clientlibs
// Treeshakes common imports, if used in more than 2 clientlibs
treeshaking: {
test: mod => !moduleIsVendor(mod.context, excludedFromVendors),
name: 'commons/treeshaking.bundle.js',
chunks: 'all',
// used on at least 2 module
// used on at least 2 modules
minChunks: 2
}
}
Expand Down
Loading