Skip to content

Update dependencies (including compatibility with css-loader v4) #298

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

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
d2b2dd1
v6.0.0: Upgrade of dependencies
birdofpreyru Aug 8, 2020
15acb19
Resolves ESLint errors and warnings
birdofpreyru Aug 8, 2020
e09fa0e
Fix of tests: latest Babel does not approve nodes reused across AST
birdofpreyru Aug 8, 2020
55b7aa7
Fixes compatibility with the latest css-loader
birdofpreyru Aug 8, 2020
d38a294
Prepares fork release as an independent NPM package
birdofpreyru Aug 8, 2020
8670b09
Merge branch 'devel'
birdofpreyru Aug 8, 2020
cc36c82
Fixes CI/CD
birdofpreyru Aug 8, 2020
20c577e
Merge branch 'devel'
birdofpreyru Aug 8, 2020
07e9331
README updates
birdofpreyru Aug 8, 2020
70bddff
v6.0.2: Fixes runtime classname resolution
birdofpreyru Aug 12, 2020
2c4ce24
Update of dependencies
birdofpreyru Aug 12, 2020
16a6e4d
Fix of ESLint errors
birdofpreyru Aug 12, 2020
5ef5db9
Ask for 12.x version of nodejs
loeck Aug 18, 2020
d2db72c
Merge pull request #1 from loeck/engines_node_version
birdofpreyru Aug 31, 2020
8631d8c
v6.0.3: Version bump
birdofpreyru Aug 31, 2020
18b91ec
v6.0.4: Updates dependencies (Part I: the stuff that does not break a…
birdofpreyru Sep 1, 2020
f2ddf17
Updates @babel/cli to v7.10.5 (v7.11.5 contains a bug which breaks th…
birdofpreyru Sep 1, 2020
a3f42e6
Updates flow-bin
birdofpreyru Sep 1, 2020
cff9d10
v6.0.5: Updates dependencies
birdofpreyru Sep 23, 2020
a6c206c
[#2] v6.0.5: Updates dependencies
birdofpreyru Sep 23, 2020
4ad3315
v6.0.6: Updates dependencies for PostCSS 8.1.x compatibility
birdofpreyru Sep 30, 2020
2e6dda0
[#3] v6.0.7: Updates README, placing usage/migration notes on the ver…
birdofpreyru Oct 24, 2020
287b1bd
Dependency updates
birdofpreyru Oct 24, 2020
49340b1
Dependency updates (II)
birdofpreyru Oct 24, 2020
0468a70
Update of "postcss-modules-scope"
birdofpreyru Oct 24, 2020
9eb663f
Updates the class name generation logic to be independent of css-load…
birdofpreyru Oct 24, 2020
ce52536
[#4] v6.0.8: Updates dependencies
birdofpreyru Nov 27, 2020
9c4604d
v6.0.9: Updates dependencies
birdofpreyru Dec 6, 2020
2c4735c
v6.0.10: Updates .npmignore to not pack unnecessary stuff into NPM di…
birdofpreyru Dec 24, 2020
79a55f9
Updates dependencies
birdofpreyru Dec 24, 2020
e2b4a80
v6.0.11: Updates dependencies
birdofpreyru Apr 12, 2021
2a050b8
chore(deps): bump node-notifier from 8.0.0 to 8.0.2
dependabot[bot] Apr 12, 2021
2025de0
Merge pull request #7 from birdofpreyru/dependabot/npm_and_yarn/node-…
birdofpreyru Apr 12, 2021
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
Prev Previous commit
Next Next commit
Update of dependencies
  • Loading branch information
Dr. Sergey Pogodin committed Aug 12, 2020
commit 2c4ce24fba262f71c7426f32bbd15a901b64ef27
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
coverage
dist
node_modules
*.log
*.log
/dr.pogodin-babel-plugin-react-css-modules-*.tgz
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ test
coverage
.*
*.log
/dr.pogodin-babel-plugin-react-css-modules-*.tgz
Loading