Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Pull latest from develop into add/full-migration #689

Merged
merged 45 commits into from
Aug 31, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
bcaea31
Bump node-sass from 4.13.1 to 4.14.1
dependabot-preview[bot] May 26, 2020
b16bdba
Bump @wordpress/dom from 2.9.0 to 2.10.0
dependabot-preview[bot] Jun 3, 2020
9db2c8b
Bump @wordpress/keycodes from 2.12.0 to 2.13.0
dependabot-preview[bot] Jun 3, 2020
da2799f
[Security] Bump websocket-extensions from 0.1.3 to 0.1.4
dependabot-preview[bot] Jun 5, 2020
3ef33e4
Merge pull request #599 from getblocklab/dependabot/npm_and_yarn/word…
kienstra Jun 11, 2020
a7a70e4
Merge pull request #598 from getblocklab/dependabot/npm_and_yarn/word…
kienstra Jun 11, 2020
73420d3
Bump @wordpress/components from 9.6.0 to 9.8.0
dependabot-preview[bot] Jun 15, 2020
9a20309
Merge pull request #614 from getblocklab/dependabot/npm_and_yarn/word…
kienstra Jun 15, 2020
880f037
Merge pull request #561 from getblocklab/dependabot/npm_and_yarn/node…
kienstra Jun 15, 2020
91d24d0
Bump @wordpress/block-editor from 3.11.0 to 4.1.0
dependabot-preview[bot] Jun 15, 2020
8a1527a
Merge pull request #617 from getblocklab/dependabot/npm_and_yarn/word…
kienstra Jun 22, 2020
4d05560
Merge pull request #603 from getblocklab/dependabot/npm_and_yarn/webs…
kienstra Jun 28, 2020
cf78073
Bump eslint-plugin-import from 2.20.2 to 2.22.0
dependabot-preview[bot] Jun 30, 2020
42e4614
Merge pull request #636 from getblocklab/dependabot/npm_and_yarn/esli…
kienstra Jul 7, 2020
f9d7d4c
Bump lodash from 4.17.15 to 4.17.19
dependabot-preview[bot] Jul 9, 2020
af9dcb9
Bump @wordpress/core-data from 2.17.0 to 2.20.1
dependabot-preview[bot] Jul 14, 2020
906aaa0
Merge pull request #644 from getblocklab/dependabot/npm_and_yarn/loda…
kienstra Jul 20, 2020
9c3d9b7
Merge pull request #647 from getblocklab/dependabot/npm_and_yarn/word…
kienstra Jul 20, 2020
edd2981
Bump @wordpress/data from 4.18.0 to 4.22.1
dependabot-preview[bot] Jul 20, 2020
03dddc7
Merge pull request #646 from getblocklab/dependabot/npm_and_yarn/word…
kienstra Jul 20, 2020
1890311
Add an entry for blocks.editor
kienstra Jul 28, 2020
c84467e
Merge pull request #663 from getblocklab/update/css-build-setup
kienstra Jul 29, 2020
bdd1409
[Security] Bump elliptic from 6.5.2 to 6.5.3
dependabot-preview[bot] Jul 29, 2020
d2a6b31
Apply @nickcernis 's fix to Block Lab
kienstra Aug 7, 2020
4058686
Fix the pre-commit hook, per husky's suggestion
kienstra Aug 7, 2020
bbdb1bd
Bump the version to 1.5.6, add Changelog entry
kienstra Aug 7, 2020
f15a54d
Bump the 'Tested up to' version to 5.5
kienstra Aug 7, 2020
2f16c58
Prevent downloading Chromium on npm install
kienstra Aug 7, 2020
66f7665
Update WordPress npm packages
kienstra Aug 7, 2020
c29228e
Do npm audit fix to patch vulnerabilities
kienstra Aug 7, 2020
04cdcca
Update almost all npm packages
kienstra Aug 7, 2020
5186c42
Do npm run lint:js:fix
kienstra Aug 7, 2020
8dcbbab
Add a fix from Gutenberg for an extra file emitted
kienstra Aug 7, 2020
ae02060
Revert "Do npm run lint:js:fix"
kienstra Aug 7, 2020
4f92f49
Prevent ESLint from running Prettier
kienstra Aug 7, 2020
0d4a991
Fix the directory of utility functions
kienstra Aug 7, 2020
adb761a
Make the version 1.5.6 instead of 1.5.5
kienstra Aug 7, 2020
0445808
Fix failed JS test
kienstra Aug 7, 2020
58fc6db
Merge pull request #673 from getblocklab/bump/1.5.6
kienstra Aug 10, 2020
a17c407
Hide the order arrows, as they don't work in our context
kienstra Aug 13, 2020
25b60b4
Add missing ; after style rule
kienstra Aug 13, 2020
e937710
Merge pull request #684 from getblocklab/fix/remove-order-arrows
lukecarbis Aug 13, 2020
902ae8a
Merge pull request #666 from getblocklab/dependabot/npm_and_yarn/elli…
kienstra Aug 16, 2020
83653d4
Merge in develop, resolve conflicts
kienstra Aug 29, 2020
d9c20fe
Fix JS linting errors by using ellipses
kienstra Aug 29, 2020
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
159 changes: 121 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@wordpress/api-fetch": "3.16.0",
"@wordpress/babel-preset-default": "4.12.1",
"@wordpress/block-editor": "3.11.0",
"@wordpress/components": "9.6.0",
"@wordpress/components": "9.8.0",
"@wordpress/compose": "3.15.0",
"@wordpress/core-data": "2.17.0",
"@wordpress/data": "4.18.0",
Expand Down