dependabot[bot]
23e5482317
Bump hosted-git-info from 2.7.1 to 2.8.9 ( #3487 )
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.7.1 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.7.1...v2.8.9 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 14:18:52 -04:00
dependabot[bot]
1c9520d49d
Bump ua-parser-js from 0.7.18 to 0.7.28 in /packages/styled-components ( #3484 )
...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js ) from 0.7.18 to 0.7.28.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases )
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.18...0.7.28 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 14:18:41 -04:00
dependabot[bot]
2403306c8d
Bump ua-parser-js from 0.7.19 to 0.7.28 in /packages/sandbox ( #3483 )
...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js ) from 0.7.19 to 0.7.28.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases )
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.19...0.7.28 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 14:18:26 -04:00
Evan Jacobs
2fb08627ab
benchmarks
2021-05-05 19:51:05 -04:00
Evan Jacobs
68a44e3627
update babel-plugin-macros and adjust tests
2021-05-05 12:54:15 -04:00
Evan Jacobs
9c982f7e10
cache rollup artifacts
2021-05-05 12:21:01 -04:00
Evan Jacobs
9d82b2d1c2
shush eslint
2021-05-05 12:16:45 -04:00
Evan Jacobs
a640a2919b
fix tests
2021-05-05 12:14:51 -04:00
Evan Jacobs
9251aafa84
Fix image
2021-05-05 10:55:37 -04:00
Evan Jacobs
913672a3f2
get things building
2021-05-05 00:50:41 -04:00
Evan Jacobs
ecb1783070
use husky-v4 instead
2021-05-05 00:13:43 -04:00
Evan Jacobs
b9ed623d1c
remove antiquated package.json field
2021-05-05 00:11:32 -04:00
Evan Jacobs
03278566ee
remove seemingly unneeded dependency
2021-05-05 00:10:39 -04:00
Evan Jacobs
3219647fd6
semver minor updates
2021-05-05 00:09:07 -04:00
Evan Jacobs
2ce00f8808
update snapshots
2021-05-04 23:48:46 -04:00
Evan Jacobs
75f22a2bc6
update stylis
2021-05-04 22:40:30 -04:00
Evan Jacobs
6a502bfd89
update babel
2021-05-04 22:35:11 -04:00
Evan Jacobs
d8359ddbc4
add react native types
2021-05-04 22:30:08 -04:00
Evan Jacobs
25d5a87c6b
Fix style prop accepts function in native components #3384
...
ts port of #3388 , thank you @tkow!
2021-05-04 22:26:53 -04:00
Evan Jacobs
5d79c01e51
sync changelog from v5
2021-05-04 22:21:21 -04:00
Evan Jacobs
b54c4a5364
ditch unused extra code
2021-04-18 12:33:17 -04:00
Evan Jacobs
bdd2eed2ae
put back previous import order to fix tests
2021-04-18 12:28:58 -04:00
Evan Jacobs
7aa709ffbb
fix linting errors
2021-04-18 11:37:01 -04:00
Evan Jacobs
30dab74ace
master-free workspace
2021-04-18 10:32:36 -04:00
Evan Jacobs
23ec638a5e
Merge branch 'typescript'
2021-04-18 10:28:58 -04:00
Evan Jacobs
c03ab4bd8d
reimplement sFP 3rd arg handling
2021-04-14 01:40:08 -04:00
Evan Jacobs
ae8d945927
primitives tests passing
2021-04-14 01:21:10 -04:00
Evan Jacobs
bca61fc7e6
native tests passing
2021-04-14 01:09:19 -04:00
Evan Jacobs
69f17afca5
all web tests passing
2021-04-14 00:22:19 -04:00
Evan Jacobs
16f0ebd08a
fix web tests except macro
2021-04-14 00:00:50 -04:00
dependabot[bot]
404190e260
Bump y18n from 3.2.1 to 3.2.2 ( #3445 )
...
Bumps [y18n](https://github.com/yargs/y18n ) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-31 10:17:41 -04:00
Aron Griffis
95c7a815ba
feat: pass elementToBeCreated to shouldForwardProp ( #3436 )
...
The internal decision whether to forward a prop is based on the
combination of the key and elementToBeCreated, but only the former was
passed to shouldForwardProp.
2021-03-31 10:17:25 -04:00
Evan Jacobs
bcedea6537
tweak
2021-03-30 13:03:04 -04:00
Evan Jacobs
bf3d2cb4f6
fix eslint
2021-03-30 12:38:28 -04:00
Evan Jacobs
1d41a31f0f
Merge remote-tracking branch 'origin/master' into typescript
2021-03-30 11:57:40 -04:00
Evan Jacobs
47c2bee549
sync changelog from legacy-v5
2021-03-30 11:54:18 -04:00
Evan Jacobs
83d406afeb
update stylis and shared prop validator
2021-03-30 11:52:34 -04:00
Evan Jacobs
d0209036ba
update yarn.lock
2021-03-30 11:46:47 -04:00
Evan Jacobs
2814774e5a
Merge pull request #3358 from styled-components/dependabot/npm_and_yarn/node-notifier-8.0.1
...
Bump node-notifier from 5.2.1 to 8.0.1
2021-03-30 11:37:40 -04:00
Evan Jacobs
3eccb2e421
Merge pull request #3400 from andormade/hoist-non-react-statics-greater-or-equal
...
Enforce greater or equal version of hoist-non-react-statics
2021-03-30 11:36:48 -04:00
Evan Jacobs
78553030d1
Merge pull request #3431 from styled-components/dependabot/npm_and_yarn/packages/styled-components/js-yaml-3.14.1
...
Bump js-yaml from 3.12.0 to 3.14.1 in /packages/styled-components
2021-03-30 11:35:31 -04:00
Evan Jacobs
8b56ca17e4
Merge pull request #3430 from styled-components/dependabot/npm_and_yarn/packages/styled-components/mixin-deep-1.3.2
...
Bump mixin-deep from 1.3.1 to 1.3.2 in /packages/styled-components
2021-03-30 11:35:21 -04:00
Evan Jacobs
e6812fa9f2
Merge pull request #3428 from styled-components/dependabot/npm_and_yarn/ini-1.3.8
...
Bump ini from 1.3.5 to 1.3.8
2021-03-30 11:35:12 -04:00
dependabot[bot]
ed26606558
Bump ini from 1.3.5 to 1.3.8
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-10 18:37:41 +00:00
dependabot[bot]
f4b947373b
Bump node-notifier from 5.2.1 to 8.0.1
...
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier ) from 5.2.1 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases )
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md )
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v5.2.1...v8.0.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-10 18:34:28 +00:00
dependabot[bot]
677427db60
Bump js-yaml from 3.12.0 to 3.14.1 in /packages/styled-components
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 3.12.0 to 3.14.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases )
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.14.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-10 18:34:15 +00:00
dependabot[bot]
10ef71e335
Bump mixin-deep from 1.3.1 to 1.3.2 in /packages/styled-components
...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep ) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases )
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-10 18:34:07 +00:00
Evan Jacobs
9bef00cb03
Merge pull request #3423 from styled-components/dependabot/npm_and_yarn/elliptic-6.5.4
...
Bump elliptic from 6.4.1 to 6.5.4
2021-03-10 13:33:41 -05:00
Evan Jacobs
0a7d1747bb
Merge pull request #3429 from styled-components/dependabot/npm_and_yarn/packages/styled-components/ini-1.3.8
...
Bump ini from 1.3.5 to 1.3.8 in /packages/styled-components
2021-03-10 13:33:22 -05:00
dependabot[bot]
9c4fadf0ec
Bump ini from 1.3.5 to 1.3.8 in /packages/styled-components
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-10 17:37:10 +00:00