Skip to content

Commit 67ea2e8

Browse files
JoviDeCroockForsakenHarmony
authored andcommittedMay 23, 2019
(chore) - Update links (preactjs#1649)
* update links * missed some links in tests * fix: ci build (preactjs#1650)
1 parent 3f54801 commit 67ea2e8

7 files changed

+26
-25
lines changed
 

‎README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center">
22
<a href="https://preactjs.com" target="_blank">
33

4-
![Preact](https://raw.githubusercontent.com/developit/preact/8b0bcc927995c188eca83cba30fbc83491cc0b2f/logo.svg?sanitize=true "Preact")
4+
![Preact](https://raw.githubusercontent.com/preactjs/preact/8b0bcc927995c188eca83cba30fbc83491cc0b2f/logo.svg?sanitize=true "Preact")
55

66
</a>
77
</p>
@@ -14,7 +14,7 @@
1414
- Everything you need: JSX, <abbr title="Virtual DOM">VDOM</abbr>, React DevTools, <abbr title="Hot Module Replacement">HMR</abbr>, <abbr title="Server-Side Rendering">SSR</abbr>..
1515
- A highly optimized diff algorithm and seamless Server Side Rendering
1616
- Transparent asynchronous rendering with a pluggable scheduler
17-
- 🆕💥 **Instant no-config app bundling with [Preact CLI](https://github.com/developit/preact-cli)**
17+
- 🆕💥 **Instant no-config app bundling with [Preact CLI](https://github.com/preactjs/preact-cli)**
1818

1919
### 💁 More information at the [Preact Website ➞](https://preactjs.com)
2020

@@ -48,8 +48,8 @@
4848
[![Preact Slack Community](https://preact-slack.now.sh/badge.svg)](https://preact-slack.now.sh)
4949
[![OpenCollective Backers](https://opencollective.com/preact/backers/badge.svg)](#backers)
5050
[![OpenCollective Sponsors](https://opencollective.com/preact/sponsors/badge.svg)](#sponsors)
51-
[![travis](https://travis-ci.org/developit/preact.svg?branch=master)](https://travis-ci.org/developit/preact)
52-
[![coveralls](https://img.shields.io/coveralls/developit/preact/master.svg)](https://coveralls.io/github/developit/preact)
51+
[![travis](https://travis-ci.org/preactjs/preact.svg?branch=master)](https://travis-ci.org/preactjs/preact)
52+
[![coveralls](https://img.shields.io/coveralls/preactjs/preact/master.svg)](https://coveralls.io/github/preactjs/preact)
5353
[![gzip size](http://img.badgesize.io/https://unpkg.com/preact/dist/preact.min.js?compression=gzip)](https://unpkg.com/preact/dist/preact.min.js)
5454
[![install size](https://packagephobia.now.sh/badge?p=preact)](https://packagephobia.now.sh/result?p=preact)
5555

@@ -161,7 +161,7 @@ Preact supports modern browsers and IE9+:
161161

162162
> 💁 _**Note:** You [don't need ES2015 to use Preact](https://github.com/developit/preact-in-es3)... but give it a try!_
163163
164-
The easiest way to get started with Preact is to install [Preact CLI](https://github.com/developit/preact-cli). This simple command-line tool wraps up the best possible Webpack and Babel setup for you, and even keeps you up-to-date as the underlying tools change. Best of all, it's easy to understand! It builds your app in a single command (`preact build`), doesn't need any configuration, and bakes in best-practises 🙌.
164+
The easiest way to get started with Preact is to install [Preact CLI](https://github.com/preactjs/preact-cli). This simple command-line tool wraps up the best possible Webpack and Babel setup for you, and even keeps you up-to-date as the underlying tools change. Best of all, it's easy to understand! It builds your app in a single command (`preact build`), doesn't need any configuration, and bakes in best-practises 🙌.
165165

166166
The following guide assumes you have some sort of ES2015 build set up using babel and/or webpack/browserify/gulp/grunt/etc.
167167

‎package.json

+9-8
Original file line numberDiff line numberDiff line change
@@ -83,20 +83,20 @@
8383
],
8484
"repository": {
8585
"type": "git",
86-
"url": "https://github.com/developit/preact.git"
86+
"url": "https://github.com/preactjs/preact.git"
8787
},
8888
"bugs": {
89-
"url": "https://github.com/developit/preact/issues"
89+
"url": "https://github.com/preactjs/preact/issues"
9090
},
91-
"homepage": "https://github.com/developit/preact",
91+
"homepage": "https://github.com/preactjs/preact",
9292
"devDependencies": {
9393
"@types/chai": "^4.1.2",
9494
"@types/mocha": "^5.0.0",
9595
"@types/node": "^10.5.2",
96-
"babel-cli": "^6.24.1",
97-
"babel-core": "^6.26.3",
98-
"babel-loader": "^7.1.5",
99-
"babel-plugin-istanbul": "^5.0.1",
96+
"babel-cli": "6.26.0",
97+
"babel-core": "6.26.3",
98+
"babel-loader": "7.1.5",
99+
"babel-plugin-istanbul": "5.0.1",
100100
"babel-plugin-transform-object-rest-spread": "^6.23.0",
101101
"babel-plugin-transform-react-jsx": "^6.24.1",
102102
"babel-preset-env": "^1.6.1",
@@ -105,8 +105,9 @@
105105
"coveralls": "^3.0.0",
106106
"cross-env": "^5.2.0",
107107
"diff": "^3.5.0",
108-
"eslint": "^5.1.0",
108+
"eslint": "5.15.1",
109109
"eslint-config-developit": "^1.1.1",
110+
"eslint-plugin-react": "7.12.4",
110111
"flow-bin": "^0.79.1",
111112
"karma": "^3.0.0",
112113
"karma-babel-preprocessor": "^7.0.0",

‎sizereport.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
repo: 'developit/preact',
2+
repo: 'preactjs/preact',
33
path: ['./{compat,debug,hooks,}/dist/**/!(*.map)'],
44
branch: 'master'
55
};

‎test/browser/components.test.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ describe('Components', () => {
392392
expect(scratch.innerHTML).to.equal('<span>span in a component</span>');
393393
});
394394

395-
// Test for Issue developit/preact#176
395+
// Test for Issue preactjs/preact#176
396396
it('should remove children when root changes to text node', () => {
397397
let comp;
398398

@@ -421,7 +421,7 @@ describe('Components', () => {
421421
expect(scratch.innerHTML, 'switching to textnode 2').to.equal('asdf');
422422
});
423423

424-
// Test for Issue developit/preact#1616
424+
// Test for Issue preactjs/preact#1616
425425
it('should maintain order when setting state (that inserts dom-elements)', () => {
426426
let add, addTwice, reset;
427427
const Entry = props => (
@@ -493,7 +493,7 @@ describe('Components', () => {
493493
});
494494

495495

496-
// Test for Issue developit/preact#254
496+
// Test for Issue preactjs/preact#254
497497
it('should not recycle common class children with different keys', () => {
498498
let idx = 0;
499499
let msgs = ['A','B','C','D','E','F','G','H'];

‎test/browser/keys.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ describe('keys', () => {
7272
expect(Foo.args[0][0]).to.deep.equal({});
7373
});
7474

75-
// See developit/preact-compat#21
75+
// See preactjs/preact-compat#21
7676
it('should remove orphaned keyed nodes', () => {
7777
render((
7878
<div>

‎test/browser/lifecycle.test.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ describe('Lifecycle methods', () => {
528528
});
529529
});
530530

531-
// From developit/preact#1170
531+
// From preactjs/preact#1170
532532
it('should NOT mutate state on mount, only create new versions', () => {
533533
const stateConstant = {};
534534
let componentState;
@@ -1862,7 +1862,7 @@ describe('Lifecycle methods', () => {
18621862

18631863

18641864
describe('#setState', () => {
1865-
// From developit/preact#1170
1865+
// From preactjs/preact#1170
18661866
it('should NOT mutate state, only create new versions', () => {
18671867
const stateConstant = {};
18681868
let didMount = false;
@@ -2464,7 +2464,7 @@ describe('Lifecycle methods', () => {
24642464
expect(Receiver.getDerivedStateFromError).to.have.been.called;
24652465
});
24662466

2467-
// https://github.com/developit/preact/issues/1570
2467+
// https://github.com/preactjs/preact/issues/1570
24682468
it('should handle double child throws', () => {
24692469
const Child = ({ i }) => {
24702470
throw new Error(`error! ${i}`);

‎test/browser/render.test.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ describe('render()', () => {
290290
});
291291
}
292292

293-
// Test for developit/preact#651
293+
// Test for preactjs/preact#651
294294
it('should set enumerable boolean attribute', () => {
295295
render(<input spellcheck={false} />, scratch);
296296
expect(scratch.firstChild.spellcheck).to.equal(false);
@@ -711,7 +711,7 @@ describe('render()', () => {
711711
expect(scratch).to.have.property('innerHTML', '<div><a></a></div>');
712712
});
713713

714-
// Discussion: https://github.com/developit/preact/issues/287
714+
// Discussion: https://github.com/preactjs/preact/issues/287
715715
// <datalist> is not supported in Safari, even though the element
716716
// constructor is present
717717
if (supportsDataList()) {
@@ -733,7 +733,7 @@ describe('render()', () => {
733733
}
734734

735735
it('should not execute append operation when child is at last', () => {
736-
// See developit/preact#717 for discussion about the issue this addresses
736+
// See preactjs/preact#717 for discussion about the issue this addresses
737737

738738
let todoText = 'new todo that I should complete';
739739
let input;
@@ -802,7 +802,7 @@ describe('render()', () => {
802802
});
803803

804804
it('should always diff `checked` and `value` properties against the DOM', () => {
805-
// See https://github.com/developit/preact/issues/1324
805+
// See https://github.com/preactjs/preact/issues/1324
806806

807807
let inputs;
808808
let text;

0 commit comments

Comments
 (0)
Please sign in to comment.